////////////Función Para Abrir Ventana/////////////////////

function abrir_ventana_1(url)
{
newWindow1 = window.open(url,"subWind",
"status,height=500,width=500,top=150,left=250,scrollbars=yes");
newWindow1.focus( );
};

