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 showPaymentDetails(n) { for (i=1; i<=3; i++) if (i == n) gE('detailsPayMethod' + i).style.display='block'; else gE('detailsPayMethod' + i).style.display='none'; }