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=0,menubar=0,scrollbars=1,resizable=0,width=400,height=400,left=20,top=20")} }