    function setTheBox(val,val1) {
  
document.all("select2").selectedIndex = val-1;
document.all("select1").selectedIndex =val1-1;
}
 function change(){
         window.location = "archive.asp"+"?id="+document.all("select3").value;
         }
