function makeWin(imsrc, ww, wh) {
ww=ww+25; wh=wh+50;
w1=window.open('','w1','width='+ww+',height='+wh+',status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no');
w1.document.open();
w1.document.write("<html><head><title>Image Large<\/title><\/head><scr");
w1.document.write("ipt>function click() {if (event.button==2 || event.button==1 || event.button==4) {window.close();}}document.onmousedown=click;<\/scr");
w1.document.write("ipt><body bgcolor='#FFFFFF' text='#000000' leftmargin=0 topmargin=0 onclick='window.close()'><table cellspacing=0 cellpadding=0 border=0 height=100% width=100%><tr><td><\/td><\/tr><tr><td height=100% valign=middle><p align=center>");
w1.document.write("<a href=\"javascript:window.close();\"><img name=theimg src=" + imsrc + " border=1><\/a><\/td><\/tr><tr><\/tr>");
w1.document.write("<tr><td align=center><font size=2 face=Arial color=#9900CC>click image to close window<\/font><\/td><\/tr><\/table><\/body><\/html>");
w1.document.focus();
};
