$(function(){var e='-on';var f=$('div.nav ul img');var g=$('body').attr('class').split(' ',2);var h=g[0];function changeCurrentNavImg(){f.each(function(){if($(this).attr('class')===h&&$(this).attr('src').indexOf(e)<0){$(this).attr('src',$(this).attr('src').replace(/^(.+)(\.[a-z]+)$/,'$1'+e+'$2'))}})}function rolloverNavImg(){f.mouseover(function(){if($(this).attr('class')!==h){$(this).attr('src',$(this).attr('src').replace(/^(.+)(\.[a-z]+)$/,'$1'+e+'$2'))}}).mouseout(function(){if($(this).attr('class')!==h){$(this).attr('src',$(this).attr('src').replace(/^(.+)-on(\.[a-z]+)$/,'$1$2'))}})}function openWindow(){var a=$('a.open');a.css('padding-right','18px').css('background','url(/pc/shared/img/ico-popup-01.gif) no-repeat 100% 50%');a.click(function(){window.open(this.href,'_blank');return false})}function setSmoothScroll(){$('a[href*=#]').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var a=$(this.hash);a=a.length&&a;if(a.length){var b=30;var c=1200;var d=a.offset().top-b;$('html,body').animate({scrollTop:d},{duration:c,easing:"easeOutExpo"});return false}}})}changeCurrentNavImg();rolloverNavImg();openWindow();setSmoothScroll()});
