// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('diving_home' , 'diving_homeLYR', 'img', 'Layout',new Array(
	'Mouse Over','Cell6','Peek',F_Parm('direction',0,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Mouse Out','Cell6','Hide','',0),'',0);
 
	F_OM('desert_home' , 'desert_homeLYR', 'img', 'Layout',new Array(
	'Mouse Over','Cell7','Peek',F_Parm('direction',0,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Mouse Out','Cell7','Hide','',0),'',0);
 
	F_OM('hotels_home' , 'hotels_homeLYR', 'img', 'Layout',new Array(
	'Mouse Over','Cell8','Peek',F_Parm('direction',0,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Mouse Out','Cell8','Hide','',0),'',0);
 
	F_OM('dahab_home' , 'dahab_homeLYR', 'img', 'Layout',new Array(
	'Mouse Over','Cell9','Peek',F_Parm('direction',0,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Mouse Out','Cell9','Hide','',0),'',0);
 
	F_OM('Cell6' , 'Cell6LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Cell7' , 'Cell7LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Cell8' , 'Cell8LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Cell9' , 'Cell9LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#diving_homeA').bind('mouseover', function(__e) { return (F_e('diving_home', F_MV, __e)); } );
	$('#diving_homeA').bind('mouseout', function(__e) { return (F_e('diving_home', F_MT, __e)); } );
	$('#desert_homeA').bind('mouseover', function(__e) { return (F_e('desert_home', F_MV, __e)); } );
	$('#desert_homeA').bind('mouseout', function(__e) { return (F_e('desert_home', F_MT, __e)); } );
	$('#hotels_homeA').bind('mouseover', function(__e) { return (F_e('hotels_home', F_MV, __e)); } );
	$('#hotels_homeA').bind('mouseout', function(__e) { return (F_e('hotels_home', F_MT, __e)); } );
	$('#dahab_homeA').bind('mouseover', function(__e) { return (F_e('dahab_home', F_MV, __e)); } );
	$('#dahab_homeA').bind('mouseout', function(__e) { return (F_e('dahab_home', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Safari_New_1A').bind('click', function() { pageTracker._trackPageview('/downloads/Safaris_news_1.jpg'); } );
	$('#Safari_New_2A').bind('click', function() { pageTracker._trackPageview('/downloads/Safaris_news_2.jpg'); } );
	$('#Safari_New_3A').bind('click', function() { pageTracker._trackPageview('/downloads/Safaris_news_3.jpg'); } );
	$('#YogahalleimA').bind('click', function() { pageTracker._trackPageview('/downloads/Yogahalle_im_Christina_Hotel.jpg'); } );
	$('#YogahalleimChristinaHotelA').bind('click', function() { pageTracker._trackPageview('/downloads/Yoga_new_3.jpg'); } );
	$('#taucher_netA').bind('click', function() { pageTracker._trackPageview('/outgoing/www.taucher.net/edb/Nemodiver_Dahab_b5934.html'); } );
	$('#scuba_boardA').bind('click', function() { pageTracker._trackPageview('/outgoing/www.scubaboard.com/forums/matrix/'); } );
	$('#schoener_tauchenA').bind('click', function() { pageTracker._trackPageview('/outgoing/www.schoener-tauchen.ch'); } );
	$('#twitterA').bind('click', function() { pageTracker._trackPageview('/outgoing/twitter.com/NemoDahab'); } );
	$('#you_tubeA').bind('click', function() { pageTracker._trackPageview('/outgoing/www.youtube.com/user/NemoDahab'); } );
	$('#face_bookA').bind('click', function() { pageTracker._trackPageview('/outgoing/www.facebook.com/profile.php?id=1380597744&ref=name'); } );
});
// End Analytics

