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 ToggleMandatoryOrderDetails(el) { if(el.value == 1) { gE('judicialPersonInfo').style.display = 'none'; gE('physicalPersonInfo').style.display = ''; } else { gE('judicialPersonInfo').style.display = ''; gE('physicalPersonInfo').style.display = 'none'; } }