function searchfun() { if (document.searchform.searchby.value=="0") { document.searchform.action="/searchnews.asp"; document.searchform.searchtype.value="fQuestion"; } else if (document.searchform.searchby.value=="1") { document.searchform.action="/searchnews.asp"; document.searchform.searchtype.value="fAnswer"; } else if (document.searchform.searchby.value=="2") { document.searchform.action="/searchjx.asp"; document.searchform.searchtype.value="ccompany"; } else if (document.searchform.searchby.value=="3") { document.searchform.action="/searchjx.asp"; document.searchform.searchtype.value="cshortname"; } }