// JavaScript Document

  function ClearTextBox()
  {
    document.quicksearch.value.value="";
  }
