// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild96' , 'Bild96LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/someo.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Zelle16' , 'Zelle16LYR', 'lyr', 'Layout',new Array(
	'Shown','Zelle16','Show','',1),'',0);
 
	F_OM('Bild105' , 'Bild105LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/gordevio.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild106' , 'Bild106LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/avegno.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild107' , 'Bild107LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/lodano.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild108' , 'Bild108LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/maggia.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild109' , 'Bild109LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/riveo.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild110' , 'Bild110LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/aurigeno.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Bild111' , 'Bild111LYR', 'img', 'Layout',new Array(
	'Mouse Over','Inlineframe5','Go To URL','../html/bosco.html',1,
	'Mouse Out','Inlineframe5','Go To URL','../html/zimmer.html',1),'',0);
 
	F_OM('Inlineframe5' , 'Inlineframe5LYR', 'doc', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild96A').bind('mouseover', function(__e) { return (F_e('Bild96', F_MV, __e)); } );
	$('#Bild96A').bind('mouseout', function(__e) { return (F_e('Bild96', F_MT, __e)); } );
	$('#Bild105A').bind('mouseover', function(__e) { return (F_e('Bild105', F_MV, __e)); } );
	$('#Bild105A').bind('mouseout', function(__e) { return (F_e('Bild105', F_MT, __e)); } );
	$('#Bild106A').bind('mouseover', function(__e) { return (F_e('Bild106', F_MV, __e)); } );
	$('#Bild106A').bind('mouseout', function(__e) { return (F_e('Bild106', F_MT, __e)); } );
	$('#Bild107A').bind('mouseover', function(__e) { return (F_e('Bild107', F_MV, __e)); } );
	$('#Bild107A').bind('mouseout', function(__e) { return (F_e('Bild107', F_MT, __e)); } );
	$('#Bild108A').bind('mouseover', function(__e) { return (F_e('Bild108', F_MV, __e)); } );
	$('#Bild108A').bind('mouseout', function(__e) { return (F_e('Bild108', F_MT, __e)); } );
	$('#Bild109A').bind('mouseover', function(__e) { return (F_e('Bild109', F_MV, __e)); } );
	$('#Bild109A').bind('mouseout', function(__e) { return (F_e('Bild109', F_MT, __e)); } );
	$('#Bild110A').bind('mouseover', function(__e) { return (F_e('Bild110', F_MV, __e)); } );
	$('#Bild110A').bind('mouseout', function(__e) { return (F_e('Bild110', F_MT, __e)); } );
	$('#Bild111A').bind('mouseover', function(__e) { return (F_e('Bild111', F_MV, __e)); } );
	$('#Bild111A').bind('mouseout', function(__e) { return (F_e('Bild111', F_MT, __e)); } );
});
// End Actions


