<!--
var qurls = new Array();qurls["sALTA"] = "http://www.altavista.com/cgi-bin/query=";qurls["sAOLN"] = "http://netfind.aol.com/search.gw?c=web&lk=excite_netfind_us&src=1&search=";qurls["sEXCI"] = "http://www.excite.com/search.gw?trace=a&search=";qurls["sHOTB"] = "http://www.hotbot.com/?SW=web&SM=MC&DC=10&DE=2&RG=NA&_v=2&act.search.x=89&act.search.y=7&MT=";qurls["sINFO"] = "http://www.infoseek.com/Titles?col=WW&sv=M8&lk=noframes&nh=10&qt=";qurls["sLYCO"] = "http://www.lycos.com/cgi-bin/pursuit?cat=lycos&mtemp=ms1&etemp=ms1error&part=MICROSOFT&query=";qurls["sYAHO"] = "http://search.yahoo.com/bin/search?hc=0&hs=0&p=";qurls["sMSN"] = "http://search.msn.com/results.asp?RS=CHECKED&UN=doc&CO=20&FORM=MSNH&MT=";qurls["sMSNI"] = "http://search.msn.com/results.asp?RS=CHECKED&UN=doc&CO=20&FORM=MSNH&TK=1&MT=";qurls["sMSNDH"] = "http://search.msn.com/results.asp?RS=CHECKED&UN=doc&CO=20&FORM=MSNH&TK=2&MT=";qurls["sMSNB"] = "http://beta.search.msn.com/results.asp?RS=CHECKED&FORM=MSNH&q=";qurls["sSNAP"] = "http://hmc.snap.com/search/directory/results/1,61,hmc-0,00.html?tag=tt.hmc.sb&keyword=";qurls["sGOTO"] = "http://www.goto.com/d/search/p/microsoft/?Keywords=";var gourls = new Array();gourls["sALTA"] = "/1/0/default.asp";gourls["sAOLN"] = "/1/1/default.asp";gourls["sEXCI"] = "/1/2/default.asp";gourls["sHOTB"] = "/1/3/default.asp";gourls["sINFO"] = "/1/4/default.asp";gourls["sLYCO"] = "/1/5/default.asp";gourls["sYAHO"] = "/1/6/default.asp";gourls["sMSN"] = "/1/7/default.asp";gourls["sMSNI"] = "/1/8/default.asp";gourls["sMSNDH"] = "/1/9/default.asp";gourls["sSNAP"] = "/1/a/default.asp";gourls["sGOTO"] = "/1/b/default.asp";gourls["sMSNB"] = "/1/c/default.asp";
function getSearchQURL(prov)
{
var url = qurls[prov];
return url ? url : "" ;
}
function getGoQURL(prov)
{
var url = gourls[prov];
return url ? url : "" ;
}
function CheckSrchFocus(e){
var sSel = e.options[e.selectedIndex].value;
if(sSel == "moreSrchLnk"){
e.selectedIndex=0;
location.href = "http://go.msn.com/1/z/";
}else if(sSel == "pickSrch"){
e.selectedIndex=0;
location.href = "http://www.msn.com/personalize/editcm.asp?NA=t&CAT=" + "392" + "&CCMFunc=" + "11154" + "&CMName=search";
}else if(sSel == "div") {
e.selectedIndex=0;
}
}
function LinkToSearchsite(df)
{
var ss = df.srchSite.options[df.srchSite.selectedIndex].value;
var st = escape(df.srchText.value);
var U = escape(getSearchQURL(ss));
var G = getGoQURL(ss);
if(st=="")
{
alert("Please type the word or words you wish to search for in the Search box.");
df.srchText.focus();
return;
}
else
{
var intLoc=st.indexOf("+");
while (intLoc>-1)
{
st=st.substring(0, intLoc) + "%252B" + st.substring(intLoc + 1, st.length);
intLoc=st.indexOf("+", intLoc);
}
var intLoc=st.indexOf("%20");
while (intLoc>-1)
{
st=st.substring(0, intLoc) + "%2B" + st.substring(intLoc + 3, st.length);
intLoc=st.indexOf("%20", intLoc);
}
if(U != "")
{
var pw=window.open('http://go.msn.com' + G + '?s=' + ss + '&u=' + U + '&q=' + st,'pw','toolbar=1,location=0,status=1,height=400,width=550,scrollbars=1,resizable');
}
}
}
//-->