var KD_URL = "http://www.koreadaily.com";

var stateCodeList = new Array(); 
var stateNameList = new Array();
stateCodeList = ['AL','AK','AZ','AR','CA','CO','CT','DE','DC','FL','GA','HI','ID','IL','IN','IA','KS','KY','LA','ME','MD','MA','MI','MN','MS','MO','MT','NE','NV','NH','NJ','NM','NY','NC','ND','OH','OK','OR','PA','RI','SC','SD','TN','TX','UT','VT','VA','WA','WV','WI','WY','KO','ET']
stateNameList = ['Alabama','Alaska','Arizona','Arkansas','California','Colorado','Connecticut','Delaware','District of Columbia','Florida','Georgia','Hawaii','Idaho','Illinois','Indiana','Iowa','Kansas','Kentucky','Louisiana','Maine','Maryland','Massachusetts','Michigan','Minnesota','Mississippi','Missouri','Montana','Nebraska','Nevada','New Hampshire','New Jersey','New Mexico','New York','North Carolina','North Dakota','Ohio','Oklahoma','Oregon','Pennsylvania','Rhode Island','South Carolina','South Dakota','Tennessee','Texas','Utah','Vermont','Virginia','Washington','West Virginia','Wisconsin','Wyoming','ÇÑ±¹','±âÅ¸'];

function setStateList(objID,select){
	if(select==null) select = "";
	for(i=0;i<stateCodeList.length;i++){
	AddOption(objID,stateCodeList[i],stateNameList[i]);
	}
	SetSelectOption(objID,select);
}
function setStateListUSOnly(objID,select){
	if(select==null) select = "";
	for(i=0;i<stateCodeList.length;i++){
		//add the value if only alphanumeric value - Korean character excluded
		if(IsAlphanumeric(stateNameList[i]))
			AddOption(objID,stateCodeList[i],stateNameList[i]);
	}
	SetSelectOption(objID,select);
}

//alphanumeric check
function IsAlphanumeric(text) {   
    if ( /[^A-Za-z0-9 ]/.test(text) ) { 
        return false;
    }
	return true;
}
function PrintState(sta_code){
	for(i=0;i<stateCodeList.length;i++){
		if(stateCodeList[i]==sta_code){
			document.write(stateNameList[i]);
			break;
		}
	}
}

