// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array(	'Page Loaded',F_functLayoutAction0,'','',0));
	F_OM('Ballon' , 'BallonLYR', 'img', 'Layout',new Array(	'Page Loaded','Ballon','Set Top',F_Exp('(h-230)'),0,	'Page Loaded','Ballon','Show','',0,	'Willi','Ballon','Move By',F_Exp('{x:0,y:(h/3),duration:(h*3/4),inDuration:2,outDuration:20,repeat:1,reverse:false,message:"Willko_O"}'),0,	'Willko_O','Feuer','Show','',0,	'Clicked','Layout','Go To','http://www.kronsbergkreis.de',0),'',0); 
	F_OM('Feuer' , 'FeuerLYR', 'img', 'Layout',new Array(	'Page Loaded','Feuer','Set Top',F_Exp('(h-66)'),0,	'Page Loaded','Feuer','Show','',0,	'Page Loaded','Feuer','Delay',F_Parm('action','Kontakt','delay',2,'continuous',false),0,	'Kontakt','Feuer','Hide','',0,	'Kontakt','Ballon','Move By',F_Exp('{x:0,y:-(h/3),duration:(h/3),inDuration:2,outDuration:10,repeat:1,reverse:false,message:"Willi"}'),0,	'Shown','Feuer','Delay',F_Parm('action','Kontakt','delay',2,'continuous',false),0),'',0); 
	F_OM('Text20' , 'Text20LYR', 'txt', 'Layout',new Array(	'Ab','Text20','Move By',F_Parm('x',185,'y',0,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,	'Neu','Text20','Move To','Saved Position',0),'',0); 	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0); 	F_pageLoaded('Layout');}function F_functLayoutAction0(params) {
if(navigator.appName=="Netscape")
  {h=innerHeight;}
  else
  {h=document.body.offsetHeight;}
}

 
$(document).ready( function() {
F_onLoaded();
	$('#BallonA').bind('click', function(__e) { return (F_e('Ballon', F_CL, __e)); } );
});
// End Actions


