<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Sandeep Gangadharan -->

<!-- Begin
function searchWeb() {
  if (document.search.engines.selectedIndex==0) { NewWin=window.open("http://altavista.com/web/results?pg=q&what=web&fmt=.&q="+document.search.queryText.value.replace(" ","+"));}
  if (document.search.engines.selectedIndex==1) { NewWin=window.open("http://www.ask.com/main/askjeeves.asp?x=22&y=13&ask="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==2) { NewWin=window.open("http://www.infospace.com/dog/redir.htm?&qkw="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==3) { NewWin=window.open("http://www.google.com/search?btnG=Google+Search&q="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==4) { NewWin=window.open("http://www.hotbot.com/default.asp?prov=Fast&tab=web&query="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==5) { NewWin=window.open("http://www.looksmart.com/results.php?qt="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==6) { NewWin=window.open("http://search.lycos.com/?query="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==7) { NewWin=window.open("http://search.metacrawler.com/texis/search?brand=metacrawler&q="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==8) { NewWin=window.open("http://search.dmoz.org/cgi-bin/search?search="+document.search.queryText.value.replace(" ","+")); }
  if (document.search.engines.selectedIndex==9) { NewWin=window.open("http://search.yahoo.com/search?p="+document.search.queryText.value.replace(" ","+")); }

if (document.search.engines.selectedIndex==10) { NewWin=window.open("http://search.bing.com/results.asp?q="+document.search.queryText.value.replace(" ","+")); }
if (document.search.engines.selectedIndex==11) { NewWin=window.open(
"http://search.aol.com/aolcom/search?query="+document.search.queryText.value.replace(" ","+")); }
}
//  End -->


