// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild196' , 'Bild196LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','../Bilder/bilder.html',0),'',0);
 
	F_OM('Bild197' , 'Bild197LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild196','Peek','In From Top',0,
	'Clicked','Layout','Go To','../Fotos/Fotos_2/fotos_2.html',0),'',0);
 
	F_OM('Bild195' , 'Bild195LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild198','Wipe','In From Top',0,
	'Clicked','Layout','Go To','../Fotos/Fotos_2/fotos_2.html',0),'',0);
 
	F_OM('Bild198' , 'Bild198LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild195','Iris','In',0),'',0);
 	F_OM('UnbekanntesObjekt1' , 'UnbekanntesObjekt1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Tabelle682' , 'Tabelle682LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle681' , 'Tabelle681LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild197A').bind('click', function(__e) { return (F_e('Bild197', F_CL, __e)); } );
	$('#Bild197A').bind('mouseover', function(__e) { return (F_e('Bild197', F_MV, __e)); } );
	$('#Bild195A').bind('click', function(__e) { return (F_e('Bild195', F_CL, __e)); } );
	$('#Bild195A').bind('mouseover', function(__e) { return (F_e('Bild195', F_MV, __e)); } );
	$('#Bild198A').bind('mouseover', function(__e) { return (F_e('Bild198', F_MV, __e)); } );
});
// End Actions