// »ó´Ü ´ëºÐ·ù ¸Þ´º[ÄÚµå(0), ¸Þ´º¸í(1), ¸µÅ©(2), TOP·Î°íÀÌ¹ÌÁö(3), [¼­ºê¸Þ´º¹è¿­](4)]
var arrMenu = [
	["NEWS","´º½º", KD_URL ,"http://img.koreadaily.com/koreadaily/top_news.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration", KD_URL + "/news/list.asp?category=emigration\" onMouseOver=\"ViewMenuDetail('emigration');",
				[
					["ÀüÃ¼´º½º", KD_URL + "/news/list.asp?category=emigration"],
					["ÀÏ¹Ý", KD_URL + "/news/list.asp?category=emigration.general"],
					["½Ã¹Î±Ç", KD_URL + "/news/list.asp?category=emigration.citizenship"],
					["ÀÌ¹Î¡¤ºñÀÚ", KD_URL + "/news/list.asp?category=emigration.visanemigration"]
				]
			],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money", KD_URL + "/news/list.asp?category=money\" onMouseOver=\"ViewMenuDetail('money');",
				[
					["ÀüÃ¼´º½º", KD_URL + "/news/list.asp?category=money"],
					["ÀÏ¹Ý", KD_URL + "/news/list.asp?category=money.general"],
					["ºÎµ¿»ê", KD_URL + "/news/list.asp?category=money.estate"],
					["ÀçÅ×Å©", KD_URL + "/news/list.asp?category=money.money"]
				]
			],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?category=economy\" onMouseOver=\"ViewMenuDetail('economy');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=economy"],
					["ÀÏ¹Ý",KD_URL + "/news/list.asp?category=economy.general"],
					["ºñÁö´Ï½º¡¤±â¾÷",KD_URL + "/news/list.asp?category=economy.business"],
					["ÀÚµ¿Â÷",KD_URL + "/news/list.asp?category=economy.auto"],
					["»ýÈ°°æÁ¦¡¤¼ÒºñÀÚ",KD_URL + "/news/list.asp?category=economy.consumer"],
					["IT¡¤Å×Å©",KD_URL + "/news/list.asp?category=economy.technology"],
					["±ÝÀ¶¡¤Áõ±Ç¡¤º¸Çè¡¤¼¼±Ý",KD_URL + "/news/list.asp?category=economy.finance"]
				]
			],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?category=society\" onMouseOver=\"ViewMenuDetail('society');",
				[
					["ÀüÃ¼´º½º", KD_URL + "/news/list.asp?category=society"],
					["ÀÏ¹Ý", KD_URL + "/news/list.asp?category=society.general"],
					["»ç°Ç¡¤»ç°í", KD_URL + "/news/list.asp?category=society.accidents"],
					["Á¤Ä¡", KD_URL + "/news/list.asp?category=society.politics"],
					["»ç¶÷¡¤Ä¿¹Â´ÏÆ¼", KD_URL + "/news/list.asp?category=society.people"],
					["Æ®·»µå", KD_URL + "/news/list.asp?category=society.trend"]
				]
			],
			["±³À°","education",KD_URL + "/news/list.asp?category=education\" onMouseOver=\"ViewMenuDetail('education');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=education"],
					["ÀÏ¹Ý",KD_URL + "/news/list.asp?category=education.general"],
					["À¯¾Æ",KD_URL + "/news/list.asp?category=education.baby"],
					["ÃÊÁß°í",KD_URL + "/news/list.asp?category=education.school"],
					["´ëÇÐ",KD_URL + "/news/list.asp?category=education.university"],
					["¼ºÀÎ±³À°",KD_URL + "/news/list.asp?category=education.adult"]
				]			
			],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?category=entertainment\" onMouseOver=\"ViewMenuDetail('entertainment');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=entertainment"],
					["ÀÏ¹Ý",KD_URL + "/news/list.asp?category=entertainment.general"],
					["¹æ¼Û¡¤¿¬¿¹",KD_URL + "/news/list.asp?category=entertainment.entertainment"],
					["¾ß±¸",KD_URL + "/news/list.asp?category=entertainment.baseball"],
					["³ó±¸",KD_URL + "/news/list.asp?category=entertainment.basketball"],
					["Ç²º¼",KD_URL + "/news/list.asp?category=entertainment.football"],
					["°ñÇÁ",KD_URL + "/news/list.asp?category=entertainment.golf"],
					["Ãà±¸",KD_URL + "/news/list.asp?category=entertainment.soccer"],
					["½ºÆ÷Ã÷±âÅ¸",KD_URL + "/news/list.asp?category=entertainment.others"]
				]			
			],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?category=lifenleisure\" onMouseOver=\"ViewMenuDetail('lifenleisure');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=lifenleisure"],
					["ÀÏ¹Ý",KD_URL + "/news/list.asp?category=lifenleisure.general"],
					["¹®È­¡¤¿¹¼ú",KD_URL + "/news/list.asp?category=lifenleisure.culture"],
					["°Ç°­",KD_URL + "/news/list.asp?category=lifenleisure.health"],
					["¿µÈ­",KD_URL + "/news/list.asp?category=lifenleisure.movie"],
					["Á¾±³",KD_URL + "/news/list.asp?category=lifenleisure.religion"],
					["¸®ºù¡¤½ºÅ¸ÀÏ",KD_URL + "/news/list.asp?category=lifenleisure.livingnstyle"],
					["¿©Çà/Ãë¹Ì",KD_URL + "/news/list.asp?category=lifenleisure.travelnhobby"]
				]			
			],
			["±¹Á¦","world",KD_URL + "/news/list.asp?category=world\" onMouseOver=\"ViewMenuDetail('world');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=world"],
					["ÀÏ¹Ý",KD_URL + "/news/list.asp?category=world.general"],
					["¾ÆÇÁ¸®Ä«",KD_URL + "/news/list.asp?category=world.africa"],
					["³²¹Ì¡¤Ä³³ª´Ù",KD_URL + "/news/list.asp?category=world.america"],
					["À¯·´",KD_URL + "/news/list.asp?category=world.europe"],
					["¾Æ½Ã¾Æ",KD_URL + "/news/list.asp?category=world.asia"]
				]
			],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?category=opinion\" onMouseOver=\"ViewMenuDetail('opinion');",
				[
					["ÀüÃ¼´º½º",KD_URL + "/news/list.asp?category=opinion"],
					["»ç¼³&Ä®·³",KD_URL + "/news/list.asp?category=opinion.editorial"],
					["¿ÜºÎ ±â°í Ä®·³",KD_URL + "/news/list.asp?category=opinion.outercolumn"]
				]			
			]
		]
	],
	["RADIO","¶óµð¿À",KD_URL + "/radio/","http://img.koreadaily.com/koreadaily/top_RADIO.gif",
		[
			["<span style='padding-left:25px'></span>"],
			["¹æ¼ÛÈ¨","radio",KD_URL + "/radio/"],
			["Æí¼ºÇ¥","radio",KD_URL + "/radio/schedule_LA.asp"],
			["Ã»ÃëÀÚ°Ô½ÃÆÇ","radio","http://board.koreadaily.com/list.asp?bbs_id=188"]
		]
	],
	["QNA","USA Q&A", KD_URL + "/qna/ask/ask_list.asp","http://img.koreadaily.com/koreadaily/top_QNA.gif",
		[
			["<span style='padding-left:20px'></span>"],
			["ASK¹Ì±¹ È¨","ask",KD_URL + "/qna/ask/ask_list.asp"],
			["Àü¹®°¡»ó´ã¹é°ú","consultdic",KD_URL + "/qna/consultdic/cdi_list.asp"],
			["ÀÌ¹Î»ýÈ°»çÀü","dic",KD_URL + "/qna/dic/dic_list.asp"],
			["Àü¹®°¡ ¼Ò°³","introduce",KD_URL + "/qna/ask/ask_introduce.html"]
		]
	],
	["BLOG","ºí·Î±×","http://blog.koreadaily.com","http://img.koreadaily.com/koreadaily/top_BLOG.gif",
		[
			["<span style='padding-left:160px'></span>"],
			["ºí·Î±× È¨","home","http://blog.koreadaily.com"],
			["J-ºí·Î±×","btypeA","http://blog.koreadaily.com/list/post_list.asp?med_type=A"],
			//["J-Åë½Å¿ø","btypeM","http://blog.koreadaily.com/list/post_list.asp?med_type=M"],
			["±âÀÚºí·Î±×","btypeR","http://blog.koreadaily.com/list/post_list.asp?med_type=R"]
		]	
	],
	["GALLERY","°¶·¯¸®",KD_URL + "/etc/gallery/","http://img.koreadaily.com/koreadaily/top_GALLERY.gif",
		[
			["<span style='padding-left:525px'></span>"],
			["°¶·¯¸®","gallery",KD_URL + "/etc/gallery/"],
			["Æ÷Åä´º½º","photonews",KD_URL + "/news/list.asp?photonews=Y"]
		]	
	],
	["VIDEO","ºñµð¿À",KD_URL + "/video/","http://img.koreadaily.com/koreadaily/top_VIDEO.gif",
		[
			["<span style='padding-left:411px'></span>"],
			["´º½º","news",KD_URL + "/video/video_list.asp?cat_code=jnews"],
			["¸®ºù/½ºÅ¸ÀÏ","style",KD_URL + "/video/video_list.asp?cat_code=style"],
			["°ñÇÁ·¹½¼","golf",KD_URL + "/video/video_list.asp?cat_code=golf"],
			["Á¾±³/¼³±³","religion",KD_URL + "/video/church_list.asp"]
		]	
	],
	["MARKET","ÇÑÀÎÀåÅÍ",KD_URL +"/market/","http://img.koreadaily.com/koreadaily/top_MARKET.gif",
		[
			["<span style='padding-left:15px'></span>"],
			["ºÎµ¿»ê¸Å¸Å","market",KD_URL +"/market/list.asp?knd_code=realsale"],
			["ÇÖµô","sale",KD_URL +"/market/list.asp?knd_code=sale"],
			["ÀÚµ¿Â÷","car",KD_URL +"/market/list.asp?knd_code=car"],
			["Áß°í¹°Ç°","market",KD_URL +"/market/list.asp?knd_code=used"],
			["Ã¤¿ëÁ¤º¸","recpeople",KD_URL +"/market/list.asp?knd_code=recruit"],
			["Çà»ç/¸ðÀÓ¾È³»","market",KD_URL +"/market/list.asp?knd_code=event"],
			["°ø¹«¿ø Ã¤¿ëÁ¤º¸","government",KD_URL +"/market/list.asp?knd_code=government"],
			["·»Æ®¤ý¸®½º","rent",KD_URL +"/market/list.asp?knd_code=rent"]
		]
	],
	["CLASSIFIED","¾È³»±¤°í",KD_URL + "/market/","http://img.koreadaily.com/koreadaily/top_CLASSIFIED.gif",
		[
			["<span style='padding-left:230px'></span>"],
			["LA","la","http://ktown.koreadaily.com/la/"],
			["´º¿å","ny","http://ktown.koreadaily.com/ny/"],
			["½ÃÄ«°í","chi","http://ktown.koreadaily.com/chi/"],
			["»÷ÇÁ¶õ½Ã½ºÄÚ","sf","http://ktown.koreadaily.com/sf/"],
			["¿ö½ÌÅÏ DC","dc","http://ktown.koreadaily.com/dc/"],
			["¾ÆÆ²¶õÅ¸","at","http://ktown.koreadaily.com/at/"]
		]
	],
	["ACADEMY","Áß¾Ó¹®È­¼¾ÅÍ",KD_URL + "/academy/","http://img.koreadaily.com/koreadaily/top_ACADEMY.gif",
		[
			
		]	
	],
	["TICKET","Æ¼ÄÏ¼¾ÅÍ",KD_URL + "/etc/ticket","http://img.koreadaily.com/koreadaily/top_TICKET.gif",
		[
			
		]	
	],
	["LA","LAÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=LA","http://img.koreadaily.com/koreadaily/top_LA.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=LA"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=LA&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=LA&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=LA&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=LA&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=LA&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=LA&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=LA&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=LA&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=LA&category=opinion"]
		]	
	],
	["NY","NYÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=NY","http://img.koreadaily.com/koreadaily/top_NY.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=NY"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=NY&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=NY&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=NY&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=NY&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=NY&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=NY&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=NY&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=NY&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=NY&category=opinion"]
		]	
	],
	["SF","»÷ÇÁ¶õ½Ã½ºÄÚÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SF","http://img.koreadaily.com/koreadaily/top_SF.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=SF"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=SF&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=SF&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=SF&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=SF&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=SF&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=SF&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=SF&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=SF&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=SF&category=opinion"]
		]	
	],
	["CH","½ÃÄ«°íÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=CH","http://img.koreadaily.com/koreadaily/top_CH.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=CH"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=CH&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=CH&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=CH&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=CH&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=CH&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=CH&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=CH&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=CH&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=CH&category=opinion"]
		]
	],
	["DC","¿ö½ÌÅÏÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DC","http://img.koreadaily.com/koreadaily/top_DC.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=DC"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=DC&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=DC&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=DC&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=DC&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=DC&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=DC&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=DC&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=DC&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=DC&category=opinion"]
		]
	],
	["AT","¾ÆÆ²¶õÅ¸Áß¾ÓÀÏº¸",KD_URL + "/index.html?branch=AT","http://img.koreadaily.com/koreadaily/top_AT.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=AT"],
			["ÀÌ¹Î ¡¤ ºñÀÚ","emigration",KD_URL + "/news/list.asp?branch=AT&category=emigration"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=AT&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=AT&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=AT&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=AT&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=AT&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=AT&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=AT&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=AT&category=opinion"]
		]
	],
	/*
	["HI","ÇÏ¿ÍÀÌÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=HI","http://img.koreadaily.com/koreadaily/top_HI.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=HI"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=HI&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=HI&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=HI&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=HI&category=education"],
			["½ºÆ÷Ã÷ ¡¤ ¿¬¿¹","entertainment",KD_URL + "/news/list.asp?branch=HI&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=HI&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=HI&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=HI&category=opinion"]
		]
	],
	*/
	["SE","½Ã¾ÖÆ²Áß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SE","http://img.koreadaily.com/koreadaily/top_SE.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=SE"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=SE&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=SE&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=SE&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=SE&category=education"],
			["½ºÆ÷Ã÷","entertainment",KD_URL + "/news/list.asp?branch=SE&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=SE&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=SE&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=SE&category=opinion"]
		]
	],
	["DE","µ§¹öÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DE","http://img.koreadaily.com/koreadaily/top_DE.gif",
		[
			[],
			["ÃÖ½Å±â»ç","home",KD_URL + "/news/list.asp?branch=DE"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=DE&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=DE&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=DE&category=society"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=DE&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=DE&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=DE&category=opinion"]
		]
	],
	["DA","´Þ¶ó½ºÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DA","http://img.koreadaily.com/koreadaily/top_DA.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=DA"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=DA&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=DA&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=DA&category=society"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=DA&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=DA&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=DA&category=opinion"]
		]
	],
	["TO","Åä·ÐÅäÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=TO","http://img.koreadaily.com/koreadaily/top_TO.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=TO"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=TO&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=TO&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=TO&category=society"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=TO&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=TO&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=TO&category=opinion"]
		]
	],
	["VA","¹êÄí¹öÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=VA","http://img.koreadaily.com/koreadaily/top_VA.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=VA"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=VA&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=VA&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=VA&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=VA&category=education"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=VA&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=VA&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=VA&category=opinion"]
		]
	],
	["SD","»÷µð¿¡ÀÌ°íÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SD","http://img.koreadaily.com/koreadaily/top_SD.gif",
		[
			[],
			["ÃÖ½Å±â»ç","list",KD_URL + "/news/list.asp?branch=SD"],
			["ºÎµ¿»ê ¡¤ ¸Ó´Ï","money",KD_URL + "/news/list.asp?branch=SD&category=money"],
			["°æÁ¦ ¡¤ IT","economy",KD_URL + "/news/list.asp?branch=SD&category=economy"],
			["»çÈ¸ ¡¤ Á¤Ä¡","society",KD_URL + "/news/list.asp?branch=SD&category=society"],
			["±³À°","education",KD_URL + "/news/list.asp?branch=SD&category=education"],
			["½ºÆ÷Ã÷","entertainment",KD_URL + "/news/list.asp?branch=SD&category=entertainment"],
			["¶óÀÌÇÁ ¡¤ ·¹Àú","lifenleisure",KD_URL + "/news/list.asp?branch=SD&category=lifenleisure"],
			["±¹Á¦","world",KD_URL + "/news/list.asp?branch=SD&category=world"],
			["¿ÀÇÇ´Ï¾ð","opinion",KD_URL + "/news/list.asp?branch=SD&category=opinion"]
		]
	]
]


