// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild201' , 'Bild201LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild201','Move To',F_Parm('x',345,'y',98,'duration',54,'inDuration',1,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','../html/helium_einwegbehalter.html#Helium-Einweg',0),'',0);
 	F_OM('Bild208' , 'Bild208LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild208','Move To',F_Parm('x',351,'y',89,'duration',55,'inDuration',1,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonsupermarkt.de/html/ballonsupershop.htm',0),'',0);
 	F_OM('Bild210' , 'Bild210LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild210','Move To',F_Parm('x',349,'y',98,'duration',54,'inDuration',1,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','../html/ballongas.html',0),'',0);
 	F_OM('Bild211' , 'Bild211LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild211','Move To',F_Parm('x',347,'y',89,'duration',56,'inDuration',1,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Sonderangebote//Luftballons+und+Helium+=26amp=3Bslash=3B+Einwegbeh=E4lter/product_overview.shopscript',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild201A').bind('click', function(__e) { return (F_e('Bild201', F_CL, __e)); } );
	$('#Bild208A').bind('click', function(__e) { return (F_e('Bild208', F_CL, __e)); } );
	$('#Bild210A').bind('click', function(__e) { return (F_e('Bild210', F_CL, __e)); } );
	$('#Bild211A').bind('click', function(__e) { return (F_e('Bild211', F_CL, __e)); } );
});
// End Actions

