// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PBTMotorthek' , 'PBTMotorthekLYR', 'img', 'Layout',new Array(
	'Clicked','PBTMotorthekgross','Show','',0),'',0);
 
	F_OM('PBTMotorthekgross' , 'PBTMotorthekgrossLYR', 'img', 'Layout',new Array(
	'Shown','PBTMotorthekgross','Save Position','',0,
	'Shown','PBTMotorthekgross','Move To',F_Parm('x',150,'y',200,'duration',1,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','PBTMotorthekgross','Hide','',0,
	'Hidden','PBTMotorthekgross','Move To','Saved Position',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PBTMotorthekA').bind('click', function(__e) { return (F_e('PBTMotorthek', F_CL, __e)); } );
	$('#PBTMotorthekgrossA').bind('click', function(__e) { return (F_e('PBTMotorthekgross', F_CL, __e)); } );
});
// End Actions