var menu = new Hashtable();
for(i=0;i<arrMenu.length;i++){
	menu.add(arrMenu[i][0],arrMenu[i]);
}

//----------------------------------------------------------------------------------------------------------------------

// top ·Î°í ÀÌ¹ÌÁö ¼³Á¤
function PrintTopLogo(){	
	if(typeof MNU_CODE=="undefined") MNU_CODE="NEWS|";
	var obj = menu.get(MNU_CODE.split("|")[0]);
	document.write("<a href=\""+ obj[2] +"\" onFocus='this.blur();'><img src=\""+ obj[3] +"\" id='imgTopLogo' border=\"0\" usemap='#mapTopLogo'></a>");

	
	var PageCode = MNU_CODE.split("|")[0];
	document.write("<map name='mapTopLogo' id='mapTopLogo'>")
	switch(PageCode){

		case 'QNA': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='233,18,370,65' href='"+ KD_URL + "/qna/ask/ask_list.asp'>");
			break;
		case 'BLOG': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='233,18,370,65' href='http://blog.koreadaily.com'>");
			break;
		case 'GALLERY': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,350,65' href='"+ KD_URL + "/etc/gallery/'>");
			break;
		case 'VIDEO': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,350,65' href='"+ KD_URL + "/video/'>");
			break;
		case 'TICKET': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,350,65' href='"+ KD_URL + "/etc/ticket/'>");
			break;
		case 'ACADEMY': 
			document.write("<area shape='rect' coords='118,10,270,26' href='"+ KD_URL + "'><area shape='rect' coords='117,28,347,63' href='"+ KD_URL + "/academy/'>");
			break;
		case 'MARKET': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/market/'>");
			break;
		case 'LA': 
			document.write("<area shape='rect' coords='10,18,170,65' href='"+ KD_URL + "'><area shape='rect' coords='165,18,420,65' href='"+ KD_URL + "/index.html?branch=LA'>");
			break;
		case 'NY': 
			document.write("<area shape='rect' coords='10,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='165,18,370,65' href='"+ KD_URL + "/index.html?branch=NY'>");
			break;
		case 'DC': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=DC'>");			  
			break;
		case 'CH': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=CH'>");  
			break;
		case 'SF': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=SF'>");
			break;
		case 'AT': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=AT'>");  
			break;
		/*
		case 'HI': 
			document.write("<area shape='rect' coords='55,14,173,53' href='"+ KD_URL + "/index.html?branch=HI'><area shape='rect' coords='176,18,275,50' href='"+ KD_URL + "'><area shape='rect' coords='317,18,417,50' href='"+ KD_URL + "/'>");  
			break;
		*/
		/*
		case 'RADIO': 
			document.write("<area shape='rect' coords='37,13,157,56' href='"+ KD_URL + "'><area shape='rect' coords='193,13,312,57' href='"+ KD_URL + "/radio/'><area shape='rect' coords='319,13,426,57' href='"+ KD_URL + "/radio/'>");
			break;
		*/
		case 'DE': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=DE'>");  
			break;
		case 'DA': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=DA'>");  
			break;
		case 'VA': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=VA'>");  
			break;
		case 'TO': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=TO'>");  
			break;
		case 'SE': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=SE'>");  
			break;
		case 'SD': 
			document.write("<area shape='rect' coords='100,18,210,65' href='"+ KD_URL + "'><area shape='rect' coords='225,18,370,65' href='"+ KD_URL + "/index.html?branch=SD'>");  
			break;
		default:
			document.write("<area shape='rect' coords='100,18,350,65' href='"+ KD_URL + "'>");
	}
	document.write("</map>");
	
}





