// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Tabelle19' , 'Tabelle19LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Bild70' , 'Bild70LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild70','Wipe','Out To Bottom',0),'',0);
 	F_OM('Bild71' , 'Bild71LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild71','Wipe','Out To Bottom',0),'',0);
 	F_OM('Bild73' , 'Bild73LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild73','Wipe','Out To Bottom',0),'',0);
 	F_OM('Bild75' , 'Bild75LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild75','Wipe','Out To Bottom',0),'',0);
 	F_OM('Bild79' , 'Bild79LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild79','Wipe','Out To Bottom',0),'',0);
 	F_OM('Service2' , 'Service2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild70A').bind('mouseover', function(__e) { return (F_e('Bild70', F_MV, __e)); } );
	$('#Bild71A').bind('mouseover', function(__e) { return (F_e('Bild71', F_MV, __e)); } );
	$('#Bild73A').bind('mouseover', function(__e) { return (F_e('Bild73', F_MV, __e)); } );
	$('#Bild75A').bind('mouseover', function(__e) { return (F_e('Bild75', F_MV, __e)); } );
	$('#Bild79A').bind('mouseover', function(__e) { return (F_e('Bild79', F_MV, __e)); } );
});
// End Actions


