
function pageINI(){
// module Load - jquery
	j$("#mainBlock1Inner").load("/mt_test/2009/09/vision.html");
	j$("#mainBlock2Inner").load("/mt_test/2009/09/coding-factory.html");
	j$("#mainBlock3Inner").load("/mt_test/2009/09/staff.html");
	j$("#mainBlock4Inner").load("/mt_test/2009/09/recruit.html");
	j$("#mainBlock5Inner").load("/mt_test/2009/09/post.html");
	j$("#mainBlock6Inner").load("/mt_test/2009/09/post-2.html");
	j$("#mainBlock7Inner").load("/mt_test/2009/09/top.html");
	j$("#mainBlock8Inner").load("/mt_test/2009/09/post-3.html");
	j$("#mainBlock9Inner").load("/mt_test/2009/09/post-4.html");
	j$("#mainBlock10Inner").load("/mt_test/2009/09/post-5.html");
	j$("#mainBlock11Inner").load("/mt_test/2009/09/post-6.html");
	j$("#mainBlock12Inner").load("/mt_test/2009/09/post-11.html");
//	j$("#mainBlock13Inner").load("http://www.monosus.co.jp/mt_test/2009/09/post-11.html");

// module Animation - prototype
	$('mainBlock0Inner').visualEffect("Grow") ;
	setTimeout(function(){$('mainBlock4Inner').visualEffect("Grow");},100);
	setTimeout(function(){$('mainBlock1Inner').visualEffect("Grow");},200);
	setTimeout(function(){$('mainBlock8Inner').visualEffect("Grow");},300);
	setTimeout(function(){$('mainBlock2Inner').visualEffect("Grow");},400);
	setTimeout(function(){$('mainBlock5Inner').visualEffect("Grow");},500);
	setTimeout(function(){$('mainBlock11Inner').visualEffect("Grow");},600);
	setTimeout(function(){$('mainBlock3Inner').visualEffect("Grow");},700);
	setTimeout(function(){$('mainBlock6Inner').visualEffect("Grow");},800);
	setTimeout(function(){$('mainBlock9Inner').visualEffect("Grow");},900);
	setTimeout(function(){$('mainBlock12Inner').visualEffect("Grow");},1000);
	setTimeout(function(){$('mainBlock7Inner').visualEffect("Grow");},1100);
	setTimeout(function(){$('mainBlock10Inner').visualEffect("Grow");},1200);
	setTimeout(function(){$('mainBlock13Inner').visualEffect("Grow");},1300);
}


function modLoad(selVal){
	tb_remove();
	var modList = [
					['2009/09/vision.html','2009/09/post-12.html','2009/09/post-13.html','2009/09/post.html','2009/09/post-2.html','2009/09/post-11.html','2009/09/top.html','2009/09/post-6.html','2009/09/post-7.html','2009/09/post-10.html','2009/09/staff.html','2009/09/post-3.html','A14'],
					['2009/09/web.html','2009/09/coding-factory.html','2009/09/post-14.html','2009/09/120.html','2009/09/post-28.html','2009/09/post-15.html','2009/09/post-16.html','2009/09/post-4.html','2009/09/post-5.html','2009/09/vision.html','2009/09/post-12.html','2009/09/staff.html','Z99'],
					['2009/09/post-17.html','2009/09/post-18.html','2009/09/post-11.html','2009/09/post-2.html','2009/09/top.html','2009/09/staff.html','2009/09/post-3.html','2009/09/post-12.html','2009/09/post-4.html','2009/09/post-5.html','2009/09/post-6.html','2009/09/post-19.html','Z99'],
					['2009/09/web.html','2009/09/coding-factory.html','2009/09/post-14.html','2009/09/120.html','2009/09/post-28.html','2009/09/post-15.html','2009/09/post-16.html','2009/09/post-4.html','2009/09/post-5.html','2009/09/vision.html','2009/09/post-12.html','2009/09/post-3.html','Z99'],
					['2009/09/staff.html','2009/09/post-21.html','2009/09/post-22.html','2009/09/post-23.html','2009/09/post-24.html','2009/09/post-25.html','2009/09/post-26.html','2009/09/post-3.html','2009/09/post-27.html','2009/09/post-13.html','2009/09/post-10.html','2009/09/top.html','Z99'],
					['2009/09/recruit.html','2009/09/post-20.html','2009/09/post-29.html','2009/09/post-30.html','2009/09/post-31.html','2009/09/post-32.html','2009/09/staff.html','2009/09/post-12.html','2009/09/post.html','2009/09/post-3.html','2009/09/vision.html','2009/09/post-11.html','Z13']
				];

	for(var i=1; i<13; i++){
		j$("#mainBlock"+ i +"Inner").load("/mt_test/"+ modList[selVal][i-1]).css("display","none");
	}

	$('mainBlock0Inner').visualEffect("Grow") ;
	setTimeout(function(){$('mainBlock4Inner').visualEffect("Grow");},100);
	setTimeout(function(){$('mainBlock1Inner').visualEffect("Grow");},200);
	setTimeout(function(){$('mainBlock8Inner').visualEffect("Grow");},300);
	setTimeout(function(){$('mainBlock2Inner').visualEffect("Grow");},400);
	setTimeout(function(){$('mainBlock5Inner').visualEffect("Grow");},500);
	setTimeout(function(){$('mainBlock11Inner').visualEffect("Grow");},600);
	setTimeout(function(){$('mainBlock3Inner').visualEffect("Grow");},700);
	setTimeout(function(){$('mainBlock6Inner').visualEffect("Grow");},800);
	setTimeout(function(){$('mainBlock9Inner').visualEffect("Grow");},900);
	setTimeout(function(){$('mainBlock12Inner').visualEffect("Grow");},1000);
	setTimeout(function(){$('mainBlock7Inner').visualEffect("Grow");},1100);
	setTimeout(function(){$('mainBlock10Inner').visualEffect("Grow");},1200);
	setTimeout(function(){$('mainBlock13Inner').visualEffect("Grow");},1300);
}




var modSelDelay = null;
function modSel(selVal){
// module Animation Close - “r’†
	$('moduleWrap').visualEffect("DropOut");
	modSelDelay = setInterval(function(){},100);
	
}
