// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild13' , 'Bild13LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild12','Wipe','In From Bottom',0,
	'Mouse Out','Bild12','Hide','',0),'',0);
 	F_OM('Bild15' , 'Bild15LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild16','Wipe','In From Bottom',0,
	'Mouse Out','Bild16','Hide','',0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Bild12' , 'Bild12LYR', 'img', 'Layout',null,'',0);
 	F_OM('Bild16' , 'Bild16LYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild13A').bind('mouseover', function(__e) { return (F_e('Bild13', F_MV, __e)); } );
	$('#Bild13A').bind('mouseout', function(__e) { return (F_e('Bild13', F_MT, __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

