<!--
function openwindow(URL,name,state){
	if (state=="")state="width=640,height=480,scrollbars=yes"
	if (name=="img")
		{
			openwin=window.open("",name,state)
			openwin.document.write("<title>ÏÔÊ¾Í¼Æ¬</title>\n")
			openwin.document.write("<link rel=stylesheet href=/styleccnt.css type=text/css>\n")
			openwin.document.write("<body class=bg>\n")
			openwin.document.write("<table width=100% height=100%><tr><td align=center>\n")
			openwin.document.write("<img src="+URL+"></td></tr>\n")
			openwin.document.write("<tr><td align=center height=30 class=head>"+state+"</td></tr>")
			openwin.document.write("<tr><td align=center height=30>\n<a href=javascript:window.close()>¹Ø±Õ´°¿Ú</a>\n")
			openwin.document.write("</table></body>")
		}
	else openwin=window.open(URL,name,state)
	openwin.window.focus()
	}
-->
