/***********************************************************************************
* (c) Ger Versluis 2000 version 8.01 22 March 2002           *
* You may use this script on non commercial sites.           *
* For info write to menus@burmees.nl            *
* You may remove all comments for faster loading           *
***********************************************************************************/

 var NoOffFirstLineMenus=9;   // Number of first level items
 var LowBgColor='#333399';   // Background color when mouse is not over #9DC4DD
 var HighBgColor='#02456E';   // Background color when mouse is over
 var FontLowColor='white';   // Font color when mouse is not over #023B5F
 var FontHighColor='YELLOW';   // Font color when mouse is over
 var BorderColor='WHITE';   // Border color
 var BorderWidth=1;    // Border width
 var BorderBtwnElmnts=1;   // Border between elements 1 or 0
 var FontFamily="verdana,comic sans ms,technical,arial" // Font family menu items
 var FontSize=9;    // Font size menu items
 var FontBold=1;    // 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='justify';   // Menu horizontal position 'left', 'center', 'right' or justify
 var MenuVerticalCentered='top';  // Menu vertical position 'top', 'middle','bottom' or static
 var ChildOverlap=.1;    // horizontal overlap child/ parent
 var ChildVerticalOverlap=.2;   // vertical overlap child/ parent
 var StartTop=3;    // Menu offset x coordinate
 var StartLeft=0;    // Menu offset y coordinate
 var VerCorrect=3;    // Multiple frames y correction
 var HorCorrect=2;    // Multiple frames x correction
 var LeftPaddng=3;    // Left padding
 var TopPaddng=2;    // Top padding
 var FirstLineHorizontal=1;   // First level items layout horizontal 1 or 0
 var MenuFramesVertical=0;   // Frames in cols or rows 1 or 0
 var DissapearDelay=100;   // delay before menu folds in
 var TakeOverBgColor=1;   // Menu frame takes over background color subitem frame
 var FirstLineFrame='haut';   // Frame where first level appears
 var SecLineFrame='bas';   // Frame where sub levels appear
 var DocTargetFrame='bas';   // Frame where target documents appear
 var TargetLoc='';    // span id for relative positioning
 var MenuWrap=1;    // enables/ disables menu wrap 1 or 0
 var RightToLeft=0;    // enables/ disables right to left unfold 1 or 0
 var BottomUp=0;    // enables/ disables Bottom up unfold 1 or 0
 var UnfoldsOnClick=0;   // Level 1 unfolds onclick/ onmouseover
 var WebMasterCheck=0;   // menu tree checking on or off 1 or 0
 var KeepHilite=1;    // Keep selected path highligthed
 var BaseHref="";    // base href for relative liks

 var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
      // Arrow source, width and height
      // If arrow images are not needed keep source ""
 var MenuUsesFrames=1;   // frames or single page 1 or 0
 var RememberStatus=0;   // When set to 1, menu unfold can be preset  by body onload of target document.
      // In frame setup body onload is:
      // onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
      // In singel page setup body onload is:
      // onload="if(window.SetMenu)window.SetMenu='x_x'"
      // x_x represents the menu item MenuX_X=new Array(.......
 var PartOfWindow=1;    // When MenuCentered is justify, sets part of window width to stretch to

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
// MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor,
//   fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
//  color and font variables take precedence over the globals when used
//  fontsize, fontbold and fontitalic are ignored when -1
// For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("ACCUEIL","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",0,21,60,"","","","","","",-1,-1,-1,"","Own text entered");

