// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild3' , 'Bild3LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Das Tranchiermesser','URL','../Das_Tranchiermesser.pdf','width',1200,'height',2100,'top',10,'left',10,'toolbar','no','menubar','no','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild3A').bind('click', function(__e) { return (F_e('Bild3', F_CL, __e)); } );
});
// End Actions


