img1 = new Image ();
img1.src = "./gfx/compraron.gif";

function validar()  {
    window.open('','result','height=120 width=300');
    return (true);
}

function displayTime()	{
  var stat="w w w . m e g a s e x . p t"
  window.status=stat
  setTimeout("displayTime()",150)
}
displayTime();