/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=2; // 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="#006600";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#006600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#66CC33";  // Sfondo del menu quando il mause vi é sopra
linkTarget="_top";
linkAlign="Left";
barBGColor="#660000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=11; // no quotes!!

startMenu("Sersale", " Sersale. Info ")
addItem("Home ..","http://sersale.eu/","");
addItem("Promo ..","javascript:NewWin=window.open('http://sersale.eu/pr.html','NWin');window['NewWin'].focus()","");
addItem("Eventi ..","javascript:NewWin=window.open('http://sersale.eu/ev.html','NWin');window['NewWin'].focus()","");
addItem("Inserzionisti ..","javascript:NewWin=window.open('http://sersale.eu/in.html','NWin');window['NewWin'].focus()","");
addItem("Util ..","javascript:NewWin=window.open('http://sersale.eu/ut.html','NWin');window['NewWin'].focus()","");
addItem("Link ..","javascript:NewWin=window.open('http://sersale.eu/li.html','NWin');window['NewWin'].focus()", "");
addItem("Contatti ..","javascript:NewWin=window.open('http://sersale.eu/co.html','NWin');window['NewWin'].focus()","");
addItem("GuestBook","javascript:NewWin=window.open('http://sersale.eu/gb/','NWin');window['NewWin'].focus()","");
addItem("Forum","javascript:NewWin=window.open('http://sersale.eu/phpbb2/','NWin');window['NewWin'].focus()","");
addItem("Chat","javascript:NewWin=window.open('http://sersale.eu/phpmychat/chat/','NWin');window['NewWin'].focus()","");
addItem("PluriSiti","javascript:NewWin=window.open('http://plurisiti.sersale.eu/','NWin');window['NewWin'].focus()","");
endMenu()