// JavaScript Document
<!--
function abreVentana (myURL) {
msg=open(myURL,"NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=320,height=550");
// msg.location = "http://www.precios10.com/mundojavascript/comunes/promo_mundojavascript.html"
}
function abreVentanaVisita (myURL) {
msg=open(myURL,"NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=530,height=500");
// msg.location = "http://www.precios10.com/mundojavascript/comunes/promo_mundojavascript.html"
}
function irA(url){
location.href = url;
}
// -->