/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#663300';			// Background color when mouse is not over
	var LowSubBgColor='#cc9966';			// Background color when mouse is not over on subs
	var HighBgColor='#cc9966';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-160;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='topFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// 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 highligthed
	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("Home","javascript:{parent.frames['mainFrame'].location='main.htm';parent.frames['leftFrame'].location='main_left.htm';} ","",0,20,160);

Menu2=new Array("Azienda","","",5,20,160);
	Menu2_1=new Array("Storia","javascript:{parent.frames['mainFrame'].location='storia.htm';parent.frames['leftFrame'].location='storia_left.htm';} ","",0,20,160);	
	Menu2_2=new Array("Galleria Fotografica","javascript:{parent.frames['mainFrame'].location='vigneti.htm';parent.frames['leftFrame'].location='vigneti_left.htm';} ","",0,20,160);	
	Menu2_3=new Array("Premi e riconoscimenti","javascript:{parent.frames['mainFrame'].location='premi.htm';parent.frames['leftFrame'].location='premi_left.htm';} ","",0,20,160);	
	Menu2_4=new Array("Eventi","javascript:{parent.frames['mainFrame'].location='events.php';parent.frames['leftFrame'].location='events_left.htm';} ","",0,20,160);	
	Menu2_5=new Array("Progetti futuri","javascript:{parent.frames['mainFrame'].location='progetti.htm';parent.frames['leftFrame'].location='progetti_left.htm';} ","",0,20,160);

Menu3=new Array("Prodotti","","",3,20,160);
	Menu3_1=new Array("La carta dei vini","javascript:{parent.frames['mainFrame'].location='products.php';parent.frames['leftFrame'].location='products_left.htm';} ","",0,20,160);
	Menu3_2=new Array("Confezioni speciali","javascript:{parent.frames['mainFrame'].location='confezioni.htm';parent.frames['leftFrame'].location='confezioni_left.htm';} ","",0,20,160);
	Menu3_3=new Array("Vendita","javascript:{parent.frames['mainFrame'].location='vendita.htm';parent.frames['leftFrame'].location='vendita_left.htm';} ","",0,20,160);

Menu4=new Array("Consigli","","",3,20,160);
	Menu4_1=new Array("Le nostre ricette","javascript:{parent.frames['mainFrame'].location='ricette.htm';parent.frames['leftFrame'].location='ricette_left.htm';} ","",0,20,160);
	Menu4_2=new Array("Curiosità","javascript:{parent.frames['mainFrame'].location='curiosita.htm';parent.frames['leftFrame'].location='curiosita_left.htm';} ","",0,20,160);
	Menu4_3=new Array("Link ad altri siti","javascript:{parent.frames['mainFrame'].location='link.htm';parent.frames['leftFrame'].location='link_left.htm';} ","",0,20,160);

Menu5=new Array("Contatti","","",3,20,160);
	Menu5_1=new Array("Come raggiungerci","javascript:{parent.frames['mainFrame'].location='mappa.htm';parent.frames['leftFrame'].location='mappa_left.htm';} ","",0,20,140);
	Menu5_2=new Array("E-mail e Indirizzi","javascript:{parent.frames['mainFrame'].location='email.htm';parent.frames['leftFrame'].location='email_left.htm';} ","",0,20,140);
	Menu5_3=new Array("Richiedi informazioni","javascript:{parent.frames['mainFrame'].location='feedback.php';parent.frames['leftFrame'].location='feedback_left.htm';} ","",0,20,140);
