function drawSubmenu(sub1,sub2) {

document.write("<table border=0 cellpadding=0 cellspacing=0 width=100%>");
document.write("<tr>");
document.write("<td valign=top style=padding-left:34px>");

document.write("<table border=0 cellpadding=0 cellspacing=0 width=152>");
document.write("<tr>");
document.write("<td><img src='/img/news/sub00.gif'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=top>");


document.write("<img src='/img/common/dot_gray.gif' width=100% height=1><br>");

// Notice
if (sub1 == '0') {
	document.write("<a href='/rgboard/_list.php?bbs_id=notice&vm=n' onfocus=this.blur()><img src='/img/news/sub01_on.gif' border=0></a><br>");
} else {
	document.write("<a href='/rgboard/_list.php?bbs_id=notice&vm=n' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub01','','../img/news/sub01_on.gif',1) onfocus=this.blur()><img src='/img/news/sub01_off.gif' border=0 name=sub01></a><br>");
}
	document.write("<img src='/img/common/dot_gray.gif' width=100% height=1><br>");

// Press Release
if (sub1 == '1') {
	document.write("<a href='/rgboard/_list.php?bbs_id=pr&vm=n' onfocus=this.blur()><img src='/img/news/sub02_on.gif' border=0></a><br>");
} else {
	document.write("<a href='/rgboard/_list.php?bbs_id=pr&vm=n' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub02','','../img/news/sub02_on.gif',1) onfocus=this.blur()><img src='/img/news/sub02_off.gif' border=0 name=sub02></a><br>");
}
	document.write("<img src='/img/common/dot_gray.gif' width=100% height=1><br>");

// AD Gallery
if (sub1 == '2') {
	document.write("<a href='/news/ad_offline.html' onfocus=this.blur()><img src='/img/news/sub03_on.gif' border=0></a><br>");
	document.write("<img src='/img/common/dot_gray.gif' width=100% height=1><br>");
	document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=7><br>");

/*
	if (sub2 == '0') { // µ¿¿µ»ó ÀÚ·á
		document.write("<a href='/news/ad_movie.html' onfocus=this.blur()><img src='/img/news/sub03_01_on.gif' border=0></a><br>");
	} else {
		document.write("<a href='/news/ad_movie.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub0301','','../img/news/sub03_01_on.gif',1) onfocus=this.blur()><img src='/img/news/sub03_01_off.gif' border=0 name=sub0301></a><br>");
	}
	document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=7><br>");
*/

	if (sub2 == '0') {// ÀÎ¼â±¤°í
		document.write("<a href='/news/ad_offline.html' onfocus=this.blur()><img src='/img/news/sub03_02_on.gif' border=0></a><br>");
		document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=4><br>");
	} else {
		document.write("<a href='/news/ad_offline.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub0302','','../img/news/sub03_02_on.gif',1) onfocus=this.blur()><img src='/img/news/sub03_02_off.gif' border=0 name=sub0302></a><br>");
	document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=4><br>");
	}
	if (sub2 == '1') {// ¿Â¶óÀÎ±¤°í
		document.write("<a href='/news/ad_onine.html' onfocus=this.blur()><img src='/img/news/sub03_03_on.gif' border=0></a><br>");
		document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=4><br>");
	} else {
		document.write("<a href='/news/ad_onine.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub0303','','../img/news/sub03_03_on.gif',1) onfocus=this.blur()><img src='/img/news/sub03_03_off.gif' border=0 name=sub0303></a><br>");
		document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=4><br>");
	}
	
	if (sub2 == '2') {// Radio-CM
		document.write("<a href='/news/ad_cm.html' onfocus=this.blur()><img src='/img/news/sub03_04_on.gif' border=0></a><br>");
		document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=7><br>");
	} else {
		document.write("<a href='/news/ad_cm.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub0304','','../img/news/sub03_04_on.gif',1) onfocus=this.blur()><img src='/img/news/sub03_04_off.gif' border=0 name=sub0304></a><br>");
		document.write("<img src='/img/common/dot_lightgray.gif' width=100% height=7><br>");
	}
		

} else {
	document.write("<a href='/news/ad_offline.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('sub03','','../img/news/sub03_on.gif',1) onfocus=this.blur()><img src='/img/news/sub03_off.gif' border=0 name=sub03></a><br>");
}
	document.write("<img src='/img/common/dot_gray.gif' width=100% height=1><br>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");


// ÁÂÃø ¹è³Ê
drawBanner();


document.write("<table border=0 cellpadding=0 cellspacing=0>");
document.write("<tr height=50><td></td></tr>");
document.write("</table>");

}
