<!-- 
/*
Configure menu styles below NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
//bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20

YOffset=20; // no quotes!!
barWidth=18; // no quotes!!
XOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#69511F";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#999966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#010E43";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barText='Advanced Amateur'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'
<!-- free javaScript examples at http://www.ScriptBreaker.com -->
///////////////////////////

// the menu items
addHdr("Advanced Amateur", 2);
addItem("Home", "index.html", "")
addItem("Optik", "_Ottica.htm","")
addItem("Lavorazioni ottiche", "_Ottica_Lavorazione.htm", "")
addItem("Test ottici", "_Ottica_Test.htm", "")
addItem("Manuali", "_Manuali.htm", "")
addItem("Mekanik", "_Meccanica.htm", "")
addItem("Telescopen", "_Telescopi.htm", "")
addItem("SonnenTeleskopen", "_TelescopiSolari.htm", "")
addItem("Cupole", "_Cupole.htm", "")
addItem("Elektronik", "_Elettronica.htm", "")
addItem("Software", "_Software.htm", "")



// _blank
// addItem("Forms", "javascript://", "", 1, "no")
// addItem("Misc", "javascript://", "",1)
// addHdr("Split 1", 1, "no")
// addHdr("Split 2", 1)
// final step that builds the menu
buildMenu();

//-->