// ¼­ºê¸Þ´º ¼³Á¤
var tabOnImg = null;
var activeSubMnu = null;
function SetSubMenu(cat){
	if(cat==null || cat=="") cat = MNU_CODE.split("|")[0];	

	if(cat=="ACADEMY" || cat=="TICKET") cat="NEWS";  // ¹®È­¼¾ÅÍ´Â ±×³É ´º½º UI	

	if(cat=="HOME" || cat=="NEWS" || cat=="LA" || cat=="NY" || cat=="SF" || cat=="DC" || cat=="CH" || cat=="AT" || cat=="DA" || cat=="DE" || cat=="SE" || cat=="VA" || cat=="TO" || cat=="HI" || cat=="SD"){ 
		tabImgName = "NEWS";
	}else
		tabImgName = cat;

	var obj = menu.get(cat);

	// tab ÀÌ¹ÌÁö º¯°æ
	if(tabOnImg!=null) tabOnImg.setAttribute("src",tabOnImg.getAttribute("src").replaceAll("_on.gif","_off.gif"));
	if($("imgTab_"+ tabImgName)!=null){
		$("imgTab_"+ tabImgName).setAttribute("src",$("imgTab_"+ tabImgName).getAttribute("src").replaceAll("_off.gif","_on.gif"));
		tabOnImg = $("imgTab_"+ tabImgName);
	}

	var subMenuLayer = $("submenu").select("span[class="+ cat +"]");
	if(subMenuLayer.length>0){	// ¸ÞÀÎ È¨ÀÏ °æ¿ì		
		if(activeSubMnu!=null) activeSubMnu.hide();

		// °¢ Áö»ç ´º½º¸Þ´º ±¸¼º
		if(cat=="NEWS"){			
			cat = MNU_CODE.split("|")[0];
			if(cat=="HOME") cat="LA";
			var obj = menu.get(cat);
			if(obj!=null){
				var tmp = obj[4][0]; // ¹è¿­ Ã¹¹øÂ°´Â ¾Õ °ø¹é
				for(i=1;i<obj[4].length;i++)
					tmp += "<img src=\"http://img.koreadaily.com/koreadaily/dot1.gif\" width=\"11\" height=\"11\"><a href=\""+ obj[4][i][2] +"\"><font id=\"submnu_"+ obj[4][i][1] +"\" color=\"325676\" class=\"mt2\">"+ obj[4][i][0] +"</font></a>\n";				
				subMenuLayer[0].update(tmp);
				$('sublayermenu').hide();
			}
		}		

		subMenuLayer[0].show();
		activeSubMnu = subMenuLayer[0];
	}else{
		$("submenu").update(''); // ÃÊ±âÈ­

		if(cat=="NEWS"){
			cat = MNU_CODE.split("|")[0];
			if(cat=="LA" || cat=="NY" || cat=="SF" || cat=="DC" || cat=="CH" || cat=="AT" || cat=="DA" || cat=="DE" || cat=="SE" || cat=="VA" || cat=="TO" || cat=="HI" || cat=="SD"){ 
				obj = menu.get(cat);
			}
		}

		if(obj!=null){
			// ¸Þ´º¸®½ºÆ®
			var tmp = obj[4][0]; // ¹è¿­ Ã¹¹øÂ°´Â ¾Õ °ø¹é
			for(i=1;i<obj[4].length;i++)
				tmp += "<img src=\"http://img.koreadaily.com/koreadaily/dot1.gif\" width=\"11\" height=\"11\"><a href=\""+ obj[4][i][2] +"\"><font id=\"submnu_"+ obj[4][i][1] +"\" color=\"325676\" class=\"mt2\">"+ obj[4][i][0] +"</font></a>\n";
			
			$("submenu").update(tmp);
			$('sublayermenu').hide();
		}
	}
}
//---------------------------------------------------------------------------



