
function open_foto(name_foto)
{
window.open(name_foto+".jpg",'foto','top=0, left=0, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, width=824, height=624');
}

