var haniSearch	= {
	findSearch : function(){
		frm = document.searchForm;
		frm.sk.value = this.smash(frm.sk.value);
		frm.submit();
	},
	smash : function(str) {
		newstr=str.replace(/=/gi, "%3D");
		newstr=newstr.replace(/\&/gi, "%26");
		newstr=newstr.replace(/\?/gi, "%3F");

		return newstr;
	},
	
	key_down : function(event){
		if(event.keyCode==13)		this.findSearch();
	},
	
	mouz_dn : function(e) {
		if (e.value=="ÅëÇÕ°Ë»ö")	e.value="";
	}
}


var topMenu	= {
	keep : {},
	siteID :{},
	siteIndex :-1,
	menuName :{},

	mainMenu : [
		{	
			'id'	: 'feeltong',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_feeltong.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_feeltong.gif',
			'bg'	:'bg_y.gif',
			'substyle' : 'padding:0 10px;',

			'image'	:'topnavi06.gif',
			's_input': 'border:1px solid #E0AD12;',
			's_btn'	:'bt_serch_yellow.gif'
		},
		{
			'id'	:'hantoma',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_hantoma.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_hantoma.gif',
			'order'	:'1',
			'bg'	:'bg_b.gif',
			'substyle' : 'padding:0 0 0 1px;',

			's_input': 'border:1px solid #0B67BD;',
			's_btn'	:'bt_serch_blue.gif'
		},
		{
			'id'	: 'blog',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_blog.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_blog.gif',
			'order'	:'2',
			'bg'	:'bg_g.gif',
			'substyle' : 'padding:0 1px;',

			's_input': 'border:1px solid #86AA10;',
			's_btn'	:'bt_serch_green.gif'	
		},
		{
			'id'	: 'rank',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_bum.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_bum.gif',
			'order'	:'3',
			'bg'	:'bg_y.gif',
			'substyle' : 'padding:0 20px;',

			's_input': 'border:1px solid #E0AD12;',
			's_btn'	:'bt_serch_yellow.gif'
		},
		{	
			'id'	: 'world',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_kornet.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_kornet.gif',
			'order'	:'4',
			'bg'	:'bg_y.gif',
			'substyle' : 'padding:0 20px;',

			's_input': 'border:1px solid #E0AD12;',
			's_btn'	:'bt_serch_yellow.gif'
		},
		{	
			'id'	: 'humor',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_humor.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_humor.gif',
			'order'	:'5',
			'bg'	:'bg_r.gif',
			'substyle' : 'padding:0 1px;',

			's_input': 'border:1px solid #E04612;',
			's_btn'	:'bt_serch_red.gif'
		},
		{
			'id'	: 'poll',
//			'logo'	:'http://ftimg.hani.co.kr/08/new_year/logo_poll.gif',
			'logo'	:'http://ftimg.hani.co.kr/images/menu09/logo_poll.gif',
			'order'	:'6',
			'bg'	:'bg_y.gif',
			'substyle' : 'padding:0 20px;',

			's_input': 'border:1px solid #E0AD12;',
			's_btn'	:'bt_serch_yellow.gif'
		}

	],
	subMenu : {
		'hantoma':[
			{'name':'ÀÌ½´Åä·Ð',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_issue'},
			{'name':'Åä·Ð¹æ',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_theme'},
			{'name':'»õ±Û',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_new'},
			{'name':'ÀÎ±â±Û',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_hot'},
			{'name':'´º½ºÅä·Ð',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_toron'},
			{'name':'µðÄ«°í¹ß',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_dica'},
			{'name':'³í°´ÅÍ',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=han_user'}
		],
		'blog':[
			{'name':'ÀÎ±âÆ÷½ºÆ®',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_hot'},
			{'name':'»õÆ÷½ºÆ®',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_new'},
			{'name':'I-¹Ìµð¾î',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_imedia'},
			{'name':'Àü¹®ºí·Î±×',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_special'},
			{'name':'±âÀÚºí·Î±×',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_report'},
			{'name':'°­Ãßºí·Î±×',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_vote'},
			{'name':'ÆÀºí·Î±×',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=blog_team'}
		],
		'rank':[
			{'name':'¿À´Ã¼øÀ§',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=rank_today'},
			{'name':'ÁÖ°£¼øÀ§',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=rank_week'},
			{'name':'ÁÖÁ¦º°ºÕ´º½º',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=rank_theme'}
		],
		'world':[
			{'name':'Ä®·³',				'link':'http://feeltong.hani.co.kr/redirect.html?menu=world_konet'},
			{'name':'Åë½Å¿ø ¸®Æ÷Æ®',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=world_report'},
			{'name':'Áö±¸ÃÌ ¼Ò½Ä',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=world_area'},
			{'name':'ÀÌ¾ß±â ¸¶´ç',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=world_talk'}
		],
		'humor':[
			{'name':'À¯¸Ó °Ô½ÃÆÇ',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=humor_humor'},
			{'name':'¿¬¿¹',				'link':'http://feeltong.hani.co.kr/redirect.html?menu=humor_enter'},
			{'name':'¸¸È­',				'link':'http://feeltong.hani.co.kr/redirect.html?menu=humor_cartoon'},
			{'name':'¼ö´Ù',				'link':'http://feeltong.hani.co.kr/redirect.html?menu=humor_talk'}
		],
		'poll':[
			{'name':'¶óÀÌºêÆú',			'link':'http://feeltong.hani.co.kr/redirect.html?menu=poll_new'},
			{'name':'ÀÎ±â ¶óÀÌºêÆú',	'link':'http://feeltong.hani.co.kr/redirect.html?menu=poll_hit'},
			{'name':'´º½º¶óÀÌºêÆú',		'link':'http://feeltong.hani.co.kr/redirect.html?menu=poll_news'}
		],
		'feeltong':[
			{'name':'HOME',				'link':'http://feeltong.hani.co.kr'},
			{'name':'ÇÑÅä¸¶',			'link':'http://hantoma.hani.co.kr'},
			{'name':'ºí·Î±×',			'link':'http://blog.hani.co.kr'},
			{'name':'ºÕ´º½º',			'link':'http://rank.hani.co.kr'},
			{'name':'ÄÚ¸®¾È³×Æ®¿öÅ©',	'link':'http://world.hani.co.kr'},
			{'name':'ÁñÅë',				'link':'http://humor.hani.co.kr'},
			{'name':'¶óÀÌºêÆú',			'link':'http://poll.hani.co.kr'}
		]
	},


	
	getTopMenu : function(){
		var result	= this.mainMenu[ this.siteIndex ];
		return result;
	},
	getsubMenu : function(){
		var result	= this.subMenu[this.siteID];
		return result;
	},

	setSiteID : function(siteID){
		this.siteID		= 'feeltong';	//±âº»
		this.siteIndex	= this.mainMenu.length-1;	//±âº»

		for(var i=0; i<= this.siteIndex;i++){
			if(this.mainMenu[i].id == siteID){
				this.siteID		= siteID;
				this.siteIndex	= i;
			}
		}
	},

	setMenuName : function(menuName){
		this.menuName	= menuName || '';
	},




	//ÀÌ¹ÌÁö¿¡ ÀÌº¥Æ® Ãß°¡
	onImg : function(img){
		this.keep	= img.src;
		img.src		= img.src.replace("_on.gif", ".gif");
		img.src		= img.src.replace(".gif", "_on.gif");
	},
	outImg : function(img){
		img.src = this.keep;
	},
	onloadImg : function(img){
		var This		= this;

		img.onmouseover	= function(){ This.onImg(this); };
		img.onmouseout	= function(){ This.outImg(this); };
		img.onload		= "";

		if(this.siteID == img.alt || this.menuName == img.alt ){
			img.src		= img.src.replace(".gif", "_on.gif");
		}

	}
};

var currMenuName	= currMenuName || '';
topMenu.setSiteID( uccSiteInfo.getMenuTag() );
topMenu.setMenuName( currMenuName );

var topmenu_info	= topMenu.getTopMenu();
var sub_menu		= topMenu.getsubMenu();


document.write("<table width='970' cellpadding='0' cellspacing='0' id='ft_menu'>");
document.write("<tr height='80'>");
document.write("	<td width='149' style='padding-bottom:2px;' valign='bottom' align='left'><img src='"+topmenu_info.logo+"' usemap='#ftmenumap'></td>");

document.write("	<td>");
document.write("		<table width='822px' cellpadding='0' cellspacing='0'>");
document.write("		<tr><td height='25' align='right' valign='bottom' style='padding:0 10px;' >");
	// »çÀÌÆ® ¸Þ´º
	if(topMenu.siteID != 'feeltong'){
		for(var i=1; i<topMenu.mainMenu.length;i++){
			document.write("<a href='http://"+topMenu.mainMenu[i].id+".hani.co.kr'><img src='http://ftimg.hani.co.kr/images/menu09/topnavi0"+i+".gif' alt='"+topMenu.mainMenu[i].id+"' onload='topMenu.onloadImg(this)'/></a>");
			if(i < 6)	document.write("<img src='http://ftimg.hani.co.kr/images/menu09/topnavi01_bar.gif' style='margin:0 10px 2 10px;'/>");
		}
	}
document.write("		</td></tr>");
document.write("		<tr height='42px' style='background:url(http://ftimg.hani.co.kr/images/menu09/"+topmenu_info.bg+") 0 4px no-repeat'>");
document.write("			<td valign='bottom'>");


document.write("<table width='100%' cellpadding='0' cellspacing='0'><tr><td width='630' style='padding-left:15px; padding-bottom:4px;'>");
	//½ÇÁ¦ ¼­ºê ¸Þ´º Ãâ·Â
	for(var i=0; i<sub_menu.length;i++){
		if(topmenu_info.id == "feeltong"){
			document.write("<span style='"+topmenu_info.substyle+"'><a href='"+sub_menu[i].link+"'><img src='http://ftimg.hani.co.kr/images/menu09/"+topmenu_info.id+"_menu0"+(i+1)+".gif' alt='"+sub_menu[i].name+"'></a></span>");
		}else{
			document.write("<span style='"+topmenu_info.substyle+"'><a href='"+sub_menu[i].link+"'><img src='http://ftimg.hani.co.kr/images/menu09/"+topmenu_info.id+"_menu0"+(i+1)+".gif' alt='"+sub_menu[i].name+"' onload='topMenu.onloadImg(this)'></a></span>");
		}

	}

document.write("</td><td>");
	//°Ë»ö ÅÇ
	document.write("<form style='margin:0;padding:0px;' name='searchForm' method='get' action='http://feeltong.hani.co.kr/feeltong/search.html'>");
		document.write("<input type='text' name='sk' style='width:120px;height:18px;font-size:12px;"+topmenu_info['s_input']+"' onkeydown='haniSearch.key_down(event)' onmousedown='haniSearch.mouz_dn(this)' value='ÅëÇÕ°Ë»ö'> ");
		document.write("<a href='javascript:haniSearch.findSearch();'><img src='http://ftimg.hani.co.kr/images/menu09/"+topmenu_info['s_btn']+"' align='absmiddle' alt='°Ë»ö'></a>");
	document.write("</form>");

document.write("</td></tr></table>");





document.write("			</td></tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("<tr><td height='3'></td></tr>");
document.write("</table>");


// ½ºÅ¸ÀÏ ¹× ÀÌ¹ÌÁö ¸Ê
document.write("<style>#ft_menu img{ vertical-align:top; }</style>");

if(topmenu_info.id == 'feeltong'){
	document.write("<map name='ftmenumap'>");
	document.write("  <area shape='rect' coords='0,1,42,32' href='http://hani.co.kr/' alt='ÇÑ°Ü·¹ È¨'>");
	document.write("  <area shape='rect' coords='42,4,138,62' href='http://feeltong.hani.co.kr/' alt='ÇÊÅëÈ¨'>");
	document.write("</map>");
}else{
	document.write("<map name='ftmenumap'>");
	document.write("  <area shape='rect' coords='0,1,42,32' href='http://feeltong.hani.co.kr/' alt='ÇÊÅëÈ¨'>");
	document.write("  <area shape='rect' coords='42,4,138,62' href='http://"+topmenu_info.id+".hani.co.kr/' alt='È¨À¸·Î'>");
	document.write("</map>");
}
