function edu_menu(sub1) {
	
	//¸Þ´º¼±ÅÃ ¹øÈ£ 
	//sub1: 0-HOME, 1-°æ¿µ/ÀÚ±â°è¹ß, 2-ÄÁ¼³ÆÃ½ºÄð, 3-Ä¿¸®¾îÄÚÄª½ºÄð, 4-Áõ±Ç, 5-ºÎµ¿»ê, 6-IT, 7-Ãë¹Ì
	
	//¸Þ´º¼±ÅÃ
	var menu_no;
	switch (sub1) {
		case 0:	menu_no = "00"; break;
		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 = ""; break;
	}
	

// ¸Þ´º »Ñ¸®±â ½ÃÀÛ
document.write('<table width="980" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('	<td width="720"><img src="http://www.hankyung.com/edu/img/topmenu' + menu_no + '.gif" width="720" height="34" border="0" usemap="#topmenu"></td>');
document.write('	<td width="260" background="http://www.hankyung.com/edu/img/topmenu_right.gif">');
document.write('	<!-- °Ë»ö ½ÃÀÛ -->');
document.write('	<p style="margin:0 0 0 14">');
document.write('	<scr'+'ipt language="javascript" src="http://search.hankyung.com/service/inc_search.js"></scr'+'ipt>');
document.write('	<table border="0" cellpadding="0" cellspacing="0">');
document.write('	<tr><FORM NAME="srch_form" method="post" target="_blank" action="http://search.hankyung.com/service/result_all.php" onsubmit="javascript:{return kwdSearchTotalComboJump(document.srch_form);}">');
document.write('		<input Type="hidden" Name="pageNum" value="1">');
document.write('		<input type="hidden" name="pageSize" value="10">');
document.write('		<input type="hidden" name="kwd" value="">');
document.write('		<input type="hidden" name="ord" value="1">');
document.write('		<input type="hidden" name="method" value="allwordthruindex">');
document.write('		<input type="hidden" name="stype" value="">');
document.write('		<input type="hidden" name="newsperiod" value="1">');
document.write('		<input type="hidden" name="newsmenu" value="">');
document.write('		<input type="hidden" name="speriod" value="">');
document.write('		<input type="hidden" name="eperiod" value="">');
document.write('		<td><select name="srchmenu" style="width:80px; height:18px">');
document.write('		<option value="1" >ÅëÇÕ°Ë»ö</option>');
document.write('		<option value="2" >±â»ç</option>');
document.write('		<option value="3" >ÇöÀç°¡</option>');
document.write('		<option value="4" >i Ä®·³/°Ô½ÃÆÇ</option>');
document.write('		<option value="5" >Àü¹®ÀÚ·á</option>');
document.write('		<option value="6" >°æÁ¦¿ë¾î</option>');
document.write('		<option value="7" >°æÁ¦ÀÎ¹°</option>');
document.write('		</select></td>');
document.write('		<td width="4"></td>');
document.write('		<td><input type="text" class="input_bd" name="srch_kwd" style="width:110px; height:18px"></td>');
document.write('		<td width="4"></td>');
document.write('		<td><input type="image" name="submit" src="http://www.hankyung.com/img/btn_search_common.gif" width="34" height="18" border="0"></td>');
document.write('	</form></tr>');
document.write('	</table>');
document.write('	<!-- °Ë»ö ³¡ -->');
document.write('	</td>');
document.write('</tr>');
document.write('<tr><td height="15" colspan="2"></td></tr>');
document.write('</table>');
document.write('<map name="topmenu">');
document.write('<area shape="rect" coords="20,0,90,34" href="http://www.hankyung.com/edu/" target="_top" title="Home">');
document.write('<area shape="rect" coords="91,0,172,34" href="http://hkworld.hankyung.com/hkworld.html" target="_top" title="ÄÁ¼³ÆÃ½ºÄð">');
document.write('<area shape="rect" coords="173,0,279,34" href="http://www.hankyung.com/edu/ccs/" target="_top" title="Ä¿¸®¾îÄÚÄª½ºÄð">');
document.write('<area shape="rect" coords="280,0,379,34" href="http://bizedu.hankyung.com/" target="_top" title="°æ¿µ/ÀÚ±â°è¹ß">');
document.write('<area shape="rect"coords="380,0,449,34" href="http://ftedu.hankyung.com" target="_top" title="±ÝÀ¶">');
document.write('<area shape="rect"coords="450,0,519,34" href="http://landedu.hankyung.com/" target="_top" title="ºÎµ¿»ê">');
document.write('<area shape="rect"coords="520,0,589,34" href="http://itedu.hankyung.com" target="_top" title="IT">');
document.write('<area shape="rect"coords="590,0,659,34" href="http://tasteedu.hankyung.com" target="_top" title="Ãë¹Ì">');
document.write('</map>');
document.write('<!-- ¸Þ´º ³¡ -->');

}