<!--

function popup_foto( name , type, title )
{

//title= 'La Grande Guerra 1914-1918_____________________';



if (type=="o")
{
w = 500;
h = 360;
var finestra=window.open('popup_foto.php?name='+name+'&title='+title,'_blank','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=yes')
}
else
{
w = 350;
h = 510;
var finestra=window.open('popup_foto_vert.php?name='+name+'&title='+title,'_blank','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=yes')
}

//var finestra=window.open('popup_foto.php?name='+name+'&title='+title,'_blank','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=no,resizable=yes')
x=screen.width/2-w/2;
y=screen.height/2-h/2;

finestra.moveTo(x,y);
}

// -->
