function timecount(val) {
	if (val.charAt(4) != "-") {
		ctime = new Date(val*1000)
		cmonth = ctime.getMonth()+1
		cmonth = (cmonth < 10) ? "0"+cmonth : cmonth
		cday = ctime.getDate()
		cday = (cday < 10) ? "0"+cday : cday
		return (ctime.getFullYear() + "-" + cmonth + "-" + cday)		
	} else {
		return (val)
	}	

}

document.write ("<link rel='stylesheet' type='text/css' href='/common/style.css'>")
document.write ("<body topmargin='0' leftmargin='0' onload='checkmenu()' background='/com_img/back.gif' style='background-repeat:repeat-y'>")

document.write ("<table cellpadding='0' cellspacing='0' border='0' width='780'><tr><td>")


document.write ("<table cellpadding='0' cellspacing='0' border='0'>")
document.write ("<tr><td><img src='/com_img/logo.gif' width='296' height='61'></td>")
document.write ("<td align='right' valign='bottom'><div style='padding:10'>")
document.write ("<font color='red'>*</font> <a href='/index.asp'>HOME</a> ")
document.write ("&nbsp; &nbsp;<font color='red'>*</font> <a href='/news/list.asp'>°øÁö»çÇ×</a> ")
document.write ("&nbsp; &nbsp;<font color='red'>*</font> <a href='mailto:ksid@eksid.com'>Contact Us</a>")
document.write ("</div></td>")
document.write ("</tr>")
document.write ("<tr><td colspan='2'>")
document.write (" 	<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='780' HEIGHT='56' id='topmenu' ALIGN=''> ")
document.write ("  	<PARAM NAME=movie VALUE='/com_img/menu.swf'> ")
document.write ("  	<PARAM NAME=quality VALUE='high'>")
document.write ("  	<PARAM NAME=bgcolor VALUE='#FFFFFF'> ")
document.write ("  	<EMBED src='/com_img/menu.swf' quality=high bgcolor=#FFFFFFWIDTH='780' HEIGHT='56' NAME='topmenu' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>")
document.write (" 	</OBJECT> ")
document.write ("</td>")
document.write ("</tr>")
document.write ("<tr><td colspan='2' style='background-repeat:no-repeat;background-image:url(/com_img/top_img.gif)'>")


document.write ("<table width='100%' cellspacing='0' cellpadding='0'>")
document.write ("<tr>")
document.write ("<td width='100%' valign='top'>")
document.write ("	<table cellspacing='0' cellpadding='0' width='100%'>")
document.write ("	<tr><td align='right'>")
document.write ("	<br><br>")
