<!-- 
function SearchLink1(){
   if (document.search1.Select.options[document.search1.Select.selectedIndex].value != ""){ 
   location = document.search1.Select.options[document.search1.Select.selectedIndex].value}        
}
function SearchLink2(){
   if (document.search2.Select.options[document.search2.Select.selectedIndex].value != ""){ 
   location = document.search2.Select.options[document.search2.Select.selectedIndex].value}        
}
function SearchLink3(){
   if (document.search3.Select.options[document.search3.Select.selectedIndex].value != ""){ 
   location = document.search3.Select.options[document.search3.Select.selectedIndex].value}        
}
function SearchLink4(){
   if (document.search4.Select.options[document.search4.Select.selectedIndex].value != ""){ 
   location = document.search4.Select.options[document.search4.Select.selectedIndex].value}        
}
//-->
