function SelectIt() {
        if (document.Links.Select.options[document.Links.Select.selectedIndex].value != "none") { 
           location = document.Links.Select.options[document.Links.Select.selectedIndex].value} 
        }
		
function ChooseIt() {
        if (document.Links2.Select.options[document.Links2.Select.selectedIndex].value != "none") { 
           location = document.Links2.Select.options[document.Links2.Select.selectedIndex].value} 
        }
		
function PickIt() {
        if (document.Links3.Select.options[document.Links3.Select.selectedIndex].value != "none") { 
           location = document.Links3.Select.options[document.Links3.Select.selectedIndex].value} 
        }
		
function GetIt() {
        if (document.Links4.Select.options[document.Links4.Select.selectedIndex].value != "none") { 
           location = document.Links4.Select.options[document.Links4.Select.selectedIndex].value} 
        }


