function ClearOne()
{
   document.SearchFormTwo.issueselect.selectedIndex=0;
   document.SearchFormThree.ongoingdateselect.selectedIndex=0;
   document.SearchFormThree.onetimedateselect.selectedIndex=0;
   document.SearchFormFour.agencyselect.selectedIndex=0;
}
function ClearTwo()
{  
   document.SearchFormOne.keywords.value="";
   document.SearchFormThree.ongoingdateselect.selectedIndex=0;
   document.SearchFormThree.onetimedateselect.selectedIndex=0;
   document.SearchFormFour.agencyselect.selectedIndex=0;
}
function ClearThreeOngo()
{
   document.SearchFormOne.keywords.value="";
   document.SearchFormTwo.issueselect.selectedIndex=0;
   document.SearchFormThree.onetimedateselect.selectedIndex=0;
   document.SearchFormFour.agencyselect.selectedIndex=0;
}
function ClearThreeOne()
{
   document.SearchFormOne.keywords.value="";
   document.SearchFormTwo.issueselect.selectedIndex=0;
   document.SearchFormThree.ongoingdateselect.selectedIndex=0;
   document.SearchFormFour.agencyselect.selectedIndex=0;
}
function ClearFour()
{
   document.SearchFormOne.keywords.value="";
   document.SearchFormTwo.issueselect.selectedIndex=0;
   document.SearchFormThree.ongoingdateselect.selectedIndex=0;
   document.SearchFormThree.onetimedateselect.selectedIndex=0;  
}
