// JavaScript Document
$(document).ready(function(){
	$("a img[src*='_off.']").rollOver();
	$("a.pn[href^='#']").smScroll({speed:800, easing:"easeOutCubic"});
	$(".contNaviSet").setHeight(".contNavi");
	$(".ar").alphaRo({from:1, to:0.6, group:false});
	$(".map").mapChanger(".change");
	$("textarea.ex, input.ex").exClick("#main form");
	$(".win").anotherWin({width:800});
	$('#englishlink').click(function(){
		var arg = 'height=600,width=900,scrollbars=yes';
		window.open($(this).attr('href'), 'profile_e', arg, '');
		return false;
	});
	$('#searchstartbutton').click(function(){
		document.getElementById('cse-search-box').submit();
	});
});

