function ShowImageWindow(picname, width, height, title) { width += 30 height += 30 var params='toolbar=no,height='+height+',width='+width+',location=no,scrollbars=no,status=no,menubar=no,resizable=yes'; picwin=window.open("","_blank",params); picwin.document.open(); picwin.document.write('