<!--
/*
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=230; // 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="#800000";
menuIsStatic="yes";
menuWidth=250; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, arial, helvetica";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="#400000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="arial, helvetica";
linkFontSize="1";
linkBGColor="#800000";
linkOverBGColor="#800000";
linkTarget="centrale";
linkAlign="center";
barBGColor="#800000";
barFontFamily="arial, helvetica";
barFontSize="2";
barFontColor="#FF0000";
barVAlign="top";
barWidth=15; // no quotes!!

startMenu("WEB ITALIA RADIO", "MENU | HOME")
addItem("HOMEPAGE", "centrale.html", "");
addItem("STAFF", "staff.html", "");

addItem("GIOCA CON WIR", "gioca.html", "");
addItem("CHAT", "http://www.webitaliaradio.com/chatroom/default.asp", "");
addItem("METEO", "http://www.ilmeteo.it/datimeteo/indexbis.htm", "");
addItem("NEWS", "http://www.repubblica.it/news/ired/ultimora/2006/altre_n.html", "");
addItem("PARTNERS", "http://www.webitaliaradio.com/partners.html", "");
addHdr("CONTATTACI");
addItem("E-MAIL", "mailto:info@webitaliaradio.com", "");
addItem("ISCRIVITI", "public/default.asp", "");
endMenu()

//-->