P={biz:'',lg:''} /*o --- arg = true then pass type=tdsmsds to open window search page--- c*/ function WopenSearch(){ var arg=WopenSearch.arguments[0]; var parBiz=(P.biz=='b0')? '&biz=b0' : '&biz='+P.biz; // var parType=(arg)?"&type=msdstds":""; // var tLink=LK.SearchEngine+parBiz+parType; // window.open(tLink,"Search","resizable=no,height=400,width=518"); TdsSdsSearch(P.lg,P.biz,'intro');//[0]=lang/[1]=biz/[2]=scope } function MM_openBrWindow(theURL,winName,features) { //v2.0 var MyMMWin = window.open(theURL,winName,features); MyMMWin.focus(); } function TdsSdsSearch(){ var arg=TdsSdsSearch.arguments; var submitted = false; //[0]=lang //[1]=biz //[2]=scope if(arg.length>3){submitted=true} arg[3]=(typeof(arg[3])=='undefined')?'':arg[3]; arg[4]=(typeof(arg[4])=='undefined')?'':arg[4]; arg[5]=(typeof(arg[5])=='undefined'||arg[5]=='')?'B,T,C':arg[5]; //[3]=txKeywords //[4]=origin //[5]=FTScope MM_openBrWindow('/extraside/search/pam_search_fs.asp?lg='+arg[0]+'&biz='+arg[1]+'&scope='+arg[2]+'&txKeywords='+arg[3]+'&origin='+arg[4]+'&FTScope='+arg[5]+'&Submitted='+submitted,'search2','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=425'); }