/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#1A181D';			// Background color when mouse is not over #1A181D
	var LowSubBgColor='#1A1A1B';			// Background color when mouse is not over on subs #FED994 #FE8528#303032
	var HighBgColor='#1A1A1B';			// Background color when mouse is over
	var HighSubBgColor='#303032';			// Background color when mouse is over on subs
	var FontLowColor='#A10C5B';			// Font color when mouse is not over #c1310b
	var FontSubLowColor='#EBE6E8';			// Font color subs when mouse is not over #06d312 #c1310b
	var FontHighColor='#EBE6E8';			// Font color when mouse is over #D20707 507DAB
	var FontSubHighColor='#D21172';			// Font color subs when mouse is over
	var BorderColor='#1A1A1B';			// Border color
	var BorderSubColor='#303032';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma, Arial, sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=190;				// Menu offset x coordinate 190
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// 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='entete';				// 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"
//  La première valeur "width" rencontrée à un niveau donné reste valable pour  les niveaux similaires
// Par exemple  dans :
// Menu1=new Array("Accueil","sommaire.php3","",2,20,138);
// 138 s'applique pour Menu2, Menu3 etc..

Menu1=new Array("Accueil","/","",0,20,85);

Menu2=new Array("Festival","spip.php?rubrique2","",6,20,100);
	Menu2_1=new Array("Présentation","spip.php?article1","",0,20,150);	
	Menu2_2=new Array("Messages","spip.php?rubrique35","",0,20,150);	
	Menu2_3=new Array("Présidents d'honneur","spip.php?article4","",0,20,150);
	Menu2_4=new Array("Comité d'honneur","spip.php?article138","",0,20,150);
	 Menu2_5=new Array("Equipe du FIFOG","spip.php?article128","",0,20,150);
	Menu2_6=new Array("Archives","spip.php?rubrique10","",0);	

Menu3=new Array("Programme","spip.php?rubrique4","",5,20,125);
Menu3_1=new Array("Thématiques","spip.php?article5","",0,20,150);
Menu3_2=new Array("Evénements","spip.php?rubrique33","",0,20,150);
Menu3_3=new Array("Grilles horaires","spip.php?rubrique38","",0,20,150);
Menu3_4=new Array("Films","spip.php?rubrique34","",0,20,150);
Menu3_5=new Array("Brochure","spip.php?article134","",0,20,150);

Menu4=new Array("Jeunes","spip.php?rubrique5","",2,20,100);
Menu4_1=new Array("Fi-fon-fan","spip.php?article9","",0,20,150);
Menu4_2=new Array("Scolaires","spip.php?article59","",0,20,150);

Menu5=new Array("Presse","spip.php?rubrique6","",5,20,95);
	Menu5_1=new Array("Communiqués","spip.php?rubrique43","",0,20,150);	
	Menu5_2=new Array("Dossier de presse","spip.php?article11","",0);
	Menu5_3=new Array("Accréditation","spip.php?article45","",0);
	Menu5_4=new Array("Revue de presse","spip.php?rubrique42","",0,20,150);
	Menu5_5=new Array("Contact presse","spip.php?article136","",0,20,150);

Menu6=new Array("Pratique","spip.php?rubrique7","",2,20,110);
Menu6_1=new Array("Lieux de projection","spip.php?article31","",0,20,150);
Menu6_2=new Array("Tarifs d'entrée","spip.php?article67","",0,20,150);

Menu7=new Array("Partenaires","spip.php?article17","",0,20,114);

Menu8=new Array("Liens","spip.php?article46","",1,20,80);
Menu8_1=new Array("FIFOG solidaire","spip.php?article140","",0,20,150);