\n');
}
function AbrirVentana(URL, Ventana, anchoVentana, altoVentana, ScrollVars, Resizable)
{
return window.open(URL, Ventana, 'toolbar=no, location=no, directories=no, statusbar=no, menubar=no, scrollbars=' + ScrollVars + ', resizable=' + Resizable + ', width=' + anchoVentana + ', height=' + altoVentana + ', left=' + (((screen.width - 10) - anchoVentana) / 2) + ', top=' + (((screen.height - 75) - altoVentana) / 2));
}
function AbrirImagen(i)
{
document.getElementById('ven').style.display = 'block';
document.getElementById('ven').innerHTML = '';
}