
/* jQuery common */
var myTab='';
jQuery().ready(function(){
	$("input[type=checkbox],input[type=radio]").focus(function(){$(this).blur()});
		$("select").change(function(){$(this).blur()});
		/* log box */
		var logTimeoutID;
		$(".header-CNT .header-top .related-links ul li a.lnk-log").click(function(){$(this).toggleClass('active');$(".header-CNT .header-top .related-links .log-box").toggle();return false;});
		$(".header-CNT .header-top .related-links ul li.last-elm").mouseleave(function(){if($(".header-CNT .header-top .related-links .log-box").is(':visible')){logTimeoutID=setTimeout("$('.header-CNT .header-top .related-links .log-box').toggle();$('.header-CNT .header-top .related-links a.lnk-log').toggleClass('active')",456);}}).mouseenter(function(){if(logTimeoutID)clearTimeout(logTimeoutID);logTimeoutID='';});
		$(".header-CNT .header-top .related-links ul li.lnk-mnu > a:first-child, .header-CNT .header-top .related-links ul li a.lnk-log").click(function(){clearTimeout(logTimeoutID);logTimeoutID='';if(!$(this).hasClass('active'))$('.header-CNT .header-top .related-links ul li a.active:first-child').toggleClass('active').next('div:visible').toggle();$(this).toggleClass('active').next('div').toggle();return false;});
		$(".header-CNT .header-top .related-links ul li.lnk-mnu, .header-CNT .header-top .related-links ul li.last-elm").mouseenter(function(){if(logTimeoutID&&$(this).children('a:first-child').hasClass('active')){clearTimeout(logTimeoutID);logTimeoutID='';}});
//		$(".header-CNT .header-top .related-links ul li.lnk-mnu, .header-CNT .header-top .related-links ul li.last-elm").mouseleave(function(){if($(this).children('a:first-child').next('div').is(':visible')){logTimeoutID=setTimeout("$('.header-CNT .header-top .related-links ul li a.active:first-child').toggleClass('active').next('div:visible').toggle();",456);}}).mouseenter(function(){if(logTimeoutID&&$(this).children('a:first-child').hasClass('active')){clearTimeout(logTimeoutID);logTimeoutID='';}});
		/* search box */
		$('.header-CNT .header-top .social-MNU ul li.search-elm a').click( function() { if( !$(this).hasClass('opened') ) { $(this).addClass('opened'); $('.search-box').toggle(); if( $('.header-CNT .header-top .related-links ul li a.lnk-log').hasClass('active') ) { $('.header-CNT .header-top .related-links ul li a.lnk-log').removeClass('active'); $('.log-box').hide(); } } else { $(this).removeClass('opened'); $('.search-box').toggle(); } return false; });
		$('.search-box .lnk-close').click( function() { $('.search-box').hide(); $('.header-CNT .header-top .social-MNU ul li.search-elm a').removeClass('opened'); });
		/**/

});
