// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'AGB','Layout','Open Window',F_Exp('{name:"",URL:"",width:400,height:300,top:0,left:0,toolbar:"yes",menubar:"yes",location:"yes",status:"yes",resizable:"yes",directories:"yes",scrollbars:"yes"}'),0));
	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutBereich1','Show','',0,
	'Mouse Out','LayoutBereich1','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/altenheim/index.html',0),'',0);
 	F_OM('Bild8' , 'Bild8LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text5','Show','',0,
	'Mouse Out','Text5','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/grokuechen/index.html',0),'',0);
 	F_OM('Bild9' , 'Bild9LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text6','Show','',0,
	'Mouse Out','Text6','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/gebaeudereinigung/index.html',0),'',0);
 	F_OM('Bild10' , 'Bild10LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text7','Show','',0,
	'Mouse Out','Text7','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/praxis/index.html',0),'',0);
 	F_OM('Bild12' , 'Bild12LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text8','Show','',0,
	'Mouse Out','Text8','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/waescherei/index.html',0),'',0);
 	F_OM('Bild13' , 'Bild13LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text9','Show','',0,
	'Mouse Out','Text9','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/gastronomie/index.html',0),'',0);
 	F_OM('Bild14' , 'Bild14LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text11','Show','',0,
	'Mouse Out','Text11','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/kindereinrichtungen/index.html',0),'',0);
 	F_OM('Bild15' , 'Bild15LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text10','Show','',0,
	'Mouse Out','Text10','Hide','',0,
	'Clicked','Layout','Go To','http://www.sternwaschmittel.de/shop/zielgruppe/gewerbe/index.html',0),'',0);
 	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',null,'',0);
 	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text10' , 'Text10LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
	$('#Picture8A').bind('mouseover', function(__e) { return (F_e('Picture8', F_MV, __e)); } );
	$('#Picture8A').bind('mouseout', function(__e) { return (F_e('Picture8', F_MT, __e)); } );
	$('#Bild8A').bind('click', function(__e) { return (F_e('Bild8', F_CL, __e)); } );
	$('#Bild8A').bind('mouseover', function(__e) { return (F_e('Bild8', F_MV, __e)); } );
	$('#Bild8A').bind('mouseout', function(__e) { return (F_e('Bild8', F_MT, __e)); } );
	$('#Bild9A').bind('click', function(__e) { return (F_e('Bild9', F_CL, __e)); } );
	$('#Bild9A').bind('mouseover', function(__e) { return (F_e('Bild9', F_MV, __e)); } );
	$('#Bild9A').bind('mouseout', function(__e) { return (F_e('Bild9', F_MT, __e)); } );
	$('#Bild10A').bind('click', function(__e) { return (F_e('Bild10', F_CL, __e)); } );
	$('#Bild10A').bind('mouseover', function(__e) { return (F_e('Bild10', F_MV, __e)); } );
	$('#Bild10A').bind('mouseout', function(__e) { return (F_e('Bild10', F_MT, __e)); } );
	$('#Bild12A').bind('click', function(__e) { return (F_e('Bild12', F_CL, __e)); } );
	$('#Bild12A').bind('mouseover', function(__e) { return (F_e('Bild12', F_MV, __e)); } );
	$('#Bild12A').bind('mouseout', function(__e) { return (F_e('Bild12', F_MT, __e)); } );
	$('#Bild13A').bind('click', function(__e) { return (F_e('Bild13', F_CL, __e)); } );
	$('#Bild13A').bind('mouseover', function(__e) { return (F_e('Bild13', F_MV, __e)); } );
	$('#Bild13A').bind('mouseout', function(__e) { return (F_e('Bild13', F_MT, __e)); } );
	$('#Bild14A').bind('click', function(__e) { return (F_e('Bild14', F_CL, __e)); } );
	$('#Bild14A').bind('mouseover', function(__e) { return (F_e('Bild14', F_MV, __e)); } );
	$('#Bild14A').bind('mouseout', function(__e) { return (F_e('Bild14', F_MT, __e)); } );
	$('#Bild15A').bind('click', function(__e) { return (F_e('Bild15', F_CL, __e)); } );
	$('#Bild15A').bind('mouseover', function(__e) { return (F_e('Bild15', F_MV, __e)); } );
	$('#Bild15A').bind('mouseout', function(__e) { return (F_e('Bild15', F_MT, __e)); } );
});
// End Actions

