// JavaScript Document
//Antonio Battipaglia

function meteo()
	{
	 win2=window.open("../pop_up/meteo.asp","","width=533,height=460,top=2,left=2")
	 win2.creator=self
	}

function meteo_tv()
	{
	 win2=window.open("../pop_up/meteo_tv.asp","","width=410,height=375,top=2,left=2,scrollbars=no")
	 win2.creator=self
	}
	
function credits()
	{
	 win2=window.open("../pop_up/credits.asp","","width=230,height=320,top=2,left=2,scrollbars=no")
	 win2.creator=self
	}

