// JavaScript Document
$(document).ready(function(){
	$("img[src*='_off.']").rollOver();
	$("button").rollOver("img");
	$("a.pn[href^='#']").smScroll({speed:800, easing:"easeOutCubic"});
	$(".ar").alphaRo({from:1, to:0.6, group:false});
	$(".map").mapChanger(".change");
	$(".sub01").anotherWin({width:840,height:500,name:"sub",scrollbars:"no",resizable:"no",menubar:"no"});
	$(".loanLink").anotherWin({width:700, name:"loanWin"});
	$(".contNavi").setHeight(".naviBox");
});

