function ventanaCupon (URL){
   window.open(URL,null,"width=630,height=312,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes")
}
function cerrarVentana()
{	this.close(); }