//
//
function openslides()
{
slideswin001=window.open("terza/slidejpg.htm","slideswin001","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=null,height=null,screenX=0,screenY=0");

slideswin001.resizeTo(screen.width,400);
slideswin001.moveTo(0, screen.height/2-200); 
return;
}
//----------------------
function openRADIO()
{
//if (navigator.appName == "Microsoft Internet Explorer"){
//var cSearchValue=showModalDialog("freeradio.asp",0,"dialogWidth:350px;dialogHeight:180px;");
//}else
//{

//slides2=window.open("freeradio.asp","radio_o","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=350,height=180,screenX=0,screenY=0");

var w =340;
var h =125;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
var apri="freeradio.asp";

var stile = "top="+t+", left="+l+", width=340, height=125, status=no, menubar=no, toolbar=no, scrollbar=no";

window.open(apri,"radiooo", stile);
}
//-----------------
function SEGNALA()
{
var w =580;
var l = Math.floor((screen.width-w)/2);
var apri="segnala.asp";
var stile = "top=0, left="+l+", width=580, height=190, resizable=no, status=no, menubar=no, toolbar=no, scrollbar=no";
window.open(apri,"segnala", stile);
}
//---------------------
function UGUESTBOOK()
{

var lll=Math.floor(screen.height);
var l = Math.floor((screen.width-640)/2);

//var stile = "top=0, left="+l+", width=638, height="+lll;


slideswin002=window.open("leggi.asp","uguest","top=0, left="+l+", toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=640,height="+lll);

//slideswin002.resizeTo(screen.width,400);
//slideswin002.moveTo(0, screen.height/2-200); 
//return;

}
//---------------------
function ACHAT()
{
alert('a dopo...')
}
//---------------------

function RADIO_mystreaming()
{
var w =340;
var h =105;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
var apri="index/webmaster_in_stream.html";
var stile = "top="+t+", left="+l+", width=340, height=105, status=no, menubar=no, toolbar=no, scrollbar=no";
window.open(apri,"r_webmaster", stile);
}

