var okey = "I" + ""; var oldshow = false; function NodeClick(jkey) { document.TreeForm.Key.value = jkey; document.TreeForm.submit; return true; } function CurrentNode(jkey, jShow, href, target) { // This version works in both IE and in Netscrap var tkey = "I" + jkey; okey = tkey; oldshow = jShow; document.TreeForm.CurrentKey.value = jkey; document.TreeForm.LastClick.value = jkey; if (jShow == false) { open ("contents.asp?key="+jkey+"&mode=open","_self"); } if (href != "") { if (target == "") { open (href,"main"); } else { open (href,target); } } return true; } function jTestCookie() { if (document.cookie) { // Cookies are enabled, do nothing } else { // Cookies are not enabled // Open enabling cookie instructions page open ("nocookies.asp","nocookies","width=520,height=440,status=0,toolbars=0,directories=0,scrollbars=1"); } }