// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text104' , 'Text104LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text106' , 'Text106LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text107' , 'Text107LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text109' , 'Text109LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Bild133' , 'Bild133LYR', 'img', 'Layout',new Array(
	'Clicked','Bild132','Show','',0,
	'Clicked','Bild133','Hide','',0,
	'Clicked','Text109','Hide','',0),'',0);
 	F_OM('Bild132' , 'Bild132LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild132','Show','',0,
	'Clicked','Bild132','Hide','',0,
	'Shown','Text107','Hide','',0,
	'Clicked','Text107','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild133A').bind('click', function(__e) { return (F_e('Bild133', F_CL, __e)); } );
	$('#Bild132A').bind('mouseover', function(__e) { return (F_e('Bild132', F_MV, __e)); } );
	$('#Bild132A').bind('click', function(__e) { return (F_e('Bild132', F_CL, __e)); } );
});
// End Actions

