<!--
/*
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=80; // 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="#006666";
menuIsStatic="yes";
menuWidth=190; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, arial, helvetica";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="#006666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="arial, helvetica";
linkFontSize="1";
linkBGColor="#EFFFEF";
linkOverBGColor="#CAFFCA";
linkTarget="_top";
linkAlign="Left";
barBGColor="#7FC9BB";
barFontFamily="arial, helvetica";
barFontSize="2";
barFontColor="#FF0000";
barVAlign="top";
barWidth=15; // no quotes!!

// qui vanno inseriti i link alle radio :)
startMenu("CANALI","CANALI RADIO")
addItem("RTL 102.5", "http://www.rtl.it/mediaplayer/rtl1025.asx", "");
addItem("DISCORADIO", "http://discoradio.fabbricadigitale.it/asx/discoradio.asx", "");
addItem("LATTEMIELE", "http://streaming.lattemiele.com/lattemiele.asx", "");
addItem("GAMMARADIO", "http://www.gammaradio.it/gammaradio.asx", "");
addItem("RIN DIGITAL AUDIO", "http://www.rin.it/player/rindigital.asx", "");
addItem("RDS", "http://62.101.82.64/player/rds.asx", "");
addItem("SUBASIO", "http://www.xdevel.com/radio/subasio64.asx", "");
addItem("M2O", "http://live.mediaserver.kataweb.it/m2o", "");
addItem("PLAY RADIO", "rtsp://213.140.16.137:554/encoder/liverin.rm", "");
addItem("R 101", "http://www.r101.it/r101/statici/diretta/r101.asx", "");
addItem("RADIO 1", "http://www.radio.rai.it/player/radio1.rpm", "");
addItem("RADIO 2", "http://www.radio.rai.it/player/radio2.rpm", "");
addItem("RADIO 3", "http://www.radio.rai.it/player/radio3.rpm", "");
addItem("ROCK FM", "http://www.radiorockfm.com/listen.asx", "");
addItem("RADIO NORBA", "http://www.xdevel.com/radio/radionorba.asx", "");
addItem("RADIO MONTE CARLO", "http://www.radiomontecarlo.net/RMC_04/PlayerRMC/rmc64.asx", "");
addItem("RADIO KISSKISS", "http://www.kisskiss.it/web/radiokk.asx", "");
addItem("RADIO ITALIA", "mms://radioitalia.wm.p1.str3.com/rditaliahq", "");
addItem("RADIO DEEJAY", "http://live.mediaserver.kataweb.it/radiodeejay", "");
addItem("RADIO CUORE", "http://www.radiocuore.it/radiocuore.asx", "");
addItem("RADIO 105", "http://www.105.net/Player/105_64.asx", "");
addItem("RADIO 24", "mms://62.196.2.90/Radio24", "");

endMenu()

//-->