function SelectIt(){
        if (document.Links.Select.options[document.Links.Select.selectedIndex].value != "none"){ 
        location = document.Links.Select.options[document.Links.Select.selectedIndex].value}        
}
function SelectIt2(){
        if (document.Links2.Select.options[document.Links2.Select.selectedIndex].value != "none"){ 
        location = document.Links2.Select.options[document.Links2.Select.selectedIndex].value}        
}
function SelectIt3(){
        if (document.Links3.Select.options[document.Links3.Select.selectedIndex].value != "none"){ 
        location = document.Links3.Select.options[document.Links3.Select.selectedIndex].value}        
}

