var bnt_menu;

function bnt_menu(sub1)
{
	//¸Þ´º¼±ÅÃ ¹øÈ£
	//sub1: 0-¼±ÅÃX, 1-collection, 2-fashion, 3-beauty, 4-entertainment, 5-life, 6-sports, 7-photo

	//Ã¤³Î¸Þ´º¼±ÅÃ
	var menu_no;

	bnt_menu = sub1;

	switch (sub1) {
		case 1:	 menu_no = "01"; break;
		case 2:	 menu_no = "02"; break;
		case 3:	 menu_no = "03"; break;
		case 4:	 menu_no = "04"; break;
		case 5:	 menu_no = "05"; break;
		case 6:	 menu_no = "06"; break;
		case 7:	 menu_no = "07"; break;
		default: menu_no = "00"; break;
	}

	// ¸Þ´º »Ñ¸®±â ½ÃÀÛ
	document.write('\
		<!-- ¸Þ´º ½ÃÀÛ -->\
		<table width="496" border="0" cellpadding="0" cellspacing="0">\
		<tr><td><img src="http://img.bntnews.hankyung.com/img/bntnews_topmenu' + menu_no + '.gif" border="0" usemap="#topmenu"></td></tr>\
		</table>\
		<map name="topmenu">\
		<area shape="rect" coords="0,0,69,16" href="/collection/" target="_top" title="Collection">\
		<area shape="rect" coords="90,0,141,16" href="/fashion/" target="_top" title="Fashion">\
		<area shape="rect" coords="161,0,208,16" href="/beauty/" target="_top" title="Beauty">\
		<area shape="rect" coords="226,0,327,16" href="/entertainment/" target="_top" title="Entertainment">\
		<area shape="rect" coords="345,0,370,16" href="/life/" target="_top" title="Life">\
		<area shape="rect" coords="390,0,435,16" href="/sports/" target="_top" title="Sports">\
		<!--<area shape="rect" coords="456,0,496,16" href="/photo/" target="_top" title="Photo">-->\
		</map>\
		<!-- ¸Þ´º ³¡ -->\
	');
}
