// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild740' , 'Bild740LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild740','Move To',F_Parm('x',611,'y',1713,'duration',100,'inDuration',0,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonsupermarkt-onlineshop.de/shopdata/?main_url=go.shopscript%3Fa%3DFHGE73',0),'',0);
 	F_OM('Bild760' , 'Bild760LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild760','Move To',F_Parm('x',611,'y',1713,'duration',100,'inDuration',0,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonsupermarkt-onlineshop.de/shopdata/?main_url=go.shopscript%3Fa%3DFHGE90',0),'',0);
 	F_OM('Bild763' , 'Bild763LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild763','Move To',F_Parm('x',611,'y',1713,'duration',100,'inDuration',0,'outDuration',2,'repeat',100,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonsupermarkt-onlineshop.de/shopdata/?main_url=go.shopscript%3Fa%3DFHGE93',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild740A').bind('click', function(__e) { return (F_e('Bild740', F_CL, __e)); } );
	$('#Bild760A').bind('click', function(__e) { return (F_e('Bild760', F_CL, __e)); } );
	$('#Bild763A').bind('click', function(__e) { return (F_e('Bild763', F_CL, __e)); } );
});
// End Actions


