var Info = "Type the information you want to find, and then click the search engine."; function GoSearch(Url,nw,wdth) { try { if(window.event.srcElement.tagName == "A") { window.event.returnValue = false; } } catch( dummy ) { } fobj=document.getElementById("KeyWord"); if (fobj) {} else {fobj=KeyWordval} if(fobj.value.length == 0) { //alert(Info); //return ; } Url = Url.replace("%KEYWORD%",fobj.value); if (wdth=="") wdth=750; Url = replacesubstring(Url," ","+") if (nw) { var nadepop=window.open(Url, '_dimmi'); nadepop.focus(); } else { top.Right.location.href=Url; } } function SubmitForm(frm, SubInput,flogin) { window.status='Hold on ..Searching'; if(flogin!="") { SubmitLogin(flogin); } if(window.event.srcElement.tagName == "A") window.event.returnValue = false; fobj=document.getElementById("KeyWord"); if (fobj) {} else {fobj=KeyWordval} if(fobj.value=="") { //alert(Info); //return ; } SubInput.value = fobj.value; //for(var i = 0; i < 6000; i++) { // window.status="Searching"; //} frm.submit(); window.status="Search Done"; // setTimeout("SubmitForm(frm, SubInput,flogin)", 3000); } function SubmitLogin(frm) { frm.submit(); window.status="Login Done"; } function ExpandCaptionBar(trId) { if (trId != trGeneral) trGeneral.style.display = "none"; if (trId != trMp3) trMp3.style.display = "none"; if (trId != trNews) trNews.style.display = "none"; if (trId != trImages) trImages.style.display = "none"; if (trId != trNewsGroup) trNewsGroup.style.display = "none"; if (trId != trDownload) trDownload.style.display = "none"; if (trId != trWeather) trWeather.style.display = "none"; if (trId != trHelp) trHelp.style.display = "none"; if (trId != trWebProxy) trWebProxy.style.display = "none"; if(trId.style.display=="none") trId.style.display = "block" else trId.style.display = "none"; } function CaptionBarMouseEnter(barId) { barId.className = "CaptionBarOver"; } function CaptionBarMouseLeave(barId) { barId.className = "CaptionBar"; } function HelpBarMouseEnter(barId) { barId.className = "HelpBarOver"; } function HelpBarMouseLeave(barId) { barId.className = "HelpBar"; } function replacesubstring(fullS,oldS,newS) { for (var i=0; i