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