// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text70' , 'Text70LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text70','Fly','In From Right',0),'',0);
 	F_OM('Text71' , 'Text71LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text71','Fly','In From Right',0),'',0);
 	F_OM('Bild630' , 'Bild630LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild630','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Jugend_und_Technik_Brocken.pdf',0),'',0);
 	F_OM('Text72' , 'Text72LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text72','Fly','In From Right',0),'',0);
 	F_OM('Text73' , 'Text73LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text73','Fly','In From Right',0),'',0);
 	F_OM('Bild632' , 'Bild632LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild632','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../0_bis_100_4_98.pdf',0),'',0);
 	F_OM('Bild634' , 'Bild634LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild634','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Fahrrad___Moped_1_99.pdf',0),'',0);
 	F_OM('Bild635' , 'Bild635LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild635','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Motorrad_Classic_1_95.pdf',0),'',0);
 	F_OM('Text92' , 'Text92LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text92','Fly','In From Right',0),'',0);
 	F_OM('Text93' , 'Text93LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text93','Fly','In From Right',0),'',0);
 	F_OM('Bild1227' , 'Bild1227LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild1227','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Quickly_UK.pdf',0),'',0);
 
	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text6','Fly','In From Bottom',0),'',0);
 	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text11','Fly','In From Bottom',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild635A').bind('click', function(__e) { return (F_e('Bild635', F_CL, __e)); } );
	$('#Bild632A').bind('click', function(__e) { return (F_e('Bild632', F_CL, __e)); } );
	$('#Bild634A').bind('click', function(__e) { return (F_e('Bild634', F_CL, __e)); } );
	$('#Bild630A').bind('click', function(__e) { return (F_e('Bild630', F_CL, __e)); } );
	$('#Bild1227A').bind('click', function(__e) { return (F_e('Bild1227', F_CL, __e)); } );
});
// End Actions


