/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#8CA5CE';			// Background color when mouse is not over
	var LowSubBgColor='#B5C6DE';			// Background color when mouse is not over on subs
	var HighBgColor='#8CA5CE';			// Background color when mouse is over
	var HighSubBgColor='#8C9CC6';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#8CA5CE';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=36;				// Menu offset x coordinate
	var StartLeft=165;				// Menu offset y coordinate
	var VerCorrect=10;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/upload/pictures/tri.gif',5,10,'/upload/pictures/tridown.gif',10,5,'/upload/pictures/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Accueil  |","/?p_idref=7","",3,20,68);
	Menu1_1=new Array("Tourisme","/?p_idref=6","",0,20,100);
	Menu1_2=new Array("Port-Fréjus","/?p_idref=7","",0,20,100);
	Menu1_3=new Array("Ville","http://www.ville-frejus.fr","",0,20,100);
	
Menu2=new Array("Informations  |","/?p_idref=73","",7,0,95);
	Menu2_1=new Array("Visite du port","/?p_idref=78","",0,20,150);	
    Menu2_2=new Array("Informations pratiques","/?p_idref=79","",0);
    Menu2_3=new Array("Fonctionnement du port","/?p_idref=80","",0);
	Menu2_4=new Array("Services du port","/?p_idref=81","",0);
	Menu2_5=new Array("Conseils d'amarrage","/?p_idref=82","",0);
	Menu2_6=new Array("L'équipe du port ","/?p_idref=83","",0);
	Menu2_7=new Array("Histoire du port","/?p_idref=84","",0);
	
Menu3=new Array("Nautisme  |","/?p_idref=74","",5,0,80);
	Menu3_1=new Array("Professionnels du nautisme","/?p_idref=85","",0,20,200);
	Menu3_2=new Array("Associations nautiques","/?p_idref=86","",0);
	Menu3_3=new Array("Evènements nautiques","/?p_idref=87","",0);
	Menu3_4=new Array("Loisirs nautiques","/?p_idref=88","",0);
	Menu3_5=new Array("Bourse des équipiers","/?p_idref=89","",0);

Menu4=new Array("Environnement  |","/?p_idref=75","",6,0,110);
	Menu4_1=new Array("Les infrastructures du Port","/?p_idref=90","",0,20,230);
	Menu4_2=new Array("Pavillon bleu d'Europe","/?p_idref=91","",0);
	Menu4_3=new Array("Opération Ports-propres","/?p_idref=92","",0);
	Menu4_4=new Array("Pollution marine Polmar.com","/?p_idref=93","",0);
	Menu4_5=new Array("Les bonnes habitudes du plaisancier","/?p_idref=94","",0);
	Menu4_6=new Array("Opération Delphis","/?p_idref=95","",0);

Menu5=new Array("Tarifs  |","/?p_idref=205","",2,0,55);
	Menu5_1=new Array("Taxes d'amarrage","/?p_idref=206","",0,20,150);
	Menu5_2=new Array("Réservations saisonnières","/?p_idref=207","",0,20,140);
	
Menu6=new Array("Liens","/?p_idref=231","",0,0,35);
	