//---------------------------------------------------------------------------
// sub ·¹ÀÌ¾î »ó¼¼¸Þ´º
document.write("<div id='sublayermenu' style='position:absolute;display:none;'></div>");
function ViewMenuDetail(objid){
	$('sublayermenu').update('');
	getAjaxPage(KD_URL +"/_ui/menu/submnulayer_"+ objid + ".html", "sublayermenu", showSubLayerMenu(objid));
	showSubLayerMenu(objid);
}

function showSubLayerMenu(id){
	displayLayer("sublayermenu","submnu_"+ id,-11,-19);	
}

var mnuHideTimer = -1;
function toggleSubMenu(flag){
	if(flag){
		if(mnuHideTimer>0) clearTimeout(mnuHideTimer);
	}else{	
		mnuHideTimer = setTimeout("hideSubLayerMenu()",50);		
	}
}

function hideSubLayerMenu(){
	$('sublayermenu').hide();
}
//---------------------------------------------------------------------------



//---------------------------------------------------------------------------
// ¹è³Ê±¤°í(ÅØ½ºÆ®±¤°í´Â ÅëÇÕ,Áö¿ªº°·Î¸¸ Ã³¸®ÇØ¾ß ÇÔ)
function showAd(adtype){
	if(typeof MNU_CODE=="undefined") MNU_CODE="NEWS|";
	var obj = menu.get(MNU_CODE.split("|")[0]);
	region = obj[0];


	// ¶óµð¿À, Q&A, ºí·Î±×, Æ÷·³, °¶·¯¸®, ºñµð¿À´Â ÅëÇÕ NEWS ±¤°í¸¦ µû¶ó°¨
	if(region=="RADIO" || region=="QNA" || region=="BLOG" || region=="FORUM" || region=="GALLERY" || region=="VIDEO" || region=="ACADEMY" || region=="TICKET" || region=="MARKET")
		region = "NEWS";
	
	if(MNU_CODE.indexOf("|emigration")>0){ // ÀÓ½Ã·Î ÀÌ¹Î/ºñÀÚ´Â ¼½¼Çº° ±¤°í·Î ³»º¸³¿
		region = "NEWS";
		var tmp = MNU_CODE.split("|")[1];
		section = tmp.split(".")[0]; // ´ëºÐ·ù
		if(section=="") section = "default";
	}else if(region!="NEWS") // ´º½º°¡ ¾Æ´Ò°æ¿ì Áö¿ªº° default ¼½¼Ç 
		section="default";
	else{
		if(MNU_CODE.split("|")[0]=="NEWS"){
			var tmp = MNU_CODE.split("|")[1];
			section = tmp.split(".")[0]; // ´º½ºÄ«Å×°í¸®´Â ´ëºÐ·ù±îÁö¸¸ ±¤°í
			if(section=="") section = "default";
		}else
			section = "default";
	}

	var ad_file = "ad_"+ adtype +"_"+ region  +"_"+ section;
	if(adtype=="728x93"){
		document.write ("<div id='div_adtop_slideup'>"+
			"<table width='970' border='0' align='center' cellpadding='0' cellspacing='0' background='http://img.koreadaily.com/koreadaily/tb17.gif'>"+
			"<tr>"+
			"	<td width='6'><img src='http://img.koreadaily.com/koreadaily/tb16.gif'></td>"+
			"	<td width='115' align='center' valign='bottom'><img src='http://img.koreadaily.com/koreadaily/tb19.gif'>"+
			"		<div style='margin-top:25;'><img src='http://img.koreadaily.com/koreadaily/tb20.gif' border='0' onclick=\"JavaScript:new Effect.SlideUp('div_adtop_slideup',{duration:0.5});\" style='cursor:hand'></td>"+
			"	<td align='center'><div style='border:solid 1px #8A8A8A'><iframe src='http://www.koreadaily.com/_ui/ad/"+ ad_file +".html' frameborder='0' scrolling='no' width='728' height='93'></iframe></div></td>"+
			"	<td width='115' align='center' valign='bottom'><img src='http://img.koreadaily.com/koreadaily/tb19.gif'>"+
			"		<div style='margin-top:25;'><img src='http://img.koreadaily.com/koreadaily/tb20.gif' border='0' onclick=\"JavaScript:new Effect.SlideUp('div_adtop_slideup',{duration:0.5});\" style='cursor:hand'></td>"+
			"	<td width='6'><img src='http://img.koreadaily.com/koreadaily/tb18.gif'></td>"+
			"</tr>"+
			"</table>"+
			"</div>");
	}else if(adtype=="txt1" || adtype=="txt2" || adtype=="txt3"){ // text ad
		var ad_file = "ad_"+ adtype +"_"+ region;
		if(adtype=="txt1")
			document.write ("<iframe src='"+ KD_URL +"/_ui/ad/"+ ad_file +".html' frameborder='0' scrolling='no' width='174' height='15'></iframe>");
		else
			document.write ("<iframe src='"+ KD_URL +"/_ui/ad/"+ ad_file +".html' frameborder='0' scrolling='no' width='270' height='44'></iframe>");
	}else{
		var ad_width = adtype.split("x")[0];
		var ad_height = adtype.split("x")[1];
		document.write ("<iframe src='"+ KD_URL +"/_ui/ad/"+ ad_file +".html' frameborder='0' scrolling='no' width='"+ ad_width +"' height='"+ ad_height +"'></iframe>");
	}
}


