//========== ÄíÅ°°ª Ã³¸® ÇÔ¼ö S
function getCookieVal (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1)
		endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {	//while open
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg)
			return getCookieVal (j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0)
			break; 
	}	//while close
	return null;
}
//========== ÄíÅ°°ª Ã³¸® ÇÔ¼ö E

document.write(" \
<style type=text/css> \
body {margin:0px 0px 0px 0px; padding:0px; text-align:center;} \
div {margin: 0px; padding: 0px;} \
table, tr, td {margin: 0px; padding: 0px;} \
img {border: 0px; margin: 0px; padding: 0px;} \
ol,ul,li,dl,dt,dd	{ list-style:none; margin:0px; padding:0px; } \
iframe, map {margin: 0px; padding: 0px; border: none;}	\
form, p {margin: 0px; padding: 0px;} \
select {font-size: 12px;} \
a { text-decoration:none; } \
a:hover, a:active { text-decoration:underline; } \
\
#Header{ width:100%; background:url('http://image.chosun.com/cs/200803/images/gnb_gray_bg.gif') repeat-x;} \
\
#ChosunGnb { position: relative; width:970px; text-align: left; } \
\
#Event { margin:0px 0px 0px 0px; width:280px; height:84px; padding:0px 0px 0px 0px; } \
\
#MainMenu { margin:8px 0px 0px 0px;} \
\
#Submenu_line { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } \
\
#tab { margin: 7px 0px 0px 0px; padding: 0px; } \
\
#tabmenu {float:left; list-style:none;margin:0;padding:0;height:15px;display:inline;overflow:hidden;} \
#tabmenu li { background-repeat:no-repeat; margin: 0px 0px 0px 0px; padding: 0px; display:inline; list-style-type:none; } \
#tabmenu a { margin: 0px 0px 0px 0px; background-repeat:no-repeat; float:left; text-align: center; text-decoration: none; height :15px; padding:0px; color: #353535; } \
#tabmenu a:hover {background-position:0px -15px; color:#cc2626; } \
\
.submenu { width: 670px; background: #f9f9f9; border: 1px solid #bababa; visibility: hidden; position: absolute; z-index: 3 } \
\
#mmenu0, #mmenu0 a {text-align:left; width:77px; background:url('http://image.chosun.com/cs/200803/images/submenu_77.gif') top left no-repeat;} \
#mmenu1, #mmenu1 a {text-align:left; width:50px; background:url('http://image.chosun.com/cs/200803/images/submenu_50.gif') top left no-repeat;} \
#mmenu2, #mmenu2 a {text-align:left; width:50px; background:url('http://image.chosun.com/cs/200803/images/submenu_50.gif') top left no-repeat;} \
#mmenu3, #mmenu3 a {text-align:left; width:50px; background:url('http://image.chosun.com/cs/200803/images/submenu_50.gif') top left no-repeat;} \
#mmenu4, #mmenu4 a {text-align:left; width:50px; background:url('http://image.chosun.com/cs/200803/images/submenu_50.gif') top left no-repeat;} \
#mmenu5, #mmenu5 a {text-align:left; width:50px; background:url('http://image.chosun.com/cs/200803/images/submenu_50.gif') top left no-repeat;} \
#mmenu6, #mmenu6 a {width:70px; } \
\
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 { margin:-1px 0px 0px 0px; padding:7px 0px 5px 10px;} \
#menu1 ul li, #menu2 ul li, #menu3 ul li, #menu4 ul li, #menu5 ul li, #menu6 ul li { float:left; width:90px; height:17px; padding:3px 0px 0px 5px; background:url('http://image.chosun.com/cs/200708/images/submenu_bg.gif') no-repeat; letter-spacing:-1px; } \
.menu1_sub a, .menu2_sub a, .menu3_sub a, .menu4_sub a, .menu5_sub a, .menu6_sub a { color:#172f79; } \
\
#Weather { margin:3px 0px 0px 0px;} \
\
.gnb_basic_txt { text-decoration:none; color:#444444; font-size:12px; line-height: 17px; font-family: 'Dotum', 'µ¸¿ò'; } \
.gnb_basic_txt a:link { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:visited { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:active { text-decoration:none; color:#444444; } \
.gnb_basic_txt a:hover { text-decoration:underline; color:#444444; } \
\
.login_txt { text-decoration:none; color:#6e6e6e; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px;} \
.login_txt a:link { text-decoration:none; color:#6e6e6e; } \
.login_txt a:visited { text-decoration:none; color:#6e6e6e; } \
.login_txt a:active { text-decoration:none; color:#6e6e6e; } \
.login_txt a:hover { text-decoration:underline; color:#6e6e6e; } \
\
.gnb_txt { text-decoration:none; color:#353535; font-size:12px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px;} \
.gnb_txt a:link { text-decoration:none; color:#353535; } \
.gnb_txt a:visited { text-decoration:none; color:#353535; } \
.gnb_txt a:active { text-decoration:none; color:#353535; } \
.gnb_txt a:hover { text-decoration:underline; color:#353535; } \
\
.submenu_title { text-decoration:none; color:#f9e5e5; font-size:12px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px; font-weight:bold; } \
.submenu_title a:link { text-decoration:none; color:#f9e5e5; } \
.submenu_title a:visited { text-decoration:none; color:#f9e5e5; } \
.submenu_title a:active { text-decoration:none; color:#f9e5e5; } \
.submenu_title a:hover { text-decoration:underline; color:#f9e5e5; } \
\
.update { text-decoration:none; color:#767676; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; padding-top:3px;} \
\
</style> \
\
<style type=text/css> \
hr, legend {display:none;} \
fieldset {border:0 none;} \
h1, h2, h3, h4, h5, fieldset, legend, input {font-size:12px;font-weight:normal;} \
\
#tsch_area { margin:0px; padding:0px; width:100%;}\
#tsch_area h2 {display:none;} \
#Tsearch fieldset {position:relative; background:url(http://image.chosun.com/search/200708/searchBg.gif) no-repeat;margin:0px; padding:0px;} \
#Tsearch ul {float:left;} \
#Tsearch .sType_setWrap { height:26px; padding:0px; margin:0px; vertical-align:top;} \
#Tsearch .sType_set {display:block;width:70px;overflow:hidden;border:0px dotted #f48483;background:url(http://image.chosun.com/search/200708/searchArrow.gif) no-repeat 58px 9px;color:#aeaeae;text-decoration:none;padding:0px; margin:0px;} \
#Tsearch .sType_set:hover { text-decoration:none; } \
#sType {display:block;padding:6px 2px 4px 8px;font-weight:normal;color:#767676;margin:0px;} \
.sType_more {font-size:0;line-height:100%;width:0;height:0;display:none;} \
#sType_list {	position:absolute;top:21px;left:0px;width:70px;border:1px solid #e63b3b;padding:6px 0px 0px 0px;margin:0px;background-color:#fafafa;overflow:hidden;display:none;z-index: 9;} \
#sType_list input {position:absolute; left:-20px;} \
#sType_list ul {clear:left;float:left;width:100%;margin:0px;padding:0px;} \
#sType_list li {clear:left;padding:0px;margin:0px;} \
#sType_list label {display:block;margin:0px;font-family: 'Dotum', 'µ¸¿ò';cursor:pointer;padding:1px 0 0 5px;color:#333;} \
.search_input {width:100%;} \
.type-text {float:left;border:0px dotted #4264f8;margin:3px 11px 0px 0px;background:#fff;width:170px;font-size:13px;font-family: 'Dotum', 'µ¸¿ò';color:#333;} \
.type-btn {text-indent: -3000em;border:0px solid #eee;background:url(http://image.chosun.com/cs/200712/images/btn_search.gif) no-repeat;cursor:pointer;margin:3px 0px 0px 0px;} \
</style> \
");

