﻿// JScript 文件
function goToURL() { 
  var i, args=goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


function weber_searcher(name,type)
{
if (type==1)
{
goToURL('parent','/search_url_1_2_'+encodeURI(name));
}
else if(type==2)
{
goToURL('parent','/search_url_1_1_'+encodeURI(name));
}
else
{
goToURL('parent','/search_2_'+encodeURI(name));

}
}
