// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild4' , 'Bild4LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','','URL','../html/bildmuezi2.html','width',650,'height',670,'top',100,'left',200,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 	F_OM('Bild5' , 'Bild5LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','','URL','../html/bildskalamuezi2.html','width',850,'height',650,'top',100,'left',100,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild4A').bind('click', function(__e) { return (F_e('Bild4', F_CL, __e)); } );
	$('#Bild5A').bind('click', function(__e) { return (F_e('Bild5', F_CL, __e)); } );
});
// End Actions