Menu2=new Array("QUI","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",2,20,60,"","","","","","",-1,-1,-1,"","");
  	Menu2_1=new Array("Qui sommes-nous?","","",3,20,150,"","","","","","",-1,-1,-1,"","");
   		Menu2_1_1=new Array("LE BUREAU","bureau.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
 		 Menu2_1_2=new Array("LES ADMINISTRATEURS","administrateurs.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
 		 Menu2_1_3=new Array("LES STATUTS","onwork.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
  		//Menu2_1_4=new Array("Fonctionnement","onwork.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
   	Menu2_2= new Array("LES ADHERENTS","","",2,20,150,"","","","","","",-1,-1,-1,"","");
  		 Menu2_2_1=new Array("Par noms","membres.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  		Menu2_2_2=new Array("Par codes postaux","membrescp.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
	 //Menu2_3=new Array("Zone géographique","onwork.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("QUOI","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",4,20,60,"","","","","","",-1,-1,-1,"","");
 	Menu3_1=new Array("LES CONVENTIONS","","",8,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("2006 OMAN","convention2006.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("2005 ADRIATIQUE","convention2005.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_3=new Array("2004 MARTINIQUE","convention2004.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
  		Menu3_1_4=new Array("2003 MALTE","convention2003.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
 		Menu3_1_5=new Array("2002 FES","convention2002.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
  		Menu3_1_6=new Array("2001 REUNION","onwork.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
  		Menu3_1_7=new Array("2000 SUN CITY","onwork.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
 		Menu3_1_8=new Array("1999 DUBAI","onwork.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
  	Menu3_2=new Array("LES ATELIERS","ateliers.htm","",4,20,120,"","","","","","",-1,-1,-1,"","");
  		Menu3_2_1=new Array("2005","","",4,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_1_1=new Array("JANVIER","atelier0501.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
  			Menu3_2_1_2=new Array("MARS","atelier0503.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_1_3=new Array("AVRIL","atelier19avril05.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_1_4=new Array("OCTOBRE","atelier11octobre05.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");

  		Menu3_2_2=new Array("2004","","",2,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_2_1=new Array("OCTOBRE","atelier0410.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_2_2=new Array("AVRIL","atelier0404.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
			Menu3_2_3=new Array("2003","ateliers.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
  			Menu3_2_4=new Array("2002","atelier1/atelier1.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
 	Menu3_3=new Array("LES ASSEMBLEES","","",3,20,120,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("2006","ag2006.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("2005","ag2005.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
 		Menu3_3_3=new Array("2004","ag2004.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
// Menu3_4=new Array("Les dossiers","onwork.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
 Menu3_4=new Array("LES NEWS","onwork.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
//Menu3=new Array("Le CEDIV","javascript:top.location.href='http://www.cediv.org/index.htm'","",7,20,80,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("QUAND","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",3,20,60,"","","","","","",-1,-1,-1,"","");
  	Menu4_1=new Array("MANIFESTATIONS","agendatourisme.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
  	Menu4_2=new Array("ATELIERS 2005","","",3,20,180,"","","","","","",-1,-1,-1,"","");
		Menu4_2_1=new Array("OCTOBRE","atelier11octobre05.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_2_2=new Array("AVRIL","atelier19avril05.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_2_3=new Array("MARS","atelier0503.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu4_2_4=new Array("JANVIER","atelier0527.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("LA CONVENTION 2006","convention2006.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
 	//Menu4_4=new Array("Conseil d'administration","onwork.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("PHOTOS","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",4,20,60,"","","","","","",-1,-1,-1,"","");
 	Menu5_1=new Array("CONVENTIONS IDF","","",5,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_1_1=new Array("OMAN 2006","conv06/photos/index.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_1_2=new Array("ADRIATIQUE 2005","conv05/photos/index.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
 		Menu5_1_3=new Array("MARTINIQUE 2004","conv04/martinique.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_1_4=new Array("MALTE 2003","malte2003/malte.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_1_5=new Array("FES 2002","convention2002.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");

	Menu5_2=new Array("ATELIERS","","",5,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_2_1=new Array("MARS 2005","atelier17mars05/index.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("JANVIER 2005","atelier27jan05/index.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_2_3=new Array("OCTOBRE 2004","atelieroctobre04/index.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_2_4=new Array("AVRIL 2004","atelier6avril/atelier6avril.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_2_5=new Array("NOVEMBRE 2002","atelier1/atelier1.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");

	Menu5_3 =new Array("CONGRES","","",3,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_3_1=new Array("PEKIN 2005","javascript:NewWin=window.open('http://www.snav.org/sfrpu_infosnav_congres.php?id_article=627','NWin');window['NewWin'].focus()","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_3_2=new Array("MEXIQUE 2004","merida.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu5_3_3=new Array("JORDANIE 2003","jordan2003/jordan.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
	Menu5_4 =new Array("ASSEMBLEES","ago2005/ag2005bas.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");

Menu6=new Array("FORMATION","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",2,20,50,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Droit Individuel à la Formation - DIF","atelier19avril05.htm","",0,20,250,"","","","","","",-1,-1,-1,"","");
  	Menu6_2=new Array("Formateurs","ecoles.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
  //Menu6_2=new Array("Offres de Stages","ecoles.htm","",0,20,80,"","","","","","",-1,-1,-1,"","");
  //Menu6_3=new Array("Offres d'Emplois","onwork.htm","",0,20,80,"","","","","","",-1,-1,-1,"","");
  //Menu6_4=new Array("Contrats de qualif","ecoles.htm","",0,20,80,"","","","","","",-1,-1,-1,"","");
  //Menu6_5=new Array("Recrutement","recrutement.htm","",0,20,80,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("PRATIQUE","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",10,20,80,"","","","","","",-1,-1,-1,"","");
  Menu7_1=new Array("Codes téléphoniques","codestel.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_2=new Array("Visas","visas.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_3=new Array("Offices de tourisme","offices.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_4=new Array("LIENS PRATIQUES","lienspratiques.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_5=new Array("Liens utiles pro.","liens.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_6=new Array("Liens juridiques","liensjuridiques.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_7=new Array("La PRESSE PRO.","","",4,20,180,"","","","","","",-1,-1,-1,"","");
    	Menu7_7_1=new Array("L'Echo Touristique","javascript:NewWin=window.open('http://www.lechotouristique.com','NWin');window['NewWin'].focus()","",0,20,180,"","","","","","",-1,-1,-1,"","");
    	Menu7_7_2=new Array("Tourismexpress","javascript:NewWin=window.open('http://www.tourismexpress.info','NWin');window['NewWin'].focus()","",0,20,180,"","","","","","",-1,-1,-1,"","");
    	Menu7_7_3=new Array("Tourmag","javascript:NewWin=window.open('http://www.tourmag.fr','NWin');window['NewWin'].focus()","",0,20,180,"","","","","","",-1,-1,-1,"","");
  	Menu7_7_4=new Array("Quotidien du Tourisme","javascript:NewWin=window.open('http://www.quotidiendutourisme.com','NWin');window['NewWin'].focus()","",0,20,180,"","","","","","",-1,-1,-1,"","");

  Menu7_8=new Array("GLOSSAIRE","gva.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_9=new Array("APS","javascript:NewWin=window.open('http://www.tourisme-aps.com','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
      // Menu7_7=new Array("www.snav.org","javascript:NewWin=window.open('http://www.snav.info','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu7_10=new Array("Le SNAV national","","",5,20,190,"","","","","","",-1,-1,-1,"","");
  	Menu7_10_1=new Array("Site Internet","javascript:NewWin=window.open('http://www.snav.org','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
  	Menu7_10_2=new Array("Les permanents","permanents.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  	Menu7_10_3=new Array("Les locaux","onwork.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  	Menu7_10_4=new Array("Congrès 2003 : JORDANIE","jordan2003/jordan.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  	Menu7_10_5=new Array("Congrès 2004 : MEXIQUE","merida.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");

Menu8=new Array("TEXTES","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",5,20,80,"","","","","","",-1,-1,-1,"","");
  Menu8_1=new Array("Foire aux questions","faq.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu8_2=new Array("Textes de référence","","",3,20,190,"","","","","","",-1,-1,-1,"","");
	Menu8_2_1=new Array("Droit Individuel à la Formation - DIF","atelier19avril05.htm","",0,20,250,"","","","","","",-1,-1,-1,"","");
	Menu8_2_2=new Array("Ventes à distance","vad.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
    	Menu8_2_3=new Array("Loi de 92","condi.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");

  Menu8_3=new Array("Modèles","","",3,20,190,"","","","","","",-1,-1,-1,"","");
    	Menu8_3_1=new Array("Bulletin d'inscription","images/bulletin.pdf","",0,20,190,"","","","","","",-1,-1,-1,"","");
   	Menu8_3_2=new Array("Désistement chèque","desistement.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
    	Menu8_3_3=new Array("Transaction","transaction.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu8_4=new Array("Etre en règle","","",7,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_1=new Array("Logiciels","fraude.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_2=new Array("Chèques Vacances","chequesvac.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_3=new Array("Droits d'auteurs","http://www.sacem.fr","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_4=new Array("Inspection du travail","","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_5=new Array("Loi de 92","condi.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_6=new Array("Loi de 87","","",0,20,190,"","","","","","",-1,-1,-1,"","");
    Menu8_4_7=new Array("Taxe professionnelle","","",0,20,190,"","","","","","",-1,-1,-1,"","");
  Menu8_5=new Array("Etre bien assuré","onwork.htm","",0,20,190,"","","","","","",-1,-1,-1,"","");

Menu9=new Array("CONTACT","javascript:top.location.href='http://www.snav.info/index.htm'","http://www.snav.info/dblue.jpg",3,20,80,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("E-mail","mailto:info@snav.info","",0,20,90,"","","","","","",-1,-1,-1,"","");
   	Menu9_2=new Array("Boite à idées","onwork.htm","",0,20,90,"","","","","","",-1,-1,-1,"","");
      	Menu9_3=new Array("Téléphone","bureau.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");