<!--function surfto(form){var myindex = form.select1.selectedIndexvar val = form.select1.options[myindex].valuevar link1 = "http://www.sagient.com"var link2 = "http://ilead.realtor.com/display/default.asp?sect=13&id=12252743&rt=132324"var test1 = val != link1var test2 = val != link2var test3 = val != "0"if (test3)  {   if (test2)    {            if (test1) {parent.location.href = val;}      else { window.open(link1) }    }  else { window.open(link2) }  }}//-->