/* *****************************************
/*+  scroll  +******************************
/***************************************** */
$(function(){
	$("a[href*='#']").easingScroll({
		easing: "easeOutExpo",
		duration: 400
	});
});




/* *****************************************
/*+  contact  +*****************************
/***************************************** */
var m='cont'; 
var a='act@k'; 
var i='afer-inc.c'; 
var l='o.jp';

$('.contact').ready(function() {
	$('.contact a').attr('href', 'mailto:'+m+a+i+l);
	$('.contact a').html(m+a+i+l);
});




/* *****************************************
/*+  popup  +*******************************
/***************************************** */
function openWindow(url,w,h) {
	var wset = 'resizable=yes,menubar=no,directories=no,status=no,location=no,scrollbars=yes,toolbar=no,width='+w+',height='+h;
	window.open(url,'popup',wset);
}
