function DoNav(theUrl)
  {
  document.location.href = theUrl;
  }
function nventana(vpagina, vpag2, valto, vancho)
{
window.open(vpagina+".html", vpag2, 'height='+valto+',width='+vancho+',scrollbars=no,resizable=no');
}
function naviso(vpagina, vpag2, valto, vancho)
{
window.open(vpagina+".html", vpag2, 'height='+valto+',width='+vancho+',scrollbars=yes,resizable=no');
}
function clean(objeto)
{
interval=setInterval("makeclean(" + objeto.id + ")",70)
}