// JavaScript axencia.com
function ventana(cual,w,h) {
window.open(cual, "", "width="+w+"&,height="+h+"&,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=0");
}
function ventana2(cual,w,h) {
window.open(cual, "", "width="+w+"&,height="+h+",scrollbars=yes");
}
