function By_ID(){
  var entry =  window.document.Search.lookup.value.toLowerCase();
  window.location="info_page.php?vipPDB=" + entry;
}


