/*
 * imagene.jp usage Javascripts
 * http://www.imagene.jp/
 *
 * Copyright (c) 2009 imagene.jp
 */
 
/*for header*/
$(document).ready(function() {
	//siteMap slide down
	$('#sub-nav .siteMap, #siteMap-close').click(function() {
		$("#siteMap-container").animate(
			{height: "toggle"},
			{duration: 1000, easing: "easeInOutExpo"}
		);
		return false;
	});
	//colorBox
	$("#newReg-btn").colorbox({fixedWidth:750, fixedHeight:450, iframe:true, preloading : true});
	$("#giwabox").colorbox({fixedWidth:825, fixedHeight:1050, iframe:true, preloading : true});
	$(".regbtn").colorbox({fixedWidth:750, fixedHeight:450, iframe:true, preloading : true});

	//preload images
	//$.preloadCssImages();
});

//sebira
var flashvars = {};
var params = {
	wmode: "transparent",
	scale: "noscale"
};
var attributes = {};
swfobject.embedSWF("/swf/load1.swf", "logo", "226", "120", "8.0.0", "/swf/expressInstall.swf", flashvars, params, attributes);


