// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild11' , 'Bild11LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild11','Show','',0,
	'Clicked','Layout','Go To','./index.html',0),'',0);
 	F_OM('Bild12' , 'Bild12LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild12','Show','',0,
	'Clicked','Layout','Go To','./html/mitarbeiter.html',0),'',0);
 	F_OM('Bild13' , 'Bild13LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild13','Show','',0,
	'Clicked','Layout','Go To','./html/schadenfalle.html',0),'',0);
 	F_OM('Bild36' , 'Bild36LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild36','Show','',0,
	'Clicked','Layout','Go To','./html/kostensatze.html',0),'',0);
 	F_OM('Bild38' , 'Bild38LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild38','Show','',0,
	'Clicked','Layout','Go To','./html/vorgehensweise.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild11A').bind('click', function(__e) { return (F_e('Bild11', F_CL, __e)); } );
	$('#Bild11A').bind('mouseover', function(__e) { return (F_e('Bild11', F_MV, __e)); } );
	$('#Bild38A').bind('click', function(__e) { return (F_e('Bild38', F_CL, __e)); } );
	$('#Bild38A').bind('mouseover', function(__e) { return (F_e('Bild38', F_MV, __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)); } );
	$('#Bild13A').bind('click', function(__e) { return (F_e('Bild13', F_CL, __e)); } );
	$('#Bild13A').bind('mouseover', function(__e) { return (F_e('Bild13', F_MV, __e)); } );
	$('#Bild36A').bind('click', function(__e) { return (F_e('Bild36', F_CL, __e)); } );
	$('#Bild36A').bind('mouseover', function(__e) { return (F_e('Bild36', F_MV, __e)); } );
});
// End Actions