// adType : AREACODE_WIDTHxHEIGHT , ¸¸¾à AREACODE »ý·«½Ã ad_WIDTHxHEIGHT_¸Þ´ºÄÚµå_default ±¤°íÆÄÀÏ ³»º¸³¿.
function AD(adType){
	if(typeof MNU_CODE=="undefined") MNU_CODE="HOME|";
	var pageCode  = MNU_CODE.split("|")[0];
	var areaCode  = adType.split("_")[0];
	
	// showAd ´ë½Å ADÇÔ¼ö·Î ÅëÇÕµÇ¾î »ç¿ëµÉ °æ¿ì txt ±¤°íÀÇ »çÀÌÁî¸¦ Ã³¸®ÇÒ try-catch ÄÚµù
	try{
		var ad_width  = adType.split("_")[1].split("x")[0];
		var ad_height = adType.split("_")[1].split("x")[1];
	}
	catch (e){
		switch(areaCode){
			case "txt1": var ad_width = 174; var ad_height = 15; break;
			case "txt2": var ad_width = 270; var ad_height = 44; break;
			default:
				var ad_width  = adType.split("_")[0].split("x")[0];
				var ad_height = adType.split("_")[0].split("x")[1];
		}
	}

	if(MNU_CODE.indexOf("|emigration")>0 && areaCode!='HRLIST') // ÀÓ½Ã·Î ÀÌ¹Î/ºñÀÚ´Â ¼½¼Çº° ±¤°í·Î ³»º¸³¿	
		var ad_file = "ad_"+ adType +"_NEWS_"+ MNU_CODE.split("|")[1].split(".")[0] +".html";
	else if(isBranch(pageCode)) // Áö»çº°
		var ad_file = "ad_"+ adType +"_"+ pageCode +".html";
	else if(pageCode=="NEWS" && MNU_CODE!="NEWS|") // ´º½º´Â ¼½¼Çº° ±¤°í·Î
		var ad_file = "ad_"+ adType +"_NEWS_"+ MNU_CODE.split("|")[1].split(".")[0] +".html";
	else if(pageCode=="MARKET" || pageCode=="ACADEMY" || pageCode == "BLOG") // ÀÌ ÆäÀÌÁöÀÇ ±¤°í´Â º°µµ ¿µ¿ªÀ¸·Î °ÔÀç
		var ad_file = "ad_"+ adType +"_"+ pageCode +"_default.html";
	else
		var ad_file = "ad_"+ adType +"_default.html";

	document.write ("<iframe src='"+ KD_URL +"/_ui/ad/"+ ad_file +"' frameborder='0' scrolling='no' width='"+ ad_width +"' height='"+ ad_height +"'></iframe>");
}


