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.writeln("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">");
	tm.document.writeln("<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"ko\">");
	tm.document.writeln("<head>");
	tm.document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=euc-kr\" />");
	tm.document.writeln("<meta http-equiv=\"imagetoolbar\" content=\"no\" />");
	tm.document.writeln("<meta name=\"robots\" content=\"index,follow\" />");
	tm.document.writeln("<meta name=\"subject\" content=\"°ø±ºÀÎÅÍ³ÝÈ¨ÆäÀÌÁö-°ø±ºº»ºÎÈ¨ÆäÀÌÁö¿¡ ¿À½Å°É È¯¿µÇÕ´Ï´Ù.\" />");
	tm.document.writeln("<meta name=\"author\" content=\"(ÁÖ)°¡ÀÌ½ºÆ®ÄÚ¸®¾ÆÀ¥Ç¥ÁØÈ­ÆÀ ,°ø±ºº»ºÎÈ¨ÆäÀÌÁö\" />");
	tm.document.writeln("<meta name=\"keywords\" content=\"°ø±ºÀÎÅÍ³ÝÈ¨ÆäÀÌÁö, °ø±ºº»ºÎÈ¨ÆäÀÌÁö\" />");
	tm.document.writeln("<meta name=\"description\" content=\"°ø±ºº»ºÎÈ¨ÆäÀÌÁö¿¡ ¿À½Å°ÍÀ» È¯¿µÇÕ´Ï´Ù.º» ÆäÀÌÁö´Â XHTML-1.0-Transitional DTD¸¦ ÁØ¼öÇÏ°í, À¥ ÄÜÅÙÃ÷(ÀÇ) Á¢±Ù¼º(À» ³ôÀÌ±â À§ÇÑ Á¦ÀÛ) ÁöÄ§ 1.0 W3C ±Ç°í¾ÈÀ» ÃÖ´ëÇÑ ÁØ¼öÇÏ¿© (ÁÖ)°¡ÀÌ½ºÆ®ÄÚ¸®¾Æ¿¡¼­ Á¦ÀÛÇÏ¿´½À´Ï´Ù.\" />");
	tm.document.writeln("<meta name=\"copyright\" content=\"copyrights ´ëÇÑ¹Î±¹°ø±º\" />");
	tm.document.writeln("<meta name=\"classification\" content=\"internet\" />");
	tm.document.writeln("<meta name=\"distribution\" content=\"global\" />");
	tm.document.writeln("<meta name=\"language\" content=\"ko\" />");
	tm.document.writeln("<title>´ëÇÑ¹Î±¹°ø±º °¶·¯¸®</title>");
	tm.document.writeln("<link href=\"../../css/contents.css\" rel=\"stylesheet\" type=\"text/css\" />");
	tm.document.writeln("</head>");
	tm.document.writeln("<body>");
	tm.document.writeln("<div id=\"pe_pop2\">");
	tm.document.writeln("	<h2><img src=\"../../images/pe/pop2_h2.gif\" width=\"149\" height=\"23\" alt=\"gifairforce photo\" /></h2>");
	tm.document.writeln("	<div class=\"mid\"><img src=\"" + src + "\" width=\"570\" height=\"370\" alt=\"\" /></div>");
	tm.document.writeln("	<div class=\"footer\"><input type=\"image\" src=\"../../images/pe/pop_btn2.gif\" width=\"150\" height=\"22\" onclick=\"self.close()\" alt=\"close\" /></div>");
	tm.document.writeln("</div>");
	tm.document.writeln("</body>");
	tm.document.writeln("</html>");
        tm.document.close();
}

