
function cuatro_ventana(parametro) {
var win=window.open(parametro, "v_3", "height=500,width=600,menubar=no,scrollbars=yes,statusbar=no");
}
