/* --------------------------------------------------
default
-------------------------------------------------- */

/* navigation */
jQuery(document).ready(function() {
	jQuery("div.accordion").hover(function(){
		jQuery(this).css("cursor","pointer");
	},function(){
		jQuery(this).css("cursor","default");
	});
	
	jQuery("div.accordion").click(function(){
		jQuery(this).next().slideToggle("fast");
	});
});
var navittlalt = ['STAFF BLOG', 'ARCHIVES', 'BLOG LINKS', 'LINKS', 'SHOP LIST'];
var navittlimage = [
						['http://blog.x-girl.jp/xg/common/images/left_menu_ttl_01.gif', 'http://blog.x-girl.jp/xg/common/images/left_menu_ttl_01_c.gif'],
						['http://blog.x-girl.jp/xg/common/images/left_menu_ttl_02.gif', 'http://blog.x-girl.jp/xg/common/images/left_menu_ttl_02_c.gif'],
						['http://blog.x-girl.jp/xg/common/images/left_menu_ttl_03.gif', 'http://blog.x-girl.jp/xg/common/images/left_menu_ttl_03_c.gif'],
						['http://blog.x-girl.jp/xg/common/images/left_menu_ttl_04.gif', 'http://blog.x-girl.jp/xg/common/images/left_menu_ttl_04_c.gif'],
						['http://blog.x-girl.jp/xg/common/images/left_menu_ttl_05.gif', 'http://blog.x-girl.jp/xg/common/images/left_menu_ttl_05_c.gif']
					];
var imagelist = new Array();
for(var i=0; i<navittlimage.length; i++){
	imagelist[i] = ['<img src="' + navittlimage[i][0] + '" alt="' + navittlalt[i] + '" />', '<img src="' + navittlimage[i][1] + '" alt="' + navittlalt[i] + '" />'];
}

//jQuery(function(){ jQuery("#navittl_0").toggle( function(){ jQuery("#navittl_0").html(imagelist[0][0]); }, function(){ jQuery("#navittl_0").html(imagelist[0][1]); } );});
//jQuery(function(){ jQuery("#navittl_1").toggle( function(){ jQuery("#navittl_1").html(imagelist[1][0]); }, function(){ jQuery("#navittl_1").html(imagelist[1][1]); } );});
//jQuery(function(){ jQuery("#navittl_2").toggle( function(){ jQuery("#navittl_2").html(imagelist[2][0]); }, function(){ jQuery("#navittl_2").html(imagelist[2][1]); } );});
//jQuery(function(){ jQuery("#navittl_3").toggle( function(){ jQuery("#navittl_3").html(imagelist[3][0]); }, function(){ jQuery("#navittl_3").html(imagelist[3][1]); } );});
//jQuery(function(){ jQuery("#navittl_4").toggle( function(){ jQuery("#navittl_4").html(imagelist[4][0]); }, function(){ jQuery("#navittl_4").html(imagelist[4][1]); } );});


/* read more */
function slideToggle(id){
	jQuery("#" + id).slideToggle("slow");
}
function hideMore(id){
	jQuery("#" + id).hide();
}

/* page top */
function scrollPageTop(){
	Scroller.interval=setInterval('Scroller.scroll(0)',6);
}

/* lightBox */


/* lightBox 
jQuery(function() { jQuery('.mt-enclosure-image a').lightBox(); });
jQuery(function() { jQuery('.mt-enclosure-image a').lightBox(); });
*/
