// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild1' , 'Bild1LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Das Spaghettieisproblem - Kapitel 1','URL','../Kapitel1Spaghettieis.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_OM('Bild2' , 'Bild2LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Trebor Faust wird schwach','URL','../Trebor_Faust_wird_schwach.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_OM('Bild3' , 'Bild3LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Mein Weg','URL','../Mein_Weg.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();
	$('#Bild1A').bind('click', function(__e) { return (F_e('Bild1', F_CL, __e)); } );
	$('#Bild2A').bind('click', function(__e) { return (F_e('Bild2', F_CL, __e)); } );
	$('#Bild3A').bind('click', function(__e) { return (F_e('Bild3', F_CL, __e)); } );
});
// End Actions


