document.write("")
function radio4(pagina){
var x4 = document.getElementById("r_select4").selectedIndex;
var testo_scorrevole4 = document.getElementById("r_select4").options[x4].innerHTML;
document.getElementById("marquee4").innerHTML = testo_scorrevole4;
document.getElementById("r_select4").style.display="none";
if (pagina != "" && pagina != "http://www.dive3000.com" && pagina != "http://www.dive3000.com/radio/") {
window.open(pagina,'ocean','resizable=1,status=0,menubar=0,toolbar=0,scrollbars=1,location=0,directories=0,width=600,height=450');
}
if (pagina == "http://www.dive3000.com" || pagina == "http://www.dive3000.com/radio/") {
window.open(pagina,'ocean','resizable=1,resizable=1,status=1,menubar=1,toolbar=1,scrollbars=1,location=1,directories=1');
}
}
//Tool4
function t4_nascondi() {
var select4 = document.getElementById("r_select4");
var stato4 = select4.style.display;
select4.size = select4.options.length;
if (select4.size > 19) {
select4.size = 20;
}
if (stato4 =="none" || stato4==""){
select4.style.display="block";
select4.style.position="absolute";
}
if (stato4 =="block"){
select4.style.display="none";
}
}
// Fine Tool4
document.write("
")
document.write("
")
document.write("
")
document.write("
Powered by Dive3000.com
")
document.write("
")