// ÇÑ¹øÀÇ impressionÀ¸·Î, °ÔÀçµÈ ±¤°í¸¦ ´Ù¸¥ °÷¿¡ ³ëÃâÇÏ±â À§ÇÑ ÇÔ¼ö
var topAdTimer = -1;
function copyAd(div, script){
	$(div).update(script);
	try	{
		clearTimeout(topAdTimer);
	}catch (e){}
}
//--------------------------------------------------------------------------------------

var arrBranch = [
	["HOME","È¨","http://www.koreadaily.com/index.html"],
	["LA","LAÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=LA"],
	["NY","NYÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=NY"],
	["CH","½ÃÄ«°íÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=CH"],
	["SF","»÷ÇÁ¶õ½Ã½ºÄÚÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SF"],
	["DC","¿ö½ÌÅÏÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DC"],
	["AT","¾ÆÆ²¶õÅ¸Áß¾ÓÀÏº¸",KD_URL + "/index.html?branch=AT"],
//	["HI","ÇÏ¿ÍÀÌÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=HI"],
	["SE","½Ã¾ÖÆ²Áß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SE"],
//	["DE","µ§¹öÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DE"],
//	["DA","´Þ¶ó½ºÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=DA"],
	["SD","»÷µð¿¡ÀÌ°íÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=SD"],
	["TO","Åä·ÐÅäÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=TO"],
	["VA","¹êÄí¹öÁß¾ÓÀÏº¸",KD_URL + "/index.html?branch=VA"]
]


var htBranch = new Hashtable();
for(i=0;i<arrBranch.length;i++){
	htBranch.add(arrBranch[i][0],arrBranch[i]);
}

function isBranch(str){
	var obj = htBranch.get(str);
	if(obj==null) 
		return false;
	else
		return true;
}

function PrintBranchName(bra_code){
	if(bra_code=="" || bra_code=="NEWS") bra_code = "HOME";
	var obj = htBranch.get(bra_code);
	document.write(obj[1]);
}


function goBranchHome(bra_code){
	if(bra_code=="" || bra_code=="NEWS") bra_code = "HOME";
	var obj = htBranch.get(bra_code);
	location = obj[2];	
}



document.write("<form name='frmScrap' method='post' target='winscrap' action='http://blog.koreadaily.com/post/scrap/scrap.asp' style='margin:0px'><input type='hidden' name='title'><input type='hidden' name='source'><input type='hidden' name='post_img'><input type='hidden' name='content'></form>");
function ScrapBlog(ctype, url){
	if(url==null) url ='';

	if(ctype=="NEWS"){
		var strtitle = $("font_title").innerHTML;
		var strcontent = $("articleBody").innerHTML;
		var picArray = $("articleBody").select("img[class=article_pic]");

		pic_list = '';
		for(i=0;i<picArray.length;i++){
			if(pic_list=='')
				pic_list = picArray[i].src;
			else
				pic_list += ';' + picArray[i].src;
		}		
	}

	var handle = popupWindow("about:blank","winscrap",372,388);
	with(document.frmScrap){
		source.value = url;
		title.value = strtitle;
		content.value = strcontent;
		post_img.value = pic_list;
		submit();
	}			
}

document.write("<form name='frmScrap1' method='post' target='winscrap1' action='http://club.koreadaily.com/cafe/scrap_club.asp' style='margin:0px'><input type='hidden' name='title'><input type='hidden' name='source'><input type='hidden' name='post_img'><input type='hidden' name='content'></form>");
function ScrapClub(ctype,url){
	if(ctype=="NEWS"){
		var strtitle = $("font_title").innerHTML;
		var strcontent = $("articleBody").innerHTML;
		var picArray = $("articleBody").select("img[class=article_pic]");

		pic_list = '';
		for(i=0;i<picArray.length;i++){
			if(pic_list=='')
				pic_list = picArray[i].src;
			else
				pic_list += ';' + picArray[i].src;
		}		
	}

	var handle = popupWindow("about:blank","winscrap1",372,470);
	with(document.frmScrap1){
		source.value = url;
		title.value = strtitle;
		content.value = strcontent;
		post_img.value = pic_list;
		submit();
	}			
}


