function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function s()
{
	MM_goToURL('parent','http://e-file.arkoo.com/helper/search_c.aspx?type=1&word='+form2.word.value);
}
function ms()
{
	MM_goToURL('parent','http://e-file.arkoo.com/helper/search_c.aspx?type=2&word='+form2.word.value);
}
function s_gb()
{
	MM_goToURL('parent','http://search.arkoo.com/?keyword='+escape(document.getElementById("word").value));
}
function ms_gb()
{
	MM_goToURL('parent','http://metasearch.arkoo.com/search.asp?wd='+escape(document.getElementById("word").value));
}
