<!--//

function popup_foto_news( nome )
{

var w=500
var h=500
var x = (screen.width -w)/2
var y = (screen.height - h)/2
var finestra=window.open(nome,'Zoom','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=no')
finestra.moveTo(x,y);
finestra.focus();
}

function popup_page( nome )
{

var w=440
var h=380
var x = (screen.width -w)/2
var y = (screen.height - h)/2
var finestra=window.open(nome,'Zoom','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=no')
finestra.moveTo(x,y);
finestra.focus();
}

function popup_video_lovegrove( nome )
{

var w=320
var h=255
var x = (screen.width -w)/2
var y = (screen.height - h)/2
var finestra=window.open(nome,'Zoom','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=no')
finestra.moveTo(x,y);
finestra.focus();
}

function popup_piantina( nome )
{

var w=980
var h=490
var x = (screen.width -w)/2
var y = (screen.height - h)/2
var finestra=window.open(nome,'Zoom','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=no')
finestra.moveTo(x,y);
finestra.focus();
}

//-->