//·Î±×ÀÎ °ü·Ã ---
function getCookieVal (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1)
		endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {	//while open
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg)
			return getCookieVal (j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0)
			break; 
	}	//while close
	return null;
}

//·Î±×ÀÎ
function loginFrame () {
	//ÆäÀÌÁö URL
	var returl = document.location; 
	if (returl == null || returl == ""){
		returl = M_SITE;
	}
	returl = escape(returl);

	var login_url = "https://membership.chosun.com/login/protect_sso/sso_user_info.jsp?returl="+returl;
	var logout_url = "https://membership.chosun.com/login/logout.jsp?returl="+returl;
	var regist_url = "https://membership.chosun.com/join/registUser.jsp?site=chosun";
	var join_url = "https://membership.chosun.com/join/registUser.jsp?act=myindex&site=chosun";
	var idpw_url = "https://membership.chosun.com/join/registUser.jsp?act=idpw&site=chosun";
	var logStr;

	//·Î±×ÀÎ¿©ºÎ - ÄíÅ°°ª È®ÀÎ
	if (!GetCookie('SMSESSION') || GetCookie('SMSESSION') == "LOGGEDOFF" || !GetCookie('SM_USER')) {
		logStr = "<b>¤ý</b><a href=" + login_url + " target=_top>·Î±×ÀÎ</a><b>¤ý</b><a href=" + regist_url + " target=_top>È¸¿ø°¡ÀÔ</a><b>¤ý</b><a href=" + idpw_url + " target=_top>¾ÆÀÌµð/ºñ¹Ð¹øÈ£ Ã£±â</a>";
	}
	else if (!GetCookie('dz_nm') || !GetCookie('dz_info')) {	//20070406 rainy
	var relogin_url = "https://membership.chosun.com/login/protect_sso/sso_user_info.jsp?returl="+returl;
		parent.location.href = relogin_url;
	}
	else {
		logStr = "<b>"+unescape(GetCookie('dz_nm'))+"</b>" + "´Ô" ;
		logStr = logStr + "<b>¤ý</b><a href=" + logout_url + " target=_top>·Î±×¾Æ¿ô</a><b>¤ý</b><a href=" + join_url + " target=_top>Á¤º¸¼öÁ¤</a>";
	}
	
	return logStr;
}


// °Ë»ö¿µ¿ª
var select_cnt = 0;

function selectSchType(obj){
var tobj = obj.parentNode;
var typeTxt = tobj.getElementsByTagName('label')[0].innerHTML;
document.getElementById('sType').innerHTML = typeTxt;
viewSearchType();
}

function viewSearchType(){
	var sTypeLIst = document.getElementById("sType_list");

	if(sTypeLIst.style.display=="block"){
		sTypeLIst.style.display="none";
	}else{
		sTypeLIst.style.display="block";
	}
}

