// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild929' , 'Bild929LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild929','Move To',F_Parm('x',455,'y',60,'duration',100,'inDuration',2,'outDuration',2,'repeat',10,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://BallonSuperShop.de/shopdata/?main_url=go.shopscript%3Fa%3DLHVFB%20020',0),'',0);
 	F_OM('Bild942' , 'Bild942LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild942','Move To',F_Parm('x',460,'y',60,'duration',100,'inDuration',2,'outDuration',2,'repeat',10,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://BallonSuperShop.de/shopdata/?main_url=go.shopscript%3Fa%3DLHVFE%20100',0),'',0);
 	F_OM('Bild980' , 'Bild980LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild980','Move To',F_Parm('x',462,'y',62,'duration',100,'inDuration',2,'outDuration',2,'repeat',10,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://BallonSuperShop.de/shopdata/?main_url=go.shopscript%3Fa%3DLH%2040/E%20020',0),'',0);
 	F_OM('Bild1018' , 'Bild1018LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild1018','Move To',F_Parm('x',493,'y',65,'duration',100,'inDuration',2,'outDuration',2,'repeat',10,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://www.ballonsupermarkt-onlineshop.de/shopdata/?main_url=go.shopscript%3Fa%3DLRST%20E12/25%20',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild1018A').bind('click', function(__e) { return (F_e('Bild1018', F_CL, __e)); } );
	$('#Bild980A').bind('click', function(__e) { return (F_e('Bild980', F_CL, __e)); } );
	$('#Bild929A').bind('click', function(__e) { return (F_e('Bild929', F_CL, __e)); } );
	$('#Bild942A').bind('click', function(__e) { return (F_e('Bild942', F_CL, __e)); } );
});
// End Actions

