// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild71' , 'Bild71LYR', 'img', 'Layout',new Array(
	'Page Exiting','Bild71','Iris','In',0),'',0);
 	F_OM('Komponente39' , 'Komponente39LYR', 'lyr', 'Layout',new Array(
	'Mouse Over','Komponente39','Iris','In',0,
	'Page Loaded','Komponente39','Iris','In',0),'',0);
 	F_OM('Bild58' , 'Bild58LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild58','Iris','In',0,
	'Clicked','Bild58','Iris','In',0,
	'Clicked','Layout','Go To','http://Malaysia.photoreise.de',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Komponente39LYR').bind('mouseover', function(__e) { return (F_e('Komponente39', F_MV, __e)); } );
	$('#Bild58A').bind('click', function(__e) { return (F_e('Bild58', F_CL, __e)); } );
});
// End Actions

