var bnt_menu;

function bnt_menu(sub1)
{
	
	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;
		default: menu_no = "00"; break;
	}
	
	document.write('\
		<table width="370" border="0" cellpadding="0" cellspacing="0">\
		<tr><td><img src="/images/left_btns/bntnews_topmenu' + menu_no + '.gif" border="0" usemap="#topmenu"></td></tr>\
		</table>\
		<map name="topmenu">\
		<area shape="rect" coords="11,0,54,15" href="http://www.bntnews.co.jp/style/" target="_top" title="style">\
		<area shape="rect" coords="55,0,160,15" href="http://www.bntnews.co.jp/entertainment/" target="_top" title="entertainment">\
		<area shape="rect" coords="166,0,200,15" href="http://www.bntnews.co.jp/life/" target="_top" title="life">\
		<area shape="rect" coords="206,0,280,15" href="http://www.bntnews.co.jp/app/photo_list.php?mg=4&sg=9" target="_top" title="starzone">\
		<area shape="rect" coords="290,0,370,15" href="javascript:alert(\'ただいま、準備中です。\');" title="community">\
		</map>\
	');
}
