/* Script zoom del frame02 */

function zoom(url)
{
	nomefile=url;
	temp=window.open(url,'TheZoom','scrollbars=no,resizable=no,status=no,width=420,height=320,left=185,top=185,screenX=185,screenY=185');
	temp.focus();
}
function zoombar(term)
{
	temp=window.open(term,'TheZoom','scrollbars=yes,resizable=yes,status=no,width=400,height=300,left=95,top=10,screenX=185,screenY=185');
	temp.focus();
}

function zoom1(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=800,height=500,left=0,top=0,screenX=185,screenY=185');
	temp.focus();
}

function zoom2(term)
{
	temp=window.open(term,'TheZoom','scrollbars=yes,resizable=yes,status=no,width=800,height=350,left=0,top=0,screenX=185,screenY=185');
	temp.focus();
}

function zoom3(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=800,height=180,left=0,top=0,screenX=0,screenY=0');
	temp.focus();
}

function zoom4(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=350,height=228,left=195,top=150,screenX=185,screenY=185');
	temp.focus();
}

function zoom5(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=694,height=530,left=195,top=80,screenX=185,screenY=185');
	temp.focus();
}
function zoom6(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=300,height=300,left=95,top=10,screenX=185,screenY=185');
	temp.focus();
}
function zoom7(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=500,height=640,left=95,top=10,screenX=185,screenY=185');
	temp.focus();
}
function zoom8(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=500,height=510,left=95,top=10,screenX=185,screenY=185');
	temp.focus();
}
function zoom9(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=430,height=360,left=95,top=10,screenX=185,screenY=185');
	temp.focus();
}
function zoom10(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=830,height=220,left=0,top=0,screenX=0,screenY=0');
	temp.focus();
}
function zoom11(term)
{
	temp=window.open(term,'TheZoom','scrollbars=no,resizable=no,status=no,width=910,height=280,left=0,top=600,screenX=0,screenY=0');
	temp.focus();
}
function zoom_meteo(lnk,tg)
 {    if (window.screen){ 
		     var w = screen.width; 
		     if(w>=740 & w<835){
		      window.open(lnk,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,top=0,left=0,width=760,height=330');}
		      if(w>=835){ 
		     window.open(lnk,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,top=0,left=0,width=970,height=320');}}
}