function popup(sURL, lTop, lLeft, lWidth, lHeight){   var sParams;   sParams = "width=" + lWidth + ",height=" + lHeight + ",top=" + lTop + ",left=" + lLeft + ",resizable=0, toolbar=0"   window.open(sURL, "KPMGpopup", sParams);}
