
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OpenPopup(url, w, h, feat)
{ 
	if (feat=='')
		window.open(url, '', 'height='+h+',width='+w); 
	else
		window.open(url, '', 'height='+h+',width='+w+','+feat); 
}


if (document.images) {
	var italiano = new Image(); italiano.src ="/inclusioni/img/lingue/italiano_new.gif";
	var italiano_ = new Image(); italiano_.src = "/inclusioni/img/lingue/italiano_rosso_new.gif";
	var espanol = new Image(); espanol.src = "/inclusioni/img/lingue/espanol_new.gif";
	var espanol_ = new Image(); espanol_.src = "/inclusioni/img/lingue/espanol_rosso_new.gif";
	var english = new Image(); english.src = "/inclusioni/img/lingue/english_new.gif";
	var english_ = new Image(); english_.src = "/inclusioni/img/lingue/english_rosso_new.gif";
	var francese = new Image(); francese.src = "/inclusioni/img/lingue/francese_new.gif";
	var francese_ = new Image(); francese_.src = "/inclusioni/img/lingue/francese_rosso_new.gif";

	var americhe = new Image(); americhe.src = "/inclusioni/img/mondo/americhe.gif";
	var na = new Image(); na.src = "/inclusioni/img/mondo/na.gif";
	var la = new Image(); la.src = "/inclusioni/img/mondo/la.gif";
	var africa = new Image(); africa.src = "/inclusioni/img/mondo/africa.gif";
	var asia = new Image(); asia.src = "/inclusioni/img/mondo/asia.gif";
	var oceania = new Image(); oceania.src = "/inclusioni/img/mondo/oceania.gif";
	var europa = new Image(); europa.src = "/inclusioni/img/mondo/europa.gif";
	var cartina = new Image(); cartina.src = "/inclusioni/img/mondo/cartina.gif";
}
function rollover(cella,img){
	document.images[cella].src = eval(img);
}

var months=new Array("enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre");
var time = new Date();
var lmonth = months[time.getMonth()];
var date = time.getDate();
var year = time.getYear();

if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))
	year = "19" + year;

if (navigator.appName == "Netscape")
	year = 1900 + year;

function writeDate()
{ document.write(date +  " " + lmonth + " "  + year); }

function scelta_lingua()
{
	var URL = document.getElementById('T1').options[document.getElementById('T1').selectedIndex].value;
	window.location.href = URL;
}

function real_satel()
{
	popup = window.open("/esp/radio/radiostream1.htm","popDialog","height=152,width=152,scrollbars=no top=0, left=0")
	window.popup.moveTo(700,000);
}
function real_hotbird()
{
	popup = window.open("/esp/radio/radiostream2.htm","popDialog","height=152,width=152,scrollbars=no top=0, left=0")
	window.popup.moveTo(700,000);
}
