// JavaScript Document
// for menu
$(function(){
	$('img').asynchImageLoader({
		effect: 'fadeIn'
	});
});


