function foto(url){
window.open(url, "foto_ampliada", "width=450,height=300,top=10,left=10,Xscreen=10,Yscreen=10,scrollbars=no,resizable=no");
}
function foto_v(url){
window.open(url, "foto_ampliada", "width=300,height=450,top=10,left=10,Xscreen=10,Yscreen=10,scrollbars=no,resizable=no");
}
function foto_ar(url){
window.open(url, "foto_ar", "width=650,height=550,top=10,left=10,Xscreen=10,Yscreen=10,scrollbars=no,resizable=no");
}
function postal(url){
window.open(url, "envia_postal", "width=510,height=550,top=10,left=10,Xscreen=10,Yscreen=10,scrollbars=yes,resizable=no");
}
