this.name='shRLSMainWnd'; this.focus(); function printerFriendly(urlToOpen) { var x = (screen.width-600)/2, y = (screen.height-400)/2; OpenWin = this.open(urlToOpen, "CtrlWindow", "width=600,height=300 toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=no, screenX="+x+", screenY="+y+", left="+x+", top="+y); } function toggleDisplay(source, target, condition, bResetTargetValue) { var c = eval(condition); if(!c) { if(bResetTargetValue) gE(target).value = ''; gE(target).style.display = 'none'; } else { gE(target).style.display = ''; } }