function Derechos() 
{
 if (event.button==2) 
  {
    alert('© 2008 ZONA FRANCA ORURO S.A. - Derechos Reservados')
   }
}
function EnlaceVhi(url)  
{
 var name = '_blank';  var ww=600;  var hh=480;
 window.open(url, name, "width="+ww+", height="+hh+", left="+(screen.width-ww)/2+", top="+((screen.height-hh)/2-40)+", resizable=0, status=0, menubar=0, scrollbars=1");	
}

function validar(formulario)
{
var cierto = true;

if (formulario.numero.value.length==" ")
{
 alert("Introduzca Chasis o VIN del vehículo que requiere información.");
 formulario.numero.focus();
 return (false);
}
return (true);
}
