<!--
/*
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=91; // 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=270; // 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("PROGRAMMI", "MENU STRUMENTI")
addItem("Programmi", "../downl/index.htm", "");
addItem("Download vari", "../modules.php?name=Downloads", "");
addHdr("ARTICOLI");
addItem("Color Management", "../abc/coloman1.htm", "");
addItem("Come si fa per...", "../abc/comesifa.htm", "");
addItem("Fotografia digitale", "../artic/index.htm#digit", "");
addItem("Guida colore", "../guico/index.htm", "");
addHdr("AREE DEL SITO");
addItem("FOTOCLUB", "http://www.abc-fotografia.com/shop.php", "");
addItem("ABC", "../abc/index.htm", "");
addItem("AUDIOVISIVI", "../audiovis/index.htm", "");
addItem("FORUM", "http://www.abc-fotografia.com/modules.php?name=Forums", "");
addItem("GALLERIA", "../galle/index.htm", "");
addItem("VARIE", "../varie/index.htm", "");
endMenu()

//-->