function setBack() { OB_addToSession(this); } function checkFrame() { var undefined; if(top.sess==undefined) { return false; } return true; } function JL_remoteNaviGate() { var args = JL_remoteNaviGate.arguments; var n; var img_name; var img_src; var pos var nav_img; if (false == checkFrame()) return false; pos = args[0]; if(args.length > 1) nav_img = args[1]; else nav_img = "navi_home"; if (! parent.frames['tree'].document.navi_home) { var undefined; if(top.tree.NoSelection!=undefined) { var tmpbuf; if(pos.length < 2) {tmpbuf = '0' + pos + '_S';} else tmpbuf = pos + '_S'; top.tree.SetActiveBGColor(tmpbuf); return(0); } return(0); } if (top.thisNAV != pos) { for(n = 0;n < top.navSRCs.length;n++) { img_name = top.navSRCs[n].split("#")[0]; img_src = top.navSRCs[n].split("#")[1]; if (pos == img_name) n = top.navSRCs.length + 1; } if (n==top.navSRCs.length) { parent.frames['tree'].document.images[nav_img].src = top.navSRCs[0].split("#")[1]; top.thisNAV = top.navSRCs[0].split("#")[0]; } else { parent.frames['tree'].document.images[nav_img].src = img_src; top.thisNAV = pos } } } function OB_targetContent() { if (false == checkFrame()) return false; var args=OB_targetContent.arguments; for(i=0; i 2) { // alert(top.sess.length + "/" + top.sess[top.sess.length - 2]); // alert(parent.frames['content'].location.href); if (top.sess[top.sess.length - 2].search('(SelectedRecordsOSD)?OpenAgent&SELECTION') > 0) window.history.back(); else parent.frames['content'].location.href=top.sess[top.sess.length - 2]; delete top.sess[top.sess.length -1]; delete top.sess[top.sess.length -2]; top.sess.length = top.sess.length - 2; } } function OB_backButton3() { for(i=0;i 2) { alert(top.sess.length + "/" + top.sess[top.sess.length - 2]); alert(parent.frames['content'].location.href); parent.frames['content'].location.href=top.sess[top.sess.length - 2]; alert(parent.frames['content'].location.href); delete top.sess[top.sess.length -1]; delete top.sess[top.sess.length -2]; top.sess.length = top.sess.length - 2; } } function OB_backButton1() { if (top.sess.length > 1) { parent.frames['content'].location.href=top.sess[top.sess.length - 1]; delete top.sess[top.sess.length -1]; top.sess.length = top.sess.length - 1; } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i 0) d.links[i].href = top.contactURL; if (s.indexOf('download') > 0) d.links[i].href = top.downloadURL; if (s.indexOf('form') > 0) d.links[i].href = top.formURL; } }