function SelectLink(){
     if (document.Links.max.options[document.Links.max.selectedIndex].value != "none"){ 
             url = document.Links.max.options[document.Links.max.selectedIndex].value
             location =url
       }        
}