
function SelectIt(){
        if (document.Links.Select.options[document.Links.Select.selectedIndex].value != "none"){ 
        url = document.Links.Select.options[document.Links.Select.selectedIndex].value
        NewWindow=window.open( url ,"_NewWindow_","toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=640,height=370")}        
}
//


