function openimg(url, name, width, height) {  popupWin = window.open(url, name, ',width=' + width + ',height=' + height +  ',menubar=yes,location=yes,status,resizable=yes,scrollbars=no,left=25,right=25')}
