	// ¾Æ·¡ ¸µÅ©¸¦ ¼öÁ¤ÇÒ ¶©
	// /Member/TopLogin.aspx ÆäÀÌÁöÀÇ ¸µÅ©µµ ¼öÁ¤ÇØ¾ß ÇÑ´Ù.
	function m(aa) {
		if ( aa == 10 )		 {	location.href="/Sense/main.aspx";	}
		else if ( aa == 11 ) {	location.href="/Sense/StyleMain.aspx";	}
		else if ( aa == 12 ) {	location.href="/Sense/CarStory_List.aspx";	}
		else if ( aa == 13 ) {	location.href="/Sense/MyCar_List.aspx";	}
		else if ( aa == 14 ) {	location.href="/Sense/Gossip_List.aspx";	}

		else if ( aa == 20 ) {	location.href="/Notice/drive_main.aspx";	}
		else if ( aa == 21 ) {	location.href="/Common/html/front/drive/drive01.html";	}
		else if ( aa == 22 ) {	location.href="/Common/html/front/drive/drive05_070525.html";	}
		else if ( aa == 23 ) {	location.href="/Drive/CarCharge.aspx";	}
		else if ( aa == 24 ) {	location.href="/Common/html/front/drive/drive07.html";	}
		else if ( aa == 25 ) {	location.href="/Notice/Notice_List.aspx";	}

		else if ( aa == 30 ) {	location.href="/Margin/Margin_Main.aspx";	}
		else if ( aa == 31 ) {	location.href="/Margin/PictureCheck/Picture_List.aspx";	}
		else if ( aa == 32 ) {	location.href="/Margin/Quiz/Quiz.aspx";	}
		else if ( aa == 33 ) {	location.href="/Margin/Cartoon/Cartoon_Main.aspx";	}
		else if ( aa == 34 ) {	location.href="/Common/html/front/enjoy/enj_page_list_2008.html";	}
		else if ( aa == 35 ) {	location.href="/Margin/ECard/Ecard_List.aspx";	}

		else if ( aa == 40 ) {	location.href="/Challenge/Challenge_Main.aspx";	} //µµÀüÇÏ´Â ±×³à
		else if ( aa == 41 ) {	location.href="/Challenge/IsEventOn.aspx";	} //±×³àÀÇÀÌº¥Æ®
		else if ( aa == 46 ) {	location.href="/Challenge/IsEventOn.aspx";	} //Æ÷Åä¿¡¼¼ÀÌ
		else if ( aa == 44 ) {	location.href="/Challenge/WomanDayReview_List.aspx";	} //¿ì¸Õµ¥ÀÌÀÌº¥Æ®
		else if ( aa == 45 ) {	location.href="/Challenge/Poll_List.aspx";	} //¿ì¸ÕÇö´ëPOLL
		else if ( aa == 47 ) {	location.href="/Challenge/Poll_List.aspx";	} //¿ì¸ÕÇö´ëPOLL
		else if ( aa == 48 ) {	location.href="/Challenge/Poll_List.aspx";	} //¿ì¸ÕÇö´ëPOLL
		else if ( aa == 43 ) {	location.href="/Challenge/Discussionbbs_list.aspx";	} //±×³àµéÀÇÅä·Ð¹æ
		else if ( aa == 42 ) {	location.href="/Challenge/Winner_List.aspx";	} //´çÃ·ÀÚ¹ßÇ¥
	}

	function gohome() {		location.href="/index.html"; }
	function login() {		location.href="/Member/Login.aspx"; }
	function logout() {		parent.location.href="/Member/Logout.aspx"; }
	function membership() {	location.href="/Member/Agreement.aspx"; }
	function myspace() {	location.href="/MySpace/Main.aspx"; }
	function helpdesk() {	location.href="/Helpdesk/FAQ_List.aspx"; }
	function sitemap() {	location.href="/common/html/front/myspace/sitemap.html"; }
	function newsnotice() {	location.href="/Helpdesk/Notice_List.aspx"; }

	if ( mNum != "" ) {
		var num01 = mNum.substring(0,1);
		var num02 = mNum.substring(1,2);
		var num03 = mNum.substring(2,3);
	
		var topFlash01="\
		<tr height=65 valign=top>\
		 <td colspan=2><iframe src=/Member/TopLogin.aspx?DEPTH=" + num01 + num02+ " name=\"top_table\" width=990 height=120 frameborder=0 border=0 marinwidth=0 marginheight=0 scrolling=no></iframe></td>\
		</tr>\
		";
	
		document.write(topFlash01);
	}
