function filldata()
{
   if (document.trackform.InquiryNumber.value.length == 0)
   {
      alert("Please input an order number.");
      return false;
   }   
   
   document.trackform.UPS_HTML_License.value = "5B89625C34F015E8";
   document.trackform.SenderShipperNumber.value = "331606";
   document.trackform.target = "fr_result";
   document.trackform.submit();
     
}

function gohome()
{

	window.parent.location.href = "index.php";

}
