/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#444444';			// Background color when mouse is not over on subs
	var HighBgColor='#444444';			// Background color when mouse is over
	var HighSubBgColor='#666666';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#666666';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica"	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=1;			// vertical overlap child/ parent
	var StartTop=15;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=7;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='cont';			// Frame where first level appears
	var SecLineFrame='cont';			// Frame where sub levels appear
	var DocTargetFrame='cont';			// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Inicio","index.php","",0,30,70);

Menu2=new Array("Temporada","","",2,30,110);
	Menu2_1=new Array("Próximos Eventos","proximos.php","",0,30,130);
	Menu2_2=new Array("Eventos Pasados","pasados.php","",0,30,130);
	
Menu3=new Array("Quiénes Somos","","",2,30,130);
	Menu3_1=new Array("Antecedentes e Historia","somos.php","",0,30,160);	
	Menu3_2=new Array("Consejo Directivo","consejo.php","",0,30,160);

Menu4=new Array("Cuerpo Artístico","","",2,30,130);
	Menu4_1=new Array("Coro de la Opera de Tijuana","coro.php","",0,30,185);
	Menu4_2=new Array("Cantoría Infantil Orfeo","orfeo.php","",0,30,185);
	
Menu5=new Array("Galerías","galerias.php","",0,30,110);

Menu6=new Array("Patrocinadores","patrocinadores.php","",0,30,130);

Menu7=new Array("Contacto","contacto.php","",0,30,92);


	