<!--//ventanas
function ventana() {
var ventana;
ventana=window.open("","ventana","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=510,height=430,top=15,left=30");
return;
}
function ventanapub() {
var ventanapub;
ventanapub=window.open("","ventanapub","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=350,height=400,top=15,left=30");
return;
}
//-->