var NoOffFirstLineMenus=4;			// Number of first level items
var LowBgColor='#ffffff';			// Background color when mouse is not over
var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
var HighBgColor='#f7a397';			// Background color when mouse is over
var HighSubBgColor='#f7a397';		// Background color when mouse is over on subs
var FontLowColor='#808080';			// Font color when mouse is not over
var FontSubLowColor='#808080';		// Font color subs when mouse is not over
var FontHighColor='#e8121c';			// Font color when mouse is over
var FontSubHighColor='#e8121c';		// Font color subs when mouse is over
var BorderColor='#808080';			// Border color
var BorderSubColor='#808080';		// Border color for subs
var BorderWidth=1;				// Border width
var BorderBtwnElmnts=1;			// Border between elements 1 or 0
var FontFamily="verdana,arial,times"		// Font family menu items
var FontSize=8;				// 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='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=15;				// Menu offset x coordinate
var StartLeft=160;				// 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=2;				// 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='';				// 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=1;				// Uses arrow gifs when 1
var KeepHilite=1;				// Keep selected path highlighted
var Arrws=['../img/tri.gif',5,10,'../img/tridown.gif',10,5,'../img/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("Introduction","main.html","",3,20,150);
	Menu1_1=new Array("The Variety","variedad.html","",0,20,150);
	Menu1_2=new Array("The Competition","presenta.html","",0);
	Menu1_3=new Array("Awarded wines'09","awards09.html","",0);
//   	Menu1_4=new Array("Gallery 2008","fotos08.html","",0);

Menu2=new Array("Regulations","","",2);
	Menu2_1=new Array("Articles","articulo.html","",14,20,150);
			Menu2_1_1=new Array("Article I.- Contest","a1.html","",0,20,340);
			Menu2_1_2=new Array("Article II.- Registration and sending of samples","a2.html","",0);
			Menu2_1_3=new Array("Article III.- Manager of the Competition","a3.html","",0);
			Menu2_1_4=new Array("Article IV.- Control of the samples","a4.html","",0);
			Menu2_1_5=new Array("Article V.- Juries","a5.html","",0);
			Menu2_1_6=new Array("Article VI.- Roles of the Jury's Presidents","a6.html","",0);
			Menu2_1_7=new Array("Article VII.- Roles of the Manager","a7.html","",0);
			Menu2_1_8=new Array("Article VIII.- Juries performance rules","a8.html","",0);
			Menu2_1_9=new Array("Article IX.- Arrangement of the samples","a9.html","",0);
			Menu2_1_10=new Array("Article X.- Tasting temperature","a10.html","",0);
			Menu2_1_11=new Array("Article XI.- Tasting Card","a11.html","",0);
			Menu2_1_12=new Array("Article XII.- Transcription of results","a12.html","",0);
			Menu2_1_13=new Array("Article XIII.- Awards","a13.html","",0);
			Menu2_1_14=new Array("Annexe I.- Wine Categories","anexo.html","",0);
	Menu2_2=new Array("Downloads","descarga.html","",0);

Menu3=new Array("Information","informa.html","",6,20,150);
	Menu3_1=new Array("Place and Dates","lugar.html","",0,20,150);
	Menu3_2=new Array("Registration fees","derechos.html","",0);
	Menu3_3=new Array("Sending of samples","envio.html","",0);
	Menu3_4=new Array("Documentation","documen.html","",0,20,150);
	Menu3_5=new Array("Registration form","ficha.html","",0,20,150);
	Menu3_6=new Array("Awarded wines'09","awards09.html","",0);

Menu4=new Array("Contact","contacto.html","",0);


