// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Layoutbereich3' , 'Layoutbereich3LYR', 'lyr', 'Layout',null,'',0); 		F_OM('Bild32' , 'Bild32LYR', 'img', 'Layoutbereich3',null,'',0); 	F_OM('Layoutbereich4' , 'Layoutbereich4LYR', 'lyr', 'Layout',null,'',0); 		F_OM('Bild30' , 'Bild30LYR', 'img', 'Layoutbereich4',null,'',0); 	F_OM('Layoutbereich5' , 'Layoutbereich5LYR', 'lyr', 'Layout',null,'',0); 
	F_OM('Layoutbereich9' , 'Layoutbereich9LYR', 'lyr', 'Layout',null,'',0); 		F_OM('' , 'LYR', 'img', 'Layoutbereich9',new Array(		'Clicked','Layout','Go To','../Tauchreviere-CUBA/Information/MAIL_US/mail_us.html',0),'',0); 	F_OM('Layoutbereich10' , 'Layoutbereich10LYR', 'lyr', 'Layout',null,'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

