CAR = new Array();
carvuoto = "Carrello vuoto! Selezionare un articolo."
 
/* L'array seguente contiene i testi che verranno visualizzati dal menu.
 * Il primo sempre solo perche il primo livello
 * Il primo elemento degli array e' il nome del menu, gli elementi successivi sono i links contenuti nel singolo menu. 
 **********************************************************************************************************************/
l=1;
voci=new Array();
voci[0]=new Array();
	voci[0][0]=new Array("Home");

voci[1]=new Array();
	voci[1][0]=new Array("Vini");
	voci[1][1]=new Array("Rossi","Rosato","Cabernet franc","Refosco dal ped. rosso","Merlot","Pinot nero","Schioppettino");
	voci[1][2]=new Array("Bianchi","Friulano","Sauvignon","Pinot Grigio","Chardonay","Traminer aromatico","Malvasia","Verduzzo friulano","Ribolla gialla");
	voci[1][3]=new Array("Speciali","Moscato rosa","Linda","Mirko","Picolit","Ribolla g. spumante");
	voci[1][4]=new Array("Bag in box");

voci[2]=new Array();
	voci[2][0]=new Array("Azienda");

voci[3]=new Array();
	voci[3][0]=new Array("Ristoro");

voci[4]=new Array();
	voci[4][0]=new Array("Visitateci");
	voci[4][1]=new Array("Cartina","DownLoad cartina");

/* Questo array contiene invece i links che saranno aperti dalle singole voci dei sottomenu.
 * E' possibile specificare un link anche per la voce principale del menu / # 
 ********************************************************************************************/

links=new Array();
links[0]=new Array();
	links[0][0]=new Array("Index.htm");

links[1]=new Array();
	links[1][0]=new Array("#");
	links[1][1]=new Array("#","GrDO116.htm","GrDO111.htm","GrDO112.htm","GrDO113.htm","GrDO114.htm","GrDO115.htm");
	links[1][2]=new Array("#","GrDO121.htm","GrDO122.htm","GrDO123.htm","GrDO124.htm","GrDO125.htm","GrDO126.htm","GrDO127.htm","GrDO128.htm");
	links[1][3]=new Array("#","GrDO131.htm","GrDO132.htm","GrDO133.htm","GrDO134.htm","GrDO135.htm");
	links[1][4]=new Array("GrDO141.htm");

links[2]=new Array();
	links[2][0]=new Array("GrDO200.htm");

links[3]=new Array();
	links[3][0]=new Array("GrDO300.htm");

links[4]=new Array();
	links[4][0]=new Array("#");
	links[4][1]=new Array("GrDO511.htm","GrDO514.htm");

/* Questo array contiene i target dei links
 * E' possibile scegliere fra "self" e "new" (o qualsiasi altro valore)
 * "self" aprira' il link nella stessa finestra d'origine, "new" o qualsiasi altro valore aprira' una nuova finestra del browser
 *******************************************************************************************************************************/
targets=new Array();
targets[0]=new Array();
	targets[0][0]=new Array("home");

targets[1]=new Array();
	targets[1][0]=new Array("Self");
	targets[1][1]=new Array("Self","Self","Self","Self","Self","Self","Self");
	targets[1][2]=new Array("Self","Self","Self","Self","Self","Self","Self","Self","Self");
	targets[1][3]=new Array("Self","Self","Self","Self","Self","Self");
	targets[1][4]=new Array("Self");

targets[2]=new Array();
	targets[2][0]=new Array("Self");

targets[3]=new Array();
	targets[3][0]=new Array("Self");

targets[4]=new Array();
	targets[4][0]=new Array("Self");
	targets[4][1]=new Array("Self","Self");

/* Messaggio nella status bar
 * Contiene i testi che saranno visualizzati nella barra di stato del browser quando il mouse e' sopra una voce del menu  
 **************************************************************************************************************************/

wst=new Array();
wst[0]=new Array();
	wst[0][0]=new Array("Ritorno alla pagina iniziale dl sito");

wst[1]=new Array();
	wst[1][0]=new Array("I nostri vini");
	wst[1][1]=new Array("I vini rossi","Rosato","Cabernet franc","Refosco dal ped. rosso","Merlot","Pinot nero","Schioppettino");
	wst[1][2]=new Array("I vini bianchi","Friulano","Sauvignon","Pinot Grigio","Chardonay","Traminer aromatico","Malvasia","Verduzzo friulano","Ribolla gialla");
	wst[1][3]=new Array("I vini speciali","Moscato rosa","Linda","Mirko","Picolit","Ribolla gialla spumante");
	wst[1][4]=new Array("Confezioni speciali");

wst[2]=new Array();
	wst[2][0]=new Array("La nostra azienda");

wst[3]=new Array();
	wst[3][0]=new Array("Il nostro Ristoro agrituristico");

wst[4]=new Array();
	wst[4][0]=new Array("Come trovarci se volete visitarci");
	wst[4][1]=new Array("Cartina schematica, generale, e di dettaglio","Scarica le cartine stampabili in formato PDF di Acrobat Reader");

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Fine sezione personalizzabile.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
