// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly','In From Right',0),'',0);
 	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text12','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild14' , 'Bild14LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild14','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Quickly_Farben_18.06.2009.pdf',0),'',0);
 	F_OM('Bild15' , 'Bild15LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild15','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../2-3-Gang-Dichtung.pdf',0),'',0);
 	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text15','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild16' , 'Bild16LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild16','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Einspeichen.pdf',0),'',0);
 	F_OM('Text17' , 'Text17LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text17','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild534' , 'Bild534LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild534','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Lenkerschloss_ersetzen.pdf',0),'',0);
 	F_OM('Text62' , 'Text62LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text62','Fly','In From Right',0),'',0);
 	F_OM('Bild535' , 'Bild535LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild535','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Quickly_Dreigangschaltung.pdf',0),'',0);
 	F_OM('Text63' , 'Text63LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text63','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Text64' , 'Text64LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text64','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild622' , 'Bild622LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild622','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','../Rahmennummern.pdf',0),'',0);
 	F_OM('Text65' , 'Text65LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text65','Fly',F_Parm('direction',90,'hide','Show','duration',10,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild624' , 'Bild624LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild624','Fly','In From Top',0,
	'Clicked','Layout','Go To','mailto:nsu-quickly@hotmail.de',0),'',0);
 	F_OM('Text66' , 'Text66LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text66','Fly',F_Parm('direction',90,'hide','Show','duration',10,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),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();
	$('#Bild622A').bind('click', function(__e) { return (F_e('Bild622', F_CL, __e)); } );
	$('#Bild624A').bind('click', function(__e) { return (F_e('Bild624', F_CL, __e)); } );
	$('#Bild14A').bind('click', function(__e) { return (F_e('Bild14', F_CL, __e)); } );
	$('#Bild534A').bind('click', function(__e) { return (F_e('Bild534', F_CL, __e)); } );
	$('#Bild16A').bind('click', function(__e) { return (F_e('Bild16', F_CL, __e)); } );
	$('#Bild15A').bind('click', function(__e) { return (F_e('Bild15', F_CL, __e)); } );
	$('#Bild535A').bind('click', function(__e) { return (F_e('Bild535', F_CL, __e)); } );
});
// End Actions


