<!--

function popup_foto( name , type, title )
{


if (type=="o")
{
w = 420;
h = 491;
}
else
{
w = 500;
h = 426;
}


var finestra=window.open('popup_foto.asp?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);
}


// -->

