function img_new(src) {
        var envwin;
        envwin = "scrollbars=no,width=650,height=504";
        //var str = document.myimage.src;
        tm = window.open("","PopupImgWinOpenByCMS",envwin)

        tm.document.write("<html>");
        tm.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=euc-kr\">");
	tm.document.write("<body bgcolor=\"E5E5E5\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" onDblClick=\"MM_preloadImages('/COMM/POPUP/close_b.gif')\">");
	tm.document.write("<table width=\"640\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"480\" bgcolor=\"E5E5E5\">");
	tm.document.write("  <tr> ");
	tm.document.write("    <td rowspan=\"7\" width=\"19\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("    <td width=\"602\" height=\"4\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("    <td rowspan=\"7\" width=\"19\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"602\" height=\"1\" bgcolor=\"#FFFFFF\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"602\" height=\"39\" align=\"center\" valign=\"middle\"><img src=\"/COMM/POPUP/photo_title.gif\" width=\"149\" height=\"23\"></td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"602\" height=\"1\" bgcolor=\"#FFFFFF\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"602\" height=\"5\"><img src=\"/COMM/POPUP/dot_00.gif\" width=\"1\" height=\"1\"></td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"600\" height=\"402\" bgcolor=\"#FFFFFF\"> ");
	tm.document.write("      <table width=\"602\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" height=\"402\" bgcolor=\"#000000\">");
	tm.document.write("        <tr>"); 
	tm.document.write("          <td bgcolor=\"#FFFFFF\" align=\"center\" valign=\"middle\"><img src=\""+ src+"\" width=\"570\" height=\"370\"></td>");
 
	tm.document.write("        </tr>");
	tm.document.write("      </table>");
	tm.document.write("    </td>");
	tm.document.write("  </tr>");
	tm.document.write("  <tr> ");
	tm.document.write("    <td width=\"602\" height=\"28\" align=\"center\" valign=\"middle\"><a href=\"Javascript:window.close()\"><img src=\"/COMM/2546_1.8_bin1_10.gif\" width=\"150\" height=\"22\" border=\"0\"></a></td>");
	tm.document.write("  </tr>");
	tm.document.write("</table>");
	tm.document.write("</body>");
	tm.document.write("</html>");
        tm.document.close();
}<!-- This page is generated by CMS -->