// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild3' , 'Bild3LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild3','Move To',F_Parm('x',691,'y',176,'duration',76,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript',0),'',0);
 	F_OM('Bild4' , 'Bild4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild4','Move To',F_Parm('x',555,'y',179,'duration',27,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript%20',0),'',0);
 	F_OM('Bild5' , 'Bild5LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild5','Move To',F_Parm('x',599,'y',186,'duration',90,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript',0),'',0);
 	F_OM('Bild6' , 'Bild6LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild6','Move To',F_Parm('x',255,'y',178,'duration',135,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript',0),'',0);
 	F_OM('Bild7' , 'Bild7LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild7','Move To',F_Parm('x',277,'y',166,'duration',30,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonsupermarkt-onlineshop.de/shopdata/?main_url=go.shopscript%3Fa%3DBGS05MD%20Syl%20FS%2004%20',0),'',0);
 	F_OM('Bild8' , 'Bild8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild8','Move To',F_Parm('x',555,'y',180,'duration',74,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','bhttp://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript',0),'',0);
 	F_OM('Bild9' , 'Bild9LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild9','Move To',F_Parm('x',260,'y',170,'duration',40,'inDuration',2,'outDuration',2,'repeat',105,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/Jahresthemen/Sylvester/Silvesterw=FCnsche/product_overview.shopscript',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild7A').bind('click', function(__e) { return (F_e('Bild7', F_CL, __e)); } );
	$('#Bild3A').bind('click', function(__e) { return (F_e('Bild3', F_CL, __e)); } );
	$('#Bild5A').bind('click', function(__e) { return (F_e('Bild5', F_CL, __e)); } );
	$('#Bild9A').bind('click', function(__e) { return (F_e('Bild9', F_CL, __e)); } );
	$('#Bild8A').bind('click', function(__e) { return (F_e('Bild8', F_CL, __e)); } );
	$('#Bild6A').bind('click', function(__e) { return (F_e('Bild6', F_CL, __e)); } );
	$('#Bild4A').bind('click', function(__e) { return (F_e('Bild4', F_CL, __e)); } );
});
// End Actions

