// JavaScript Document
////////////Función Para Abrir Ventana Grande/////////////////////

function abrir_ventana_fotos(url)
{
newWindowgde = window.open(url,"subWind",
"status,height=550,width=700,top=50,left=50,scrollbars=yes");
newWindowgde.focus( );
};
