	var NoOffFirstLineMenus=9;			// Nombre de rubrique dans le 1er niveau
	var LowBgColor='ff6600';			// Couleur du fond mouse out
	var LowSubBgColor='white';			// Couleur du fond mouse out sous rubrique
	var HighBgColor='ff6600';			// Couleur du fond mouse in
	var HighSubBgColor='white';		// Couleur du fond mouse in sous rubrique
	var FontLowColor='white';			// Couleur police mouse out
	var FontSubLowColor='000066';		// Couleur police mouse out sous rubrique
	var FontHighColor='white';			// Couleur police mouse in
	var FontSubHighColor='000066';		// Couleur police mouse in sous rubrique
	var BorderColor='ff6600';			// Couleur bordure
	var BorderSubColor='ff6600';		// Couleur bordure sous rubriques
	var BorderWidth=1;				// Largeur bordure
	var BorderBtwnElmnts=0;			// Bordure entre les rubriques oui=1 non=0
	var FontFamily="Arial, Helvetica, sans-serif"	// Style de police
	var FontSize=9;				// Taille police
	var FontBold=1;				// police Gras oui=1 non=0
	var FontItalic=0;				// Italic oui=1 non=0
	var MenuTextCentered='left';			// Position texte 'left', 'center' ou 'right'
	var MenuCentered='left';			// Position menu horizontal 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// positionMenu vertical 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=130;				// Menu cordonnées x
	var StartLeft=5;				// Menu coordonnées y
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=0;			// 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=['tri.gif',5,10,'tridown.gif',10,5,'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(">> Hôtel de ville","","",5,20,138);
	Menu1_1=new Array(">> Les Elus","elus.htm","",0,20,170);	
	Menu1_2=new Array(">> Les Commissions","commissions.htm","",0,20,170);
	Menu1_3=new Array(">> Le Conseil Municipal","conseil.htm","",0,20,170);	
	Menu1_4=new Array(">> Les Finances","finances.htm","",0,20,170);	
	Menu1_5=new Array(">> Les Services Municipaux","serv_mun.htm","",0,20,170);	
	
Menu2=new Array(">> Vie Pratique","","",9,20,138);
	Menu2_1=new Array(">> Nouveaux Paimpolais","nouveaux.htm","",0,20,150);	
	Menu2_2=new Array(">> Etat Civil","form_admin.htm","",0,20,150);
	Menu2_3=new Array(">> Enfance","enfance.htm","",0,20,150);
	Menu2_4=new Array(">> Enseignement","enseig.htm","",0,20,150);
	Menu2_5=new Array(">> Emploi","emploi.htm","",0,20,150);
	Menu2_6=new Array(">> Seniors","seniors.htm","",0,20,150);
	Menu2_7=new Array(">> Associations","asso.htm","",0,20,150);
	Menu2_8=new Array(">> Vivre à Paimpol","vivre.htm","",0,20,150);
	Menu2_9=new Array(">> Jumelage","jumelage.htm","",0,20,150);


Menu3=new Array(">> Tourisme","tourisme.htm","",0,20,138);

Menu4=new Array(">> Actualité","index.htm","",0,20,138);

Menu5=new Array(">> Marchés publics","marchespub.htm","",0,20,138);
Menu6=new Array(">> Vacances","vacances.htm","",0,20,138);
Menu7=new Array(">> Liens amis","liens.htm","",0,20,138);
Menu8=new Array(">> Bulletin municipal","bulletin.htm","",0,20,138);
Menu9=new Array(">> Réglementation","réglementation.htm","",0,20,138);