<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=92; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#777777";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, arial, helvetica";
hdrFontSize="2";
hdrFontColor="#ffff00";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="arial, helvetica";
linkFontSize="2";
linkBGColor="#333333";
linkOverBGColor="#555555";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="arial, helvetica";
barFontSize="2";
barFontColor="#77bbee";
barVAlign="top";
barWidth=15; // no quotes!!

startMenu("PRIMA DI TUTTO", "MENU HOME")
addItem("CONDIZIONI D'USO", "../varie/condizioni.htm", "");
addHdr("AREE DEL SITO");
addItem("SHOP", "varie/cdrom.htm", "");
addItem("ABC", "abc/index.htm", "");
addItem("AUDIOVISIVI", "../audiovis/index.htm", "");
addItem("GALLERIA", "galle/index.htm", "");
addItem("VARIE", "varie/index.htm", "");
addHdr("ACCESSO DIRETTO");
addItem("Come contattarci", "varie/contatt.htm", "");
addItem("Corsi", "abc/corsi.htm", "");
addItem("Mappa del sito", "varie/mappa.htm", "");
endMenu()

//-->