function m993(m91)
{
var pag="ver_noticias.php?item="+m91;
window.open(pag,m91,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=650,heigh t=600');
}

function m994(m91)
{
var pag="ver_ofertas.php?item="+m91;
window.open(pag,m91,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=650,heigh t=600');
}
function ch()
{
var error = false;
var mensaje="We found the next errors:\n";
if (document.myForm.nombre.value=='')
{
mensaje=mensaje + " ==> Your name is missing.\n";
error=true; 
}
if (document.myForm.ciudad.value=='')
{
mensaje=mensaje + " ==> Your city is missing.\n";
error=true; 
}
if (error)
{
mensaje=mensaje+" Please Correct....";
alert(mensaje);
return false;
}
}
