// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Nemo_dahab_team' , 'Nemo_dahab_teamLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Amr' , 'AmrLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('Ahmed' , 'AhmedLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('Franziska' , 'FranziskaLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('Moustafa' , 'MoustafaLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('Awoyed' , 'AwoyedLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('MohmedS' , 'MohmedSLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('mohamedN' , 'mohamedNLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 		F_OM('instruction' , 'instructionLYR', 'lyr', 'Nemo_dahab_team',new Array(
		'Hidden','instruction','Hide','',0),'',0);
 		F_OM('nemo_team' , 'nemo_teamLYR', 'lyr', 'Nemo_dahab_team',null,'',0);
 
	F_OM('Picture60' , 'Picture60LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','nemo_team',0),'',0);
 	F_OM('Picture67' , 'Picture67LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','Amr',0),'',0);
 	F_OM('Picture66' , 'Picture66LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','Ahmed',0),'',0);
 	F_OM('Picture65' , 'Picture65LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','Franziska',0),'',0);
 	F_OM('Picture64' , 'Picture64LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','Moustafa',0),'',0);
 	F_OM('Picture63' , 'Picture63LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','Awoyed',0),'',0);
 	F_OM('Picture58' , 'Picture58LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','MohmedS',0),'',0);
 	F_OM('Picture59' , 'Picture59LYR', 'img', 'Layout',new Array(
	'Mouse Over','Nemo_dahab_team','Switch To','mohamedN',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture60A').bind('mouseover', function(__e) { return (F_e('Picture60', F_MV, __e)); } );
	$('#Picture67A').bind('mouseover', function(__e) { return (F_e('Picture67', F_MV, __e)); } );
	$('#Picture66A').bind('mouseover', function(__e) { return (F_e('Picture66', F_MV, __e)); } );
	$('#Picture65A').bind('mouseover', function(__e) { return (F_e('Picture65', F_MV, __e)); } );
	$('#Picture64A').bind('mouseover', function(__e) { return (F_e('Picture64', F_MV, __e)); } );
	$('#Picture63A').bind('mouseover', function(__e) { return (F_e('Picture63', F_MV, __e)); } );
	$('#Picture58A').bind('mouseover', function(__e) { return (F_e('Picture58', F_MV, __e)); } );
	$('#Picture59A').bind('mouseover', function(__e) { return (F_e('Picture59', F_MV, __e)); } );
});
// End Actions

