var helptopics={};function showExistingHelp(d){var c=helptopics[d];c.show()}function showHelp(e,f){var h=helptopics[e];h.linkobj=f;var g=popup(h.win,h.w,h.h,null);h.show()}function HelpTopic(j,f,i,h,g){this.topic=j;this.w=f;this.h=i;this.win=j+"win";this.title=h;this.body=g;this.linkobj=null;this.show=_show;this.hide=_hide}function _show(){var m=document.getElementById(this.win);if(m==null){setTimeout("showExistingHelp('"+this.topic+"');",500);return}var j=document.createElement("div");var n=document.createElement("div");n.style.overflow="auto";n.style.padding="4px";var p=document.createElement("b");p.innerHTML=this.title;var b=document.createElement("br");var k=document.createElement("br");var l=document.createElement("br");var o=document.createElement("div");o.innerHTML=this.body;o.style.height=(this.h-80)+"px";o.style.overflow="auto";n.appendChild(p);n.appendChild(b);n.appendChild(k);n.appendChild(o);n.appendChild(l);j.appendChild(n);m.setHTML(j.innerHTML);m.enableClose()}function _hide(){};