function PrintArticle(art_id){
	var handle = popupWindow(KD_URL +"/news/_common/print.asp","articleprint",695,600,"yes");
}


function EmailArticle(art_id){
	var handle = popupWindow(KD_URL +"/news/_common/email.asp","artileEmail",370,320);
}



function Live(kind){
	if(kind==null || kind=='la')
		popupWindow(KD_URL + '/etc/live/live_popup_la.asp','live',530,510);
	else
		popupWindow(KD_URL + '/etc/live/live_popup_at.asp','live',530,510);
}



function printYear(){
	var year1 = new Date().format("yyyy") + "";	
	document.write("<img src=http://img.koreadaily.com/koreadaily/dt"+ year1 + ".gif>");
}

function printMonth(){
	var month1 = new Date().getMonth() + 1 + "";
	for(i=0;i<month1.length;i++)
		document.write("<img src=http://img.koreadaily.com/koreadaily/dtn"+ month1.substring(i,i+1) + ".gif>");
}

function printDay(){
	var day1 = new Date().getDate() + "";
	for(i=0;i<day1.length;i++)
		document.write("<img src=http://img.koreadaily.com/koreadaily/dtn"+ day1.substring(i,i+1) + ".gif>");	
}

function printWeek(){
	var week =  new Date().getDay() + 1;
	document.write("<img src=http://img.koreadaily.com/koreadaily/dtd"+ week + ".gif>");
}


function MediaPlay(url){
	if ((navigator.userAgent.indexOf('IE') > -1) && (navigator.platform == "Win32")) {
		$("mediaPlayer").FileName = url;
		$("mediaPlayer").Play();
	}
}



document.write("<div id='divTopBranch' style='position:absolute;display:none'></div>");
function PrintBranchTopImg(bra_code){
	if(bra_code==null || bra_code=='' || bra_code=='NEWS') bra_code='LA';
	var obj = htBranch.get(bra_code);

	document.write("<a href='JavaScript:ShowBranchLayer()' onFocus='this.blur();'><img src='http://img.koreadaily.com/koreadaily/loc_"+ bra_code +".gif' border='0'></a>");
}

function ShowBranchLayer(){
	if($("divTopBranch").style.display=="none"){
		var html = "";
		html = "<table width=\"106\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"CCCCCC\">"+
			   "<tr>"+
			   "<td bgcolor=\"#FFFFFF\">"+
			   "<table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#5694E2\">";

		for(i=1;i<arrBranch.length;i++){
			if(arrBranch[i][0]!="TO"){
				if(i>1) html += "<tr><td><img src=\"http://img.koreadaily.com/koreadaily/tp9.gif\" border=\"0\"></td></tr>";
				html += "<tr><td><a href=\""+  arrBranch[i][2] +"\"><img src=\"http://img.koreadaily.com/koreadaily/loc_"+ arrBranch[i][0] +".gif\" border=\"0\"></a></td></tr>";
			}
		}

		html += "<tr> "+
			"<td><a href=\"JavaScript:ShowBranchLayer();\"><img src=\"http://img.koreadaily.com/koreadaily/tp7.gif\" border=\"0\"></a></td>"+
			"</tr>"+
			"</table>"+
			"</td>"+
			"</tr>"+
			"</table>";

		$("divTopBranch").update(html);
		displayLayer("divTopBranch", 'imgTopBranch', -91, 1);

	}else{
		$("divTopBranch").hide();
	}
}


document.write("<div id='divTeacher' style='display:none;position:absolute;'></div>");
function showTeacher(ctrlID, tea_no){
	url = "ajax_teacher.asp?tea_no="+ tea_no;
	getAjaxPage(url,"divTeacher");
	displayLayer('divTeacher',ctrlID, 0, 0);	
}

function hideTeacher(){
	$("divTeacher").hide();
}

function printLogin(){
	if(getCookieA("member","id")==""){		
		document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
			"<tr>"+ 
			"	<td><a href=\"JavaScript:Login()\"><img src=\"http://img.koreadaily.com/yellow/log_in.gif\" border=\"0\"></a></td>"+
			"	<td><img src=\"http://img.koreadaily.com/yellow/tis6.gif\"></td>"+
			"	<td><a href=\"JavaScript:MemberReg()\"><img src=\"http://img.koreadaily.com/yellow/join.gif\" border=\"0\"></a></td>"+
			"</tr>"+
			"</table>");
	}else{
		document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
			"<tr>"+ 
			"	<td><a href=\"JavaScript:Logout()\"><img src=\"http://img.koreadaily.com/yellow/log_out.gif\" border=\"0\"></a></td>"+
			"	<td><img src=\"http://img.koreadaily.com/yellow/tis6.gif\"></td>"+
			"	<td><a href=\"JavaScript:MemberMod()\"><img src=\"http://img.koreadaily.com/yellow/modi.gif\" border=\"0\"></a></td>"+
			"</tr>"+
			"</table>");
	}
}


var rollidx = 0;
function TopRollMenu(){
	var rollitem = $("divTopMenuRolling").select("div[class=rollitem]");

	rollitem[rollidx].hide();
	rollidx++;
	if(rollidx>rollitem.length-1) rollidx = 0;
	rollitem[rollidx].show();
}

