// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild137' , 'Bild137LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutBereich1','Peek','In From Top',0),'',0);
 	F_OM('Bild153' , 'Bild153LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutBereich1','Peek','In From Top',0),'',0);
 	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',new Array(
	'Mouse Over','LayoutBereich1','Show','',0,
	'Mouse Out','LayoutBereich1','Hide','',0),'',0);
 
		F_OM('Bild29' , 'Bild29LYR', 'img', 'LayoutBereich1',null,'',0);
 
			F_OM_Map('KreisHotspot1' , 'circ', 'Bild29',new Array(
			'Clicked','LayoutBereich1','Peek','Out To Top',0),447,16,16);
	F_OM('Bild133' , 'Bild133LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild139' , 'Bild139LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild1' , 'Bild1LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild143' , 'Bild143LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild145' , 'Bild145LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild159' , 'Bild159LYR', 'img', 'Layout',new Array(
	'Clicked','Impress','Wipe','In From Bottom',0,
	'Clicked','Bild1','Move By',F_Parm('x',0,'y',-120,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild160' , 'Bild160LYR', 'img', 'Layout',new Array(
	'Clicked','agb','Wipe','In From Bottom',0,
	'Clicked','Bild1','Move By',F_Parm('x',0,'y',-120,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild161' , 'Bild161LYR', 'img', 'Layout',new Array(
	'Clicked','stellen','Wipe','In From Bottom',0),'',0);
 	F_OM('agb' , 'agbLYR', 'img', 'Layout',new Array(
	'Clicked','agb','Wipe','Out To Bottom',0,
	'Clicked','Bild1','Move By',F_Parm('x',0,'y',120,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Impress' , 'ImpressLYR', 'img', 'Layout',new Array(
	'Clicked','Impress','Wipe','Out To Bottom',0,
	'Clicked','Bild1','Move By',F_Parm('x',0,'y',120,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('stellen' , 'stellenLYR', 'img', 'Layout',new Array(
	'Clicked','stellen','Wipe','Out To Bottom',0),'',0);
 	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild137A').bind('click', function(__e) { return (F_e('Bild137', F_CL, __e)); } );
	$('#Bild153A').bind('click', function(__e) { return (F_e('Bild153', F_CL, __e)); } );
	$('#LayoutBereich1LYR').bind('mouseover', function(__e) { return (F_e('LayoutBereich1', F_MV, __e)); } );
	$('#LayoutBereich1LYR').bind('mouseout', function(__e) { return (F_e('LayoutBereich1', F_MT, __e)); } );
	$('#KreisHotspot1').bind('click', function(__e) { return (F_e('KreisHotspot1', F_CL, __e)); } );
	$('#Bild159A').bind('click', function(__e) { return (F_e('Bild159', F_CL, __e)); } );
	$('#Bild160A').bind('click', function(__e) { return (F_e('Bild160', F_CL, __e)); } );
	$('#Bild161A').bind('click', function(__e) { return (F_e('Bild161', F_CL, __e)); } );
	$('#agbA').bind('click', function(__e) { return (F_e('agb', F_CL, __e)); } );
	$('#ImpressA').bind('click', function(__e) { return (F_e('Impress', F_CL, __e)); } );
	$('#stellenA').bind('click', function(__e) { return (F_e('stellen', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave2").media({ width: 467, height: 138,
		src: './assets/applets/Krabbel_ohne_NEU.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'high', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash1").media({ width: 900, height: 25,
		src: './assets/applets/Ticker_Winterferien.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


