// 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(
	'Mouse Up','Bild2','Show','',0,
	'Clicked','_parent:Layout','Go To','./html/Krane/krane.html',0),'',0);
 
	F_OM('Bild11' , 'Bild11LYR', 'img', 'Layout',new Array(
	'Mouse Up','Bild11','Show','',0,
	'Clicked','_parent:Layout','Go To','./html/Sonderhubwerke/sonderhubwerke.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild2A').bind('click', function(__e) { return (F_e('Bild2', F_CL, __e)); } );
	$('#Bild2A').bind('mouseup', function(__e) { return (F_e('Bild2', F_MU, __e)); } );
	$('#Bild11A').bind('click', function(__e) { return (F_e('Bild11', F_CL, __e)); } );
	$('#Bild11A').bind('mouseup', function(__e) { return (F_e('Bild11', F_MU, __e)); } );
});
// End Actions


