function getCookie(varname) {
	varname += "=";
	startpos	= document.cookie.indexOf(varname);

	if	(startpos >= 0) {
		startpos += varname.length;
		endpos = document.cookie.indexOf(";", startpos);
		if (endpos == -1) endpos = document.cookie.length;
		return unescape(document.cookie.substring(startpos, endpos));
	}
}


function topmenu(sub1) {

	//sub1: 0-Home, 1-Çï½º´º½º, 2-Çï½ºµ¿¿µ»ó, 3-Çï½ºÄ®·³, 4-Çï½ºÁ¤º¸, 5-Çï½º»ó´ã, 6-º£½ºÆ®Å¬¸®´Ð, 99-ÀüÃ¼ºñÈ°¼º


	//»ó´Ü¸Þ´ºÀÌ¹ÌÁö
	var menu00 = "menu00_off.gif";
	var menu01 = "menu01_off.gif";
	var menu02 = "menu02_off.gif";
	var menu03 = "menu03_off.gif";
	var menu04 = "menu04_off.gif";
	var menu05 = "menu05_off.gif";
	var menu06 = "menu06_off.gif";

	switch (sub1) {
		case 0:	menu00 = "menu00_on.gif"; break;
		case 1:	menu01 = "menu01_on.gif"; break;
		case 2:	menu02 = "menu02_on.gif"; break;
		case 3:	menu03 = "menu03_on.gif"; break;
		case 4:	menu04 = "menu04_on.gif"; break;
		case 5:	menu05 = "menu05_on.gif"; break;
		case 6:	menu06 = "menu06_on.gif"; break;
		case 99: menu00 = "menu00_off.gif"; break;
		default: menu00 = "menu00_on.gif"; break;
	}

// »Ñ¸®±â½ÃÀÛ

document.write ('<table width="950" height="36" border="0" cellpadding="0" cellspacing="0">');
document.write ('<tr>');
document.write ('	<td width="14"><img src="http://health.hankyung.com/health/img/menu_left.gif" width="14" height="36" border="0"></td>');
document.write ('	<td width="760" background="http://health.hankyung.com/health/img/menu_bg.gif">	');
document.write ('	<table border="0" cellpadding="0" cellspacing="0">');
document.write ('	<tr>');
document.write ('		<td><a href="http://health.hankyung.com/"><img src="http://health.hankyung.com/health/img/' + menu00 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/news/"><img src="http://health.hankyung.com/health/img/' + menu01 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/vod/"><img src="http://health.hankyung.com/health/img/' + menu02 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/column/"><img src="http://health.hankyung.com/health/img/' + menu03 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/info/"><img src="http://health.hankyung.com/health/img/' + menu04 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/counsel/"><img src="http://health.hankyung.com/health/img/' + menu05 + '" height="36" border="0"></a><img src="http://health.hankyung.com/health/img/menu_mid.gif" height="36" border="0"></td>');
document.write ('		<td><a href="http://health.hankyung.com/health/clinic/"><img src="http://health.hankyung.com/health/img/' + menu06 + '" height="36" border="0"></a></td>');
document.write ('	</tr>');
document.write ('	</table>');
document.write ('	</td>');
//·Î±×ÀÎ&·Î±×¾Æ¿ô »Ñ¸®±â
if (getCookie('UserId')) {
	document.write ('	<td width="167" background="http://health.hankyung.com/health/img/menu_bg.gif"><a href="http://clubmall.hankyung.com/members/mem_logout.php"><img src="http://health.hankyung.com/health/img/menu_logout.gif" height="21" border="0"></a><a href="http://clubmall.hankyung.com/members/mem_modify.php"><img src="http://health.hankyung.com/health/img/menu_mem_my.gif" height="21" border="0"></a><a href="http://health.hankyung.com/health/clinic/health_clinic_freeapp.php"><img src="http://health.hankyung.com/health/img/menu_hostpital.gif" height="21" border="0"></a></td>');
} else {
	document.write ('	<td width="167" background="http://health.hankyung.com/health/img/menu_bg.gif"><a href="http://clubmall.hankyung.com/members/mem_login.php?url=' + top.location + '"><img src="http://health.hankyung.com/health/img/menu_login.gif" height="21" border="0"></a><a href="http://clubmall.hankyung.com/members/mem_apply.php?url=' + top.location + '"><img src="http://health.hankyung.com/health/img/menu_member.gif" height="21" border="0"></a><a href="http://health.hankyung.com/health/clinic/health_clinic_freeapp.php"><img src="http://health.hankyung.com/health/img/menu_hostpital.gif" height="21" border="0"></a></td>');
}
document.write ('	<td width="9"><img src="http://health.hankyung.com/health/img/menu_right.gif" width="9" height="36" border="0"></td>');
document.write ('</tr>');
document.write ('</table>');

}