$(function(){
	$("#tnavi img.sivanandayoga").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(function(){
	$("#tnavi img.yoga").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(function(){
	$("#tnavi img.sivananda").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(function(){
	$("#globalnavi img.sivanandayoga").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(function(){
	$("#centercolum img.sivanandayoga").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(function(){
	if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 6){
		$("span#ferdenkrais").text("フェルデンクライス...");
	}
});
$(function(){
	if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 6){
		$("#rightnavi span.yogini").text("");
	}
});
$(function(){
	$("#content img.contact").mouseover(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	}).mouseout(function(){
		$(this).attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)_on(\.[a-z]+)$/,"$1$2"));
	}).each(function(){
		$("<img>").attr("src",$(this).attr("src").replace(/^(.[\x21-\x7e]+)(\.[a-z]+)$/,"$1_on$2"));
	});
});
$(document).ready(function() {
	$(".navi2 dt").hover(function(){
		$(this).css("cursor","pointer"); 
	},function(){
		$(this).css("cursor","default"); 
		});
	$(".navi2 dd").css("display","none");
	$(".navi2 dt").click(function(){
		$(this).next().slideToggle("slow");
		});
});

