// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild205' , 'Bild205LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild205','Move To',F_Parm('x',98,'y',37,'duration',50,'inDuration',2,'outDuration',75,'repeat',130,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://luftballons.biz/html/luftballons_geburtstag.html',0),'',0);
 	F_OM('Bild207' , 'Bild207LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild207','Move To',F_Parm('x',37,'y',170,'duration',50,'inDuration',2,'outDuration',75,'repeat',120,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://luftballons.biz/',0),'',0);
 	F_OM('Bild210' , 'Bild210LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild210','Move To',F_Parm('x',98,'y',17,'duration',50,'inDuration',2,'outDuration',75,'repeat',120,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://ballonshop.biz/',0),'',0);
 	F_OM('Bild212' , 'Bild212LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild212','Move To',F_Parm('x',98,'y',17,'duration',50,'inDuration',2,'outDuration',75,'repeat',155,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://luftballons.biz/html/geburtstag_18.html',0),'',0);
 	F_OM('Bild401' , 'Bild401LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild401','Move To',F_Parm('x',98,'y',17,'duration',50,'inDuration',2,'outDuration',75,'repeat',155,'reverse',false,'message',''),1,
	'Clicked','Layout','Go To','http://luftballons.biz/html/luftballons_0-9_balloons.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild210A').bind('click', function(__e) { return (F_e('Bild210', F_CL, __e)); } );
	$('#Bild207A').bind('click', function(__e) { return (F_e('Bild207', F_CL, __e)); } );
	$('#Bild205A').bind('click', function(__e) { return (F_e('Bild205', F_CL, __e)); } );
	$('#Bild212A').bind('click', function(__e) { return (F_e('Bild212', F_CL, __e)); } );
	$('#Bild401A').bind('click', function(__e) { return (F_e('Bild401', F_CL, __e)); } );
});
// End Actions


