function GoTo() {
  Path = document.MenuDrop.menu.value;
  ext = '.htm'
  Path = Path + ext
  
  if (Path != ext) {window.location = Path;}
}

  function WinOpen(Client, Image, theLink) {
    var URL = 'LargeImg.asp?Client='+Client+'&Image='+Image+'&theLink='+theLink;
    window.open(URL,Client,'width=420,height=320');
  }

function OpenWin() {
  var URL = 'about:blank';
  var Title = 'Price Builder - Do It';
  window.open(URL,Title,'width=420,height=320');
}