function RH_Show_BrowserBasedHelp(n,t,i,r,u,f){var e="",o;u==HH_DISPLAY_TOPIC&&(e=t+"#<id=0");u==HH_HELP_CONTEXT?e=t+"#<id="+f:u==HH_DISPLAY_INDEX?e=t+"#<cmd=idx":u==HH_DISPLAY_SEARCH?e=t+"#<cmd=fts":u==HH_DISPLAY_TOC&&(e=t+"#<cmd=toc");r&&(e+=">>wnd="+r);i&&(e+=">>helpid="+i);e&&(gbIE5||gbNav6?loadDataForBrowserBased(e):(o="left="+screen.width+",top="+screen.height+",width=100,height=100",window.open(e,"__webCshStub",o)))}function RH_ShowHelpForContext(n,t,i,r,u){var f=t,s="",e=t.indexOf(">"),o;e!=-1&&(f=t.substring(0,e),s=t.substring(e+1));i.length>0&&(o="/",e=f.lastIndexOf("/"),e==-1&&(e=f.lastIndexOf("\\"),o="\\"),f=e!=-1?f.substring(0,e+1):"",f+=i,f+=o,f+=i,f+=".htm");RH_ShowWebHelp(n,f,s,r,u)}function RH_ShowHelp(n,t,i,r){var u=t,f="",e=t.indexOf(">");e!=-1&&(u=t.substring(0,e),f=t.substring(e+1));isServerBased(u)?RH_ShowWebHelp_Server(n,u,f,i,r):RH_ShowWebHelp(n,u,f,i,r)}function RH_OpenHelpTopic(n,t){var f=n,r="",u=n.indexOf(">"),i,e;u!=-1&&(f=n.substring(0,u),r=n.substring(u+1));i="";i=f+"#<url="+t;r&&(i+=">>wnd="+r);i&&(gbIE5||gbNav6?loadData(i):(e="left="+screen.width+",top="+screen.height+",width=100,height=100",window.open(i,"__webCshStub",e)))}function RH_ShowWebHelp_Server(n,t,i,r,u){ShowWebHelp_Server(t,i,r,u)}function RH_ShowWebHelp(n,t,i,r,u){ShowWebHelp(t,i,r,u)}function ShowWebHelp_Server(n,t,i,r){var u="",f;u=i==HH_HELP_CONTEXT?n.indexOf("?")==-1?n+"?ctxid="+r:n+"&ctxid="+r:n.indexOf("?")==-1?n+"?ctxid=0":n+"&ctxid=0";t&&(u+=">"+t);gbIE5||gbNav6?(u+="&cmd=newwnd&rtype=iefrm",loadData(u)):(f="left="+screen.width+",top="+screen.height+",width=100,height=100",window.open(u,"__webCshStub",f))}function ShowWebHelp(n,t,i,r){var u="",f;i==HH_DISPLAY_TOPIC&&(u=n+"#<id=0");i==HH_HELP_CONTEXT?u=n+"#<id="+r:i==HH_DISPLAY_INDEX?u=n+"#<cmd=idx":i==HH_DISPLAY_SEARCH?u=n+"#<cmd=fts":i==HH_DISPLAY_TOC&&(u=n+"#<cmd=toc");t&&(u+=">>wnd="+t);u&&(gbIE5||gbNav6?loadData(u):(f="left="+screen.width+",top="+screen.height+",width=100,height=100",window.open(u,"__webCshStub",f)))}function isServerBased(n){var t,i;return n.length>0&&(t=n.lastIndexOf("."),t!=-1&&n.length>=t+4&&(i=n.substring(t,t+4),i.toLowerCase()==".htm"))?!1:!0}function getElement(n){return document.getElementById?document.getElementById(n):document.all?document.all(n):null}function loadDataForBrowserBased(n){var i,t;if(!getElement("dataDiv")&&!insertDataDivForBrowserBased()){gsFileName=n;return}i="";i+='<iframe name="__WebHelpCshStub" style="width:5;height:5" src="'+n+'"><\/iframe>';t=getElement("dataDiv");t&&(gbNav6?t.getElementsByTagName&&t.getElementsByTagName("iFrame").length>0?t.getElementsByTagName("iFrame")[0].src=n:t.innerHTML=i:t.innerHTML=i)}function loadData(n){var i,t;if(!getElement("dataDiv")&&!insertDataDiv()){gsFileName=n;return}i="";i+=gbMac?'<iframe name="__WebHelpCshStub" src="'+n+'"><\/iframe>':'<iframe name="__WebHelpCshStub" style="visibility:hidden;width:0;height:0" src="'+n+'"><\/iframe>';t=getElement("dataDiv");t&&(gbNav6?t.getElementsByTagName&&t.getElementsByTagName("iFrame").length>0?t.getElementsByTagName("iFrame")[0].src=n:t.innerHTML=i:t.innerHTML=i)}function insertDataDivForBrowserBased(){var t="",n,i,r;return t+="<div id=dataDiv><\/div>",n=document.body,gbIE5?n.insertAdjacentHTML("beforeEnd",t):(i=n.ownerDocument.createRange(),i.setStartBefore(n),r=i.createContextualFragment(t),n.appendChild(r)),!0}function insertDataDiv(){var t="",n,i,r;return t+=gbMac?'<div id=dataDiv style="display:none;"><\/div>':'<div id=dataDiv style="visibility:hidden"><\/div>',n=document.body,gbIE5?n.insertAdjacentHTML("beforeEnd",t):gbNav6&&(i=n.ownerDocument.createRange(),i.setStartBefore(n),r=i.createContextualFragment(t),n.appendChild(r)),!0}var gbNav6=!1,gbIE5=!1,gAgent=navigator.userAgent.toLowerCase(),gbMac=gAgent.indexOf("mac")!=-1,gbSunOS=gAgent.indexOf("sunos")!=-1,gbOpera=gAgent.indexOf("opera")!=-1,HH_DISPLAY_TOPIC=0,HH_DISPLAY_TOC=1,HH_DISPLAY_INDEX=2,HH_DISPLAY_SEARCH=3,HH_HELP_CONTEXT=15,gVersion=navigator.appVersion.toLowerCase(),gnVerMajor=parseInt(gVersion),gnVerMinor=parseFloat(gVersion),nPos,nVersion;navigator.appName.indexOf("Microsoft")!=-1&&(nPos=gAgent.indexOf("msie"),nPos!=-1&&(nVersion=parseFloat(gAgent.substring(nPos+5)),nVersion>=5&&(gbIE5=!0)));gnVerMajor>=4&&navigator.appName=="Netscape"&&gnVerMajor>=5&&(gbNav6=!0)