function searchsubmit() {
	var q = document.Tsearch.query;
	var sw;
	var rObj = document.Tsearch.sType;

	for(i=0;i<rObj.length;i++){
		if(rObj[i].checked){
			sw = rObj[i].value;
		}
	}

	if (sw == "total"){
		window.open("http://search.chosun.com/search/totalSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return true;
	} else if (sw == "news") {
		window.open("http://search.chosun.com/search/newsSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "human") {
		window.open("http://search.chosun.com/search/humanSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "photo") {
		window.open("http://search.chosun.com/search/photoSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "movie") {
		window.open("http://search.chosun.com/search/movieSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "community") {
		window.open("http://search.chosun.com/search/communitySearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "thesis") {
		window.open("http://search.chosun.com/search/thesisSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else if (sw == "web") {
		window.open("http://search.chosun.com/search/webSearch.jsp?searchTerm=" + encodeURIComponent(q.value));
		return false;
	} else {
		window.open("http://search.chosun.com");
		return false;
	}
}

function handleEnter (kind, event) {
	var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;

	if (keyCode == 13) {
			searchsubmit();
			return false;
	} else {
		return true;
	}
}

function search_select(){
	select_cnt++;
	if (select_cnt>1) {
		select_cnt = 0;
		q.focus();
	}
}



document.write(" \
<table width='100%' border='0' cellpadding='0' cellspacing='0'> \
  <tr> \
  <td>&nbsp;</td> \
  <td width='970' align='left'> \
\
\
\
<div id='ChosunGnb'> \
<table width='970' height='84' border='0' cellpadding='0' cellspacing='0'> \
  <tr> \
    <td width='232' background='http://image.chosun.com/cs/200803/images/gnb_top_bg01.gif'> \
\
	<table width='232' height='84' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
");


var otherTitle;

if (otherTitle=="weeklybiz") { 
document.write("<td width='232' height='48'><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_slogo.gif'></a><a href='http://www.chosun.com/weeklybiz/'><img src='http://image.chosun.com/cs/200803/images/weekly_logo.gif'></a></td></tr><tr><td height='10'><img src='http://image.chosun.com/cs/200803/images/gnb_blank.gif' width='10' height='10'></td>");
}else {
document.write("<td width='232' height='48'><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/chosun_logo.gif'></a></td></tr><tr><td height='10'><img src='http://image.chosun.com/cs/200803/images/chosun_logo_shadow.gif'></td>");
}


document.write(" \
	  </tr> \
	  <tr> \
		<td height='26' valign='top' class='login_txt'>&nbsp;&nbsp;&nbsp;" +loginFrame()+ "</td> \
	  </tr> \
	</table> \
\
	</td> \
    <td width='80' background='http://image.chosun.com/cs/200803/images/gnb_top_bg02.gif'> \
\
	<table width='57' height='57' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td><a href='http://www.chosunonline.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_j.gif'></a><br><a href='http://english.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_e.gif'></a><br><a href='http://chn.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/language_c.gif'></a></td> \
	  </tr> \
	</table> \
\
	</td> \
    <td width='378' background='http://image.chosun.com/cs/200803/images/gnb_top_bg03.gif' valign='top' style='padding-top:25px;'> \
\
	<table width='351' height='45' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='71' rowspan='2' valign='top'><a href='http://search.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/search_plus.gif'></a></td> \
		<td height='18' valign='top' class='gnb_txt'><iframe src='http://www.chosun.com/common/r_search/popular/' width='280' height='18' allowTransparency='true' marginwidth='0' marginheight='0' hspace='0' vspace='0' scrolling='no' frameborder='0'></iframe></td> \
	  </tr> \
	  <tr> \
		<td height='27' valign='top'> \
\
<div style='width:280px;'> \
<form id='Tsearch' name='Tsearch' method='get' onsubmit='return searchsubmit()'> \
	<fieldset><legend>ÅëÇÕ°Ë»ö ÀÔ·Â Æû</legend> \
	<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
	  <tr> \
		<td width='70px'> \
			<span> \
			<ul> \
				<li class='sType_setWrap'><a href='javascript:viewSearchType();' onclick='viewSearchType(); return false;' class='sType_set'><strong id='sType'>ÅëÇÕ°Ë»ö</strong></a> \
					<ul id='sType_list' style='display:none;' name='sType_list'> \
						<li><input type='radio' name='sType' id='sType_total' value='total' checked='checked' onclick='selectSchType(this);' title='ÅëÇÕ°Ë»ö' /><label for='sType_total' style='height:20px'>ÅëÇÕ°Ë»ö</label></li> \
						<li><input type='radio' name='sType' id='sType_news' value='news' onclick='selectSchType(this);' title='´º½º' /><label for='sType_news' style='height:20px'>´º½º</label></li> \
						<li><input type='radio' name='sType' id='sType_human' value='human' onclick='selectSchType(this);' title='ÀÎ¹°' /><label for='sType_human' style='height:20px'>ÀÎ¹°</label></li> \
						<li><input type='radio' name='sType' id='sType_photo' value='photo' onclick='selectSchType(this);' title='Æ÷Åä' /><label for='sType_photo' style='height:20px'>Æ÷Åä</label></li> \
						<li><input type='radio' name='sType' id='sType_movie' value='movie' onclick='selectSchType(this);' title='µ¿¿µ»ó' /><label for='sType_movie' style='height:20px'>µ¿¿µ»ó</label></li> \
						<li><input type='radio' name='sType' id='sType_community' value='community' onclick='selectSchType(this);' title='Ä¿¹Â´ÏÆ¼' /><label for='sType_community' style='height:20px'>Ä¿¹Â´ÏÆ¼</label></li> \
						<li><input type='radio' name='sType' id='sType_thesis' value='thesis' onclick='selectSchType(this);' title='Àü¹®ÀÚ·á' /><label for='sType_thesis' style='height:20px'>Àü¹®ÀÚ·á</label></li> \
						<li><input type='radio' name='sType' id='sType_web' value='web' onclick='selectSchType(this);' title='À¥¹®¼­' /><label for='sType_web' style='height:20px'>À¥¹®¼­</label></li> \
				  </ul> \
				</li> \
			</ul> \
		</span> \
		</td> \
		<td valign='top'> \
			<span> \
				<input type='text' name='query' id='query' class='type-text' tabindex='1' title='°Ë»ö¾î ÀÔ·Â' style='ime-mode:active;' onkeypress='return handleEnter(1,event);' />\
				<img src='http://image.chosun.com/search/200708/srch_btn.gif' onclick='searchsubmit();' style=' margin-top:0px; cursor:hand' /> \
		  </span>	 \
		</td> \
	  </tr>\
	</table>\
	</fieldset> \
</form> \
</div> \
\
		</td> \
	  </tr> \
	</table> \
\
	</td> \
    <td><div id='Event'><iframe src='http://www.chosun.com/event/promotion/index.html' width='280' height='80' allowTransparency='true' marginwidth='0' marginheight='0' hspace='0' vspace='0' scrolling='no' frameborder='0'></iframe></div></td> \
  </tr> \
</table> \
\
<table width='970' height='83' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
    <td width='22'><img src='http://image.chosun.com/cs/200803/images/menu_line_left.gif'></td> \
    <td background='http://image.chosun.com/cs/200803/images/menu_line_bg.gif' valign='top'> \
\
	<div id='MainMenu'> \
	<table width='100%' height='40' border='0' cellpadding='0' cellspacing='0'> \
	  <tr> \
		<td width='643'><a href='http://myhome.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_myhome.gif'></a><a href='http://www.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_news.gif'></a><a href='http://spn.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_spn.gif'></a><a href='http://newsplus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_np.gif'></a><a href='http://focus.chosun.com'><img src='http://image.chosun.com/cs/200803/images/MenuNews_focus.gif'></a><a href='http://blog.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_blog.gif'></a><a href='http://cafe.chosun.com' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_cafe.gif'></a><a href='http://morningplus.chosun.com/' target='_blank'><img src='http://image.chosun.com/cs/200803/images/MenuNews_mp.gif'></a></td> \
		<td align='right' class='submenu_title' style='padding-right:15px;' background='http://image.chosun.com/cs/200803/images/MenuNews_rightbg.gif'>¤ý<a href='http://blognews.chosun.com/'>Blog´º½º</a>¤ý<a href='http://forum.chosun.com/'>Åä·Ð</a>¤ý<a href='http://photo.chosun.com/'>Æ÷Åä</a>¤ý<a href='http://video.chosun.com/'>µ¿¿µ»ó</a>¤ý<a href='http://magazine.chosun.com/'>¸Å°ÅÁø</a></td> \
	  </tr> \
	</table> \
	</div> \
");


// SUBMENU LINE ½ÃÀÛ 

var TimeOut         = 300;
var currentLayer    = null;
var currentitem     = null;

var currentLayerNum = 0;
var noClose         = 0;
var closeTimer      = null;

// Open Hidden Layer
function mopen(n)
{
    var l  = document.getElementById('menu'+n);
    var mm = document.getElementById('mmenu'+n);
    
    if(l)
    {
        mcancelclosetime();
        l.style.visibility='visible';

        if(currentLayer && (currentLayerNum != n))
            currentLayer.style.visibility='hidden';

        currentLayer = l;
        currentitem = mm;
        currentLayerNum = n;            
    }
    else if(currentLayer)
    {
        currentLayer.style.visibility='hidden';
        currentLayerNum = 0;
        currentitem = null;
        currentLayer = null;
    }
}

// Turn On Close Timer
function mclosetime()
{
    closeTimer = window.setTimeout(mclose, TimeOut);
}

// Cancel Close Timer
function mcancelclosetime()
{
    if(closeTimer)
    {
        window.clearTimeout(closeTimer);
        closeTimer = null;
    }
}

// Close Showed Layer
function mclose()
{
    if(currentLayer && noClose!=1)
    {
        currentLayer.style.visibility='hidden';
        currentLayerNum = 0;
        currentLayer = null;
        currentitem = null;
    }
    else
    {
        noClose = 0;
    }

    currentLayer = null;
    currentitem = null;
}

// Close Layer Then Click-out
document.onclick = mclose; 

//========== ¾÷µ¥ÀÌÆ® S
var GNBupdate ;
var GNBupdateStr ;
if (GNBupdate != null && GNBupdate !="" && GNBupdate.charAt(0) != '$') GNBupdateStr = "Update " + GNBupdate ;
else GNBupdateStr = " " ;
//========== ¾÷µ¥ÀÌÆ® E

document.write(" \
<div id='Submenu_line'> \
<table width='100%' border='0' cellspacing='0' cellpadding='0'> \
  <tr> \
	<td width='20'><a href='javascript://' onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.chosun.com');><img src='http://image.chosun.com/cs/200803/images/start_icon.gif' alt='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â' title='½ÃÀÛÆäÀÌÁö·Î ¼³Á¤ÇÏ±â'></a></td> \
	<td> \
\
<div id='tab'> \
<ul id='tabmenu' class='gnb_basic_txt'> \
    <li id='mmenu0'><a href='http://news.chosun.com/svc/list_in/list.html' onmouseover='mopen(1);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;ÃÖ½Å±â»ç</a></li> \
    <li id='mmenu1'><a href='http://news.chosun.com/economy/' onmouseover='mopen(2);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;°æÁ¦</a></li> \
    <li id='mmenu2'><a href='http://news.chosun.com/politics/' onmouseover='mopen(3);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;Á¤Ä¡</a></li> \
    <li id='mmenu3'><a href='http://news.chosun.com/national/' onmouseover='mopen(4);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;»çÈ¸</a></li> \
    <li id='mmenu4'><a href='http://news.chosun.com/international/' onmouseover='mopen(5);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;±¹Á¦</a></li> \
    <li id='mmenu5'><a href='http://news.chosun.com/culture/' onmouseover='mopen(6);' onmouseout='mclosetime();' onfocus='this.blur()'>&nbsp;&nbsp;¹®È­</a></li> \
    <li id='mmenu6'><a href='http://news.chosun.com/editorials/'>»ç¼³¡¤Ä®·³</a></li> \
    <li id='mmenu7' style='display:none;'></li> \
</ul> \
</div> \
\
	</td> \
	<td align='right' width='410'><div id='Weather'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'><tr><td class='update' width='135' align='left'>" + GNBupdateStr + "</td><td width='115' align='left'><script language=JavaScript>document.write(viewWeather());</script></td><td width='75' align='left'><a href='http://sports.chosun.com/index.htm' target='_blank'><img src='http://image.chosun.com/cs/200803/images/sportschosun.gif'></a></td><td width='85' align='left'><a href='http://businesstv.chosun.com/index.do' target='_blank'><img src='http://image.chosun.com/cs/200810/images/biz_logo.gif'></a></td></tr></table></div></td> \
  </tr> \
</table> \
</div> \
\
<div id='menu1' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu1_sub'> \
<li><a href='http://news.chosun.com/svc/list_in/list.html'>ÀüÃ¼º¸±â</a></li> \
<li><a href='http://news.chosun.com/svc/list_in/list.html?catid=1'>°æÁ¦</a></li> \
<li><a href='http://news.chosun.com/svc/list_in/list.html?catid=2'>Á¤Ä¡</a></li> \
<li><a href='http://news.chosun.com/svc/list_in/list.html?catid=3'>»çÈ¸</a></li> \
<li><a href='http://news.chosun.com/svc/list_in/list.html?catid=4'>±¹Á¦</a></li> \
<li><a href='http://news.chosun.com/svc/list_in/list.html?catid=5'>¹®È­</a></li> \
<li style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=6'>»ç¼³¡¤Ä®·³</a></li> \
</ul> \
</div> \
\
<div id='menu2' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu2_sub'> \
<li id='1'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1'>ÃÖ½Å±â»ç</a></li> \
<li id='11'><a href='http://news.chosun.com/svc/list_in/list.html?catid=11'>Áõ±Ç¤ý±ÝÀ¶</a></li> \
<li id='12'><a href='http://news.chosun.com/svc/list_in/list.html?catid=12'>ºÎµ¿»ê</a></li> \
<li id='13'><a href='http://news.chosun.com/svc/list_in/list.html?catid=13'>ÀçÅ×Å©</a></li> \
<li id='14'><a href='http://news.chosun.com/svc/list_in/list.html?catid=14'>Ãë¾÷¡¤Ã¤¿ë¡¤Ã¢¾÷</a></li> \
<li id='16'><a href='http://news.chosun.com/svc/list_in/list.html?catid=16'>IT</a></li> \
<li id='1S' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1S'>°úÇÐ</a></li> \
<li id='18'><a href='http://news.chosun.com/svc/list_in/list.html?catid=18'>±Û·Î¹ú°æÁ¦</a></li> \
<li id='19'><a href='http://news.chosun.com/svc/list_in/list.html?catid=19'>ÀÚµ¿Â÷</a></li> \
<li id='1A'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1A'>ÇÖ°æÁ¦ÀÎ</a></li> \
<li id='1N'><a href='http://www.chosun.com/weeklybiz/'>À§Å¬¸®ºñÁî</a></li> \
<li id='1O'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1O'>µðÁöÅÐºñÁî</a></li> \
<li id='1Q'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1Q'>´º½ººí·Î±×</a></li> \
<li id='1R' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=1R'>¸ð´×Ä¿ÇÇ</a></li> \
<li id='1R' style='display:none;'><a href='http://news.chosun.com/svc/news/cp/edaily_main.html'>ÀÌµ¥ÀÏ¸® ¼Óº¸</a></li> \
<li id='15' style='display:none;'>À¯Åë ¡¤ ¼ÒºñÀÚ</li> \
<li id='17' style='display:none;'>°æÁ¦Á¤Ã¥</li> \
<li id='1L' style='display:none;'>±â¾÷</li> \
<li id='1M' style='display:none;'>»ê¾÷</li> \
</ul> \
</div>\
\
<div id='menu3' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu3_sub'> \
<li id='2'><a href='http://news.chosun.com/svc/list_in/list.html?catid=2'>ÃÖ½Å±â»ç</a></li> \
<li id='21'><a href='http://news.chosun.com/svc/list_in/list.html?catid=21'>±¹È¸¤ýÁ¤´ç</a></li> \
<li id='22'><a href='http://news.chosun.com/svc/list_in/list.html?catid=22'>ºÏÇÑ</a></li> \
<li id='23'><a href='http://news.chosun.com/svc/list_in/list.html?catid=23'>Á¤ºÎ¤ýÀÚÀÚÃ¼</a></li> \
<li id='24'><a href='http://news.chosun.com/svc/list_in/list.html?catid=24'>Ã»¿Í´ë</a></li> \
<li id='25'><a href='http://news.chosun.com/svc/list_in/list.html?catid=25'>¿Ü±³</a></li> \
<li id='27' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=27'>Á¤°¡ ¸»¸»¸»</a></li> \
</ul> \
</div> \
\
<div id='menu4' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu4_sub'> \
<li id='3'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3'>ÃÖ½Å±â»ç</a></li> \
<li id='31'><a href='http://news.chosun.com/svc/list_in/list.html?catid=31'>¹ý¿ø¡¤°ËÂû¡¤°æÂû</a></li> \
<li id='32'><a href='http://news.chosun.com/svc/list_in/list.html?catid=32'>±³À°¤ý½ÃÇè</a></li> \
<li id='37'><a href='http://news.chosun.com/svc/list_in/list.html?catid=37'>È¯°æ ¡¤ ÀçÇØ</a></li> \
<li id='38'><a href='http://weather.chosun.com/'>³¯¾¾</a></li> \
<li id='3A'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3A'>»ç°Ç¤ý»ç°í</a></li> \
<li id='3B' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3B'>±¹¹æ</a></li> \
<li id='3C'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3C'>±³Åë¡¤°ü±¤¡¤Ç×°ø</a></li> \
<li id='3D'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3D'>³ëµ¿ ¡¤ º¹Áö</a></li> \
<li id='3E'><a href='http://www.chosun.com/national/neighbor/' target='_blank'>¿ì¸®ÀÌ¿ô</a></li> \
<li id='3F'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3F'>Àü±¹´º½º</a></li> \
<li id='3N'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3N'>»ç¶÷µé</a></li> \
<li id='3S'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3S'>ÀÇ·á ¡¤ º¸°Ç</a></li> \
<li id='3F5' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3W'>¸®ºùÆ÷ÀÎÆ®</a></li> \
<li id='3U' style='display:none;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=3U'>¹Ýµ÷ºÒ</a></li> \
</ul> \
</div> \
 \
<div id='menu5' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu5_sub'> \
<li id='4'><a href='http://news.chosun.com/svc/list_in/list.html?catid=4'>ÃÖ½Å±â»ç</a></li> \
<li id='41'><a href='http://news.chosun.com/svc/list_in/list.html?catid=41'>¾Æ½Ã¾Æ</a></li> \
<li id='42'><a href='http://news.chosun.com/svc/list_in/list.html?catid=42'>¹Ì±¹ ¡¤ Áß³²¹Ì</a></li> \
<li id='43'><a href='http://news.chosun.com/svc/list_in/list.html?catid=43'>À¯·´</a></li> \
<li id='48'><a href='http://news.chosun.com/svc/list_in/list.html?catid=48'>´ë¾çÁÖ</a></li> \
<li id='44'><a href='http://news.chosun.com/svc/list_in/list.html?catid=44'>Áßµ¿ ¡¤ ¾ÆÇÁ¸®Ä«</a></li> \
<li id='45' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=45'>±¹Á¦±â±¸ ¡¤ È¸ÀÇ</a></li> \
<li id='47' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=47'>ÇØ¿ÜÈ­Á¦</a></li> \
</ul> \
</div> \
 \
<div id='menu6' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();'> \
<ul class='menu6_sub'> \
<li id='5'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5'>ÃÖ½Å±â»ç</a></li> \
<li id='51'><a href='http://news.chosun.com/svc/list_in/list.html?catid=51'>°Ç°­Á¤º¸</a></li> \
<li id='52'><a href='http://news.chosun.com/svc/list_in/list.html?catid=52'>ºÏ½º</a></li> \
<li id='59'><a href='http://news.chosun.com/svc/list_in/list.html?catid=59'>¹Ìµð¾î</a></li> \
<li id='5A'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5A'>Á¾±³ ¡¤ ÇÐ¼ú </a></li> \
<li id='5B'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5B'>¹®È­ÀÎ¹°</a></li> \
<li id='5C' style='width:79px;'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5C'>¹ÙµÏ</a></li> \
<li id='5D'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5D'>»ýÈ° ¡¤ ¿©¼º</a></li> \
<li id='5F'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5F'>¹®È­°¡»êÃ¥</a></li> \
<li id='5G'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5G'>Àü½Ã ¡¤ °ø¿¬</a></li> \
<li id='5M'><a href='http://news.chosun.com/svc/list_in/list.html?catid=5M'>µðÀÚÀÎ </a></li> \
<li id='5N'><a href='http://danmee.chosun.com/' target='_blank'>´Ü¹Ì</a></li> \
<li id='5O'><a href='http://health.chosun.com/' target='_blank'>Çï½ºÁ¶¼±</a></li> \
<li style='width:79px;'><a href='http://books.chosun.com/' target='_blank'>ºÏ½ºÁ¶¼±</a></li> \
</ul> \
</div> \
 \
<div id='menu7' class='submenu' onmouseover='mcancelclosetime()' onmouseout='mclosetime();' style='display:none;'> \
<ul class='menu7_sub'> \
<li id='7'>ÃÖ½Å±â»ç</li> \
<li id='71'>Á¶¼±ÀÏº¸ »ç°í</li> \
<li id='72'>Á¶¼±´åÄÄ ¾Ë¸²</li> \
<li id='73'>ÀÌº¥Æ®°øÁö</li> \
<li id='74'>¹Ù·ÎÀâ½À´Ï´Ù</li> \
</ul> \
</div> \
\
	</td> \
    <td width='16'><img src='http://image.chosun.com/cs/200803/images/menu_line_right.gif'></td> \
  </tr> \
</table> \
");




// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ¸¶ÀÌ¸®¸ðÄÜ APIÁ¤ÀÇ
// ¸¶ÀÌÈ¨¿¡¼­ ºÐ¸®ÇØ¼­ ¸î°¡Áö ÇÔ¼ö¸¦ µû·ÎÀÌ Á¤ÀÇÇÏ´Â °ÍÀº ÇØ´çÆäÀÌÁö¸¦ ¸¶ÀÌÈ¨°ú ºÐ¸®µÇ¼­ ÀÛµ¿ÇÒ ¼ö ÀÖµµ·Ï ÇÏ±â À§ÇØ¼­ÀÓ

var MYREMOTEAPI = new Object();
var MYREMOTECONST = new Object();

MYREMOTECONST.DEFAULT = [ "»ç¼³/Ä®·³", "¸¸Æò", "·©Å·´º½º", "´Ü¹Ì", "°¶·¯¸®", "¸¸È­", "ÇÃ·¡½Ã°ÔÀÓ", "PDF" ];

MYREMOTEAPI.loadLink = function()
{
	var cookies = document.cookie.split("; ");

	for ( var i = 0; i < cookies.length; i++ )
	{
		var tokens = cookies[i].split("=");
		if ( "myremote_links" == tokens[0] ) 
		{
			var	jsonStr = unescape(tokens[1]);
			//ÁÖÀÇ:prototype.js°¡ ¾øÀ» °æ¿ì¿¡µµ ´ëºñ;
			if ( jsonStr != undefined && /\S+/.test(jsonStr) ) return (jsonStr.evalJSON == undefined) ? eval(jsonStr) : jsonStr.evalJSON();
		}
	}

	return MYREMOTECONST.DEFAULT;
}

MYREMOTEAPI.getUrl = function(linkName)
{
	var	url = MYREMOTECONST.URLS[linkName];
	return (url == undefined) ? "" : url;
}

MYREMOTEAPI.refresh = function()
{
	try
	{
		var	links = MYREMOTEAPI.loadLink();
		var	htmlCode = "";
		
		htmlCode += "<table width='80' cellpadding='0' cellspacing='0'> \
						<tr> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
						</tr> \
						<tr> \
							<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge01.gif'/></td> \
							<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP.gif'></td> \
							<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge02.gif'/></td> \
						</tr> \
					";
		
		for ( var i = 0; i < links.length; i++ )
		{
			var	url = MYREMOTEAPI.getUrl(links[i]);
			if ( url == "" ) continue;
			
			htmlCode += "<tr><td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL.gif'></td>";
			htmlCode += "<td height='21' class='remote_txt' background='http://image.chosun.com/cs/myhome/floater_row3-BG.gif' align='center' valign='top'>";
			htmlCode += "<a href='" + url + "'>" + links[i] + "</a></td>";
			htmlCode += "<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR.gif'></td></tr>";
		}
		
		htmlCode += "<tr> \
								<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge03.gif'></td> \
								<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN.gif' width='100%' height='5'></td> \
								<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge04.gif'></td> \
							</tr> \
						</table> \
					";

		var	linkDiv = document.getElementById("__myremote_link_tr");
		linkDiv.innerHTML = htmlCode;
	}
	catch(e)
	{
	}
}

MYREMOTEAPI.open = function()
{
	var	divElmt = document.getElementById("myremote");
	if ( divElmt !=null )
	{
		if ( document.getElementById("MiniRemote").offsetTop != undefined )
		{
			divElmt.style.top = document.getElementById("MiniRemote").offsetTop + "px";
			divElmt.style.left = document.getElementById("MiniRemote").offsetLeft + "px";
		}
		divElmt.style.display="block";
	}
}

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ¸¶ÀÌ¸®¸ðÄÜ Ç×¸ñ¹è¿­
// !!! ¾Æ·¡¹è¿­Àº ±× ¼ø¼­¿¡ µû¶ó¼­ ¸¶ÀÌÈ¨ÆäÀÌÁöÀÇ ¼³Á¤°ú °ü·ÃÀÌ ¸¹½À´Ï´Ù. ¸¶ÀÌÈ¨¼­¹ö¿¡ ÀåÂøµÇ´Â
//     ½ºÅ©¸³Æ®¶ó¸é ¾Æ·¡ ¹è¿­À» ¼öÁ¤ÇÒ ¶§ ¸¶ÀÌÈ¨ÆäÀÌÁöµµ °°ÀÌ ¿¬µ¿ÇÒ ¼ö ÀÖµµ·Ï ÁÖÀÇÇÏ¿©¾ß ÇÕ´Ï´Ù.
MYREMOTECONST.URLS =
{
	//´º½º ¼±ÅÃ (20°³ 1´Ü)
	"ÃÖ½Å±â»ç":"http://news.chosun.com/svc/list_in/list.html"
	, "°æÁ¦":"http://news.chosun.com/economy/"
	, "Á¤Ä¡":"http://news.chosun.com/politics/"
	, "»çÈ¸":"http://news.chosun.com/national/"
	, "±¹Á¦":"http://news.chosun.com/international/"
	, "¹®È­":"http://news.chosun.com/culture/"
	, "»ç¼³/Ä®·³":"http://news.chosun.com/editorials/"
	, "½ºÆ÷Ã÷":"http://spn.chosun.com/sports/"
	, "¾ß±¸":"http://spn.chosun.com/svc/list_in/list.html?catid=11&js_name=baseball"
	, "Ãà±¸":"http://spn.chosun.com/svc/list_in/list.html?catid=16&js_name=soccer"
	, "½ºÆ÷Ã÷Á¾ÇÕ":"http://spn.chosun.com/svc/list_in/list.html?catid=13&js_name=others"
	, "ÇØ¿ÜÅÂ±ØÀü»ç":"http://spn.chosun.com/wplayer/index.html"
	, "¿¬¿¹":"http://spn.chosun.com/ent/"
	, "¿µÈ­":"http://cinema.chosun.com/servlet/cinema.MakeList.DispNowMList?dir=pre/prelist_dir"
	, "Æ÷Åä":"http://photo.chosun.com/"
	, "¸¸Æò":"http://photo.chosun.com/svc/list/cartoon_list.html?catid=5"
	, "µ¿¿µ»ó":"http://video.chosun.com/"
	, "ÀÌ½´":"http://issue.chosun.com/"
	, "Åä·Ð":"http://forum.chosun.com/"
	, "100ÀÚÆò":"http://newsplus.chosun.com/ranking/list.html?site=bbs"
	//ÄÁÅÙÃ÷ ¼±ÅÃ (40°³ 2´Ü)
	, "Ä«Æä":"http://cafe.chosun.com/"
	, "ºí·Î±×":"http://blog.chosun.com/"
	, "Æ÷Ä¿½º":"http://focus.chosun.com/"
	, "´º½ºÇÃ·¯½º":"http://newsplus.chosun.com/"
	, "¸ð´×ÇÃ·¯½º":"http://morningplus.chosun.com/"
	, "·©Å·´º½º":"http://newsplus.chosun.com/ranking/index.html"
	, "Blog´º½º":"http://blog.chosun.com/article.main.screen"
	, "´Ü¹Ì":"http://danmee.chosun.com/"
	, "Çï½º":"http://health.chosun.com/"
	, "Ä«¸®ºä":"http://careview.chosun.com/"
	, "Æ®·¡ºíN":"http://spn.chosun.com/leisure/"
	, "¸®ºä":"http://review.chosun.com/"
	, "ºÏ½º":"http://books.chosun.com/"
	, "¾ÆÆ®N":"http://artn.chosun.com/"
	, "½Ì±ÛN":"http://single.chosun.com/"
	, "ºñÁö´Ï½ºN":"http://businesstv.chosun.com/index.do"
	, "°ñÇÁ":"http://golf.chosun.com/"
	, "ºÕ¾÷ÄÚ¸®¾Æ":"http://boomup.chosun.com/"
	, "°¶·¯¸®":"http://spn.chosun.com/gallery/"
	, "°ÔÀÓ¾÷":"http://gameup.chosun.com/"
	, "¸¸È­":"http://comic.chosun.com/ "
	, "¹«Çù":"http://promurim.chosun.com/main.asp"
	, "¿î¼¼":"http://unse.chosun.com/"
	, "ÇÃ·¡½Ã°ÔÀÓ":"http://flashgame.chosun.com/game_flash/"
	, "¼ºÀÎ¹®ÇÐ°ü":"http://redbook.chosun.com/"
	, "½ºÆ÷Ã÷Á¶¼±":"http://sports.chosun.com/"
	, "À§Å¬¸®Á¶¼± ":"http://weekly.chosun.com/"
	, "¼Ò³âÁ¶¼±ÀÏº¸":"http://kid.chosun.com/"
	, "¿ù°£»ê":"http://san.chosun.com/"
	, "¿ù°£Á¶¼±":"http://monthly.chosun.com/"
	, "¿©¼ºÁ¶¼±":"http://woman.chosun.com/"
	, "ÅéÅ¬·¡½º":"http://topclass.chosun.com/"
	, "ÀÌÄÚ³ë¹ÌÇÃ·¯½º":"http://economyplus.chosun.com/"
	, "À¯¿ë¿øÀÇ ±º»ç":"http://bemil.chosun.com/"
	, "Ãë¾÷Á¤º¸":"http://joba.chosun.com/Text/main.asp"
	, "¿©ÇàÁ¤º¸":"http://travelshop.chosun.com/"
	, "Ã¢¾÷Á¤º¸":"http://m-bizplace.chosun.com/"
	, "¿Â¶óÀÎ¼­Á¡":"http://book.interpark.com/gate/IP3Gateway.do?_method=IP3&biz_cd=TB0008"
	, "ºê·£µåÇÃ·¯½º":"http://brandplus.chosun.com/"
	, "°Ë»öÇÃ·¯½º":"http://search.chosun.com/"
	//ºÎ°¡¼­ºñ½º ¼±ÅÃ (16°³ 1´Ü)
	, "¿À´ÃÀÇ Çìµå¶óÀÎ":"http://srchdb1.chosun.com/headline/"
	, "PDF":"http://srchdb1.chosun.com/pdf/i_service/"
	, "365ÀÌº¥Æ®":"http://365event.chosun.com/"
	, "Á¶¼±ÀÏº¸»ç°í":"http://news.chosun.com/svc/list_in/list.html?catid=71&js_name=sago"
	, "Á¶¼±´åÄÄ¾Ë¸²":"http://news.chosun.com/svc/list_in/list.html?catid=72&js_name=sago"
	, "³¯¾¾":"http://weather.chosun.com/"
	, "ÀÎ¹°Á¤º¸":"http://image.chosun.com/sv/people/200710/people_db_main.html"
	, "±â»çÁ¦º¸":"http://morningplus.chosun.com/etc/jebo/write.html"
	, "º¸µµÀÚ·á":"http://press.chosun.com/"
	, "ºñÁö´Ï½º¼¾ÅÍ":"http://newsplus.chosun.com/partner/index.html"
	, "µ¶ÀÚ±ÇÀÍÀ§¿øÈ¸":"http://www.chosun.com/ombudsman/"
	, "RSS":"http://rssplus.chosun.com/"
	, "U21±Û·Î¹ú":"http://u21global.chosun.com/"
	, "±³À°¼¾ÅÍ":"http://academy.chosun.com/"
	, "ITÀçÆÒ":"http://itjapan.chosun.com/"	
	, "Ä³³ª´Ù¾îÇÐ¿ø":"http://www.studyenglish.or.kr/main/index.asp"
};



// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

document.write(" \
<style type=text/css> \
.remote_txt { text-decoration:none; color:#333333; font-size:11px; font-family: 'Dotum', 'µ¸¿ò'; letter-spacing:-1px; line-height: 17px;} \
.remote_txt a:link { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:visited { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:active { text-decoration:none; color:#333333; font-size:11px; } \
.remote_txt a:hover { text-decoration:underline; color:#333333; font-size:11px; } \
</style> \
");

document.write(" \
	<div id='MiniRemote' style='position:absolute; bottom:-1px; right:-93px; width:93px'> \
	<a style='cursor:pointer' onmouseover='Remote_mopen(1);' onmouseout='Remote_mclosetime();'><img src='http://image.chosun.com/cs/myhome/floater_button01small.gif' border='0'></a> \
	</div> \
");

var _stmnGAP = 10;
var _stmnBASE = 100;
var _stmnBTTM = 120;
var	MiniRemote = document.getElementById("MiniRemote");


//TOP
function RefreshMiniRemote() {
	var _stmnStartPoint, _stmnEndPoint, _stmnRefreshTimer;

	_stmnStartPoint = parseInt(MiniRemote.style.top, 10);
	_stmnEndPoint = document.body.scrollTop + _stmnGAP;

	if(_stmnEndPoint < _stmnBASE) _stmnEndPoint = _stmnBASE;
	
	
	if(_stmnStartPoint != _stmnEndPoint && _stmnEndPoint <= (document.body.scrollHeight - _stmnBTTM)) {
		_stmnScrollAmount = Math.ceil(Math.abs(_stmnEndPoint - _stmnStartPoint) / 15);
		MiniRemote.style.top = parseInt(MiniRemote.style.top, 10) + ((_stmnEndPoint<_stmnStartPoint) ? -_stmnScrollAmount : _stmnScrollAmount);
	}
}

function InitializeMiniRemote() {
	if(_stmnBASE <= 0) _stmnBASE = 915;
	MiniRemote.style.top = _stmnBASE;
	RefreshMiniRemote();
}

InitializeMiniRemote();

//¹öÆ° ·Ñ¿À¹ö, ·Ñ¾Æ¿ô

var Remote_TimeOut         = 300;
var Remote_currentLayer    = null;
var Remote_currentitem     = null;

var Remote_currentLayerNum = 0;
var Remote_noClose         = 0;
var Remote_closeTimer      = null;

// Open Hidden Layer
function Remote_mopen(n)
{
    var l  = document.getElementById("Remote_event");
    var mm = document.getElementById("contentButtonArea");
    
    if(l)
    {
		Remote_mcancelclosetime();
		if ( document.getElementById("MiniRemote").offsetTop != undefined )
			l.style.top = document.getElementById("MiniRemote").offsetTop + "px";
		l.style.visibility='visible';
		
		if(Remote_currentLayer && (Remote_currentLayerNum != n))
			Remote_currentLayer.style.visibility='hidden';
		
		Remote_currentLayer = l;
		Remote_currentitem = mm;
		Remote_currentLayerNum = n;            
	}
    else if(Remote_currentLayer)
    {
        Remote_currentLayer.style.visibility='hidden';
        Remote_currentLayerNum = 0;
        Remote_currentitem = null;
        Remote_currentLayer = null;
    }
}

// Turn On Close Timer
function Remote_mclosetime()
{
    Remote_closeTimer = window.setTimeout(Remote_mclose, Remote_TimeOut);
}

// Cancel Close Timer
function Remote_mcancelclosetime()
{
    if(Remote_closeTimer)
    {
        window.clearTimeout(Remote_closeTimer);
        Remote_closeTimer = null;
    }
}

// Close Showed Layer
function Remote_mclose()
{
    if(Remote_currentLayer && Remote_noClose!=1)
    {
        Remote_currentLayer.style.visibility='hidden';
        Remote_currentLayerNum = 0;
        Remote_currentLayer = null;
        Remote_currentitem = null;
    }
    else
    {
        Remote_noClose = 0;
    }

    Remote_currentLayer = null;
    Remote_currentitem = null;
}

// Close Layer Then Click-out
document.onclick = Remote_mclose; 

document.write("\
	<div id=\"Remote_event\" onmouseover=\"Remote_mcancelclosetime()\" onmouseout=\"Remote_mclosetime();\" align=right style=\"visibility: hidden; position: absolute; z-index: 10; right:-98px;top:98px;\"> \
	<a onClick='javascript:MYREMOTEAPI.open()' style='cursor:hand'><img src=http://image.chosun.com/cs/myhome/remote_btn01_1.gif></a> \
	</div> \
");

document.write("\
<style type=text/css> \
#myremote { position:absolute; right:-98px; top:98px; padding:0px; width:98px; text-align:right; display:none; background-color:#ffffff;} \
#myremote_blank { float:left; width:10px;} \
#myremote_mini { float:right; width:88px;} \
</style> \
");

document.write("\
<div id='myremote'> \
<div id='myremote_blank'></div> \
<div id='myremote_mini'> \
<table width='88' cellpadding='0' cellspacing='0' border='0'> \
<tr> \
	<td colspan='3' width='88'><img src='http://image.chosun.com/cs/myhome/remote_btn02.gif' onClick='javascript:if(document.getElementById(\"myremote\")!=null) document.getElementById(\"myremote\").style.display=\"none\"' style ='cursor:pointer;'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td width='80'><a href='http://myhome.chosun.com/'><img src='http://image.chosun.com/cs/myhome/myhome_go.gif' /></a></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif' height='3'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='3'></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif' height='3'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td> \
		<table width='80' cellpadding='0' cellspacing='0'> \
			<tr> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge1.gif' /></td> \
				<td colspan='3' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP1.gif'></td> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge2.gif' /></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
				<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://m100.chosun.com/svc/guest/user/myBbs.html' target='_blank'>³» 100ÀÚÆò</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://newsplus.chosun.com/scrap/index.html' target='_blank'>³» ½ºÅ©·¦</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='http://forum.chosun.com/mybbs.jsp' target='_blank'>³» Åä·Ð¹æ</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
						<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=modletter&site=chosun&letter=1' target='_blank'>´º½º·¹ÅÍ¼³Á¤</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7L.gif' /></td> \
					<td height='21' width='66' background='http://image.chosun.com/cs/myhome/floater_button2-7BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=modletter&site=chosun&letter=1' target='_blank'>³» ±¸µ¶Á¤º¸</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button2-7R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td colspan='3'><img src='http://image.chosun.com/cs/myhome/floater_deviderline.gif'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL1.gif'></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button08L.gif' /></td> \
				<td height='20' width='66' background='http://image.chosun.com/cs/myhome/floater_button08BG.gif' class='remote_txt' style='letter-spacing:-1px' align='center'><a href='https://membership.chosun.com/join/registUser.jsp?act=myindex&site=chosun' target='_blank'>È¸¿øÁ¤º¸¼öÁ¤</a></td> \
				<td width='2' valign='top'><img src='http://image.chosun.com/cs/myhome/floater_button08R.gif' /></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR1.gif'></td> \
			</tr> \
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge3.gif'></td> \
				<td colspan='3'><img src='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN1.gif'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge4.gif'></td> \
			</tr> \
		</table> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
	<td> \
	<div id='__myremote_link_tr' name='__myremote_link_tr'> \
		<table width='80' cellpadding='0' cellspacing='0'> \
			<tr> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%' height='5'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
			</tr> \
			<tr> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge01.gif'/></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGUP.gif'></td> \
				<td><img src='http://image.chosun.com/cs/myhome/floater_buttonEdge02.gif'/></td> \
			</tr> \
");

try
{
	var	links = MYREMOTEAPI.loadLink();
	for ( var i = 0; i < links.length; i++ )
	{
		document.write("\
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGL.gif'></td> \
				<td height='21' class='remote_txt' background='http://image.chosun.com/cs/myhome/floater_row3-BG.gif' align='center' valign='top'> \
		");
				
		document.write("<a href='" + MYREMOTEAPI.getUrl(links[i]) + "'>" + links[i] + "</a></td>");
				
		document.write("\
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGR.gif'></td> \
			</tr> \
		");
	}
}
catch(e)
{
}

document.write("\
			<tr> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge03.gif'></td> \
				<td background='http://image.chosun.com/cs/myhome/floater_buttonEdgeBGDN.gif' width='100%' height='5'></td> \
				<td width='4' background='http://image.chosun.com/cs/myhome/floater_buttonEdge04.gif'></td> \
			</tr> \
		</table> \
	</div> \
	</td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGLR.gif'></td> \
</tr> \
<tr> \
	<td><img src='http://image.chosun.com/cs/myhome/floater_edge04.gif' width='4'/></td> \
	<td background='http://image.chosun.com/cs/myhome/floater_edgeBGUD.gif' width='100%'></td> \
	<td><img src='http://image.chosun.com/cs/myhome/floater_edge03.gif' width='4'/></td> \
</tr> \
</table> \
</div> \
</div> \
");




document.write("\
</div> \
</td> \
<td>&nbsp;</td> \
</tr> \
</table> \
");