// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild2' , 'Bild2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild2','Iris',F_Parm('hide','Show','duration',50,'inDuration',10,'outDuration',10,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','_parent:Layout','Go To','./html/niederlassungen.html',0),'',0);
 	F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild2A').bind('click', function(__e) { return (F_e('Bild2', F_CL, __e)); } );
});
// End Actions

