/* ナビゲーション */
var img_id 

//オンマウス
function tnavi_on(img_id){
	if(img_id == "profile"){
		document.getElementById(img_id).src = './images/btn01_on.gif';
	}else if(img_id == "work"){
		document.getElementById(img_id).src = './images/btn02_on.gif';
	}else if(img_id == "atelier"){
		document.getElementById(img_id).src = './images/btn03_on.gif';
	}else if(img_id == "atelier_d1"){
		document.getElementById(img_id).src = './images/btn03_1on.gif';
		document.getElementById("atelier").src = './images/btn03_on.gif';
	}else if(img_id == "atelier_d2"){
		document.getElementById(img_id).src = './images/btn03_2on.gif';
		document.getElementById("atelier").src = './images/btn03_on.gif';
	}else if(img_id == "shop"){
		document.getElementById(img_id).src = './images/btn08_on.gif';
	}else if(img_id == "shop_d1"){
		document.getElementById(img_id).src = './images/btn08_1on.gif';
		document.getElementById("shop").src = './images/btn08_on.gif';
	}else if(img_id == "shop_d2"){
		document.getElementById(img_id).src = './images/btn08_2on.gif';
		document.getElementById("shop").src = './images/btn08_on.gif';
	}else if(img_id == "info"){
		document.getElementById(img_id).src = './images/btn04_on.gif';
	}else if(img_id == "c&r"){
		document.getElementById(img_id).src = './images/btn05_on.gif';
	}else if(img_id == "c&r_d1"){
		document.getElementById(img_id).src = './images/btn05_1on.gif';
		document.getElementById("c&r").src = './images/btn05_on.gif';
	}else if(img_id == "c&r_d2"){
		document.getElementById(img_id).src = './images/btn05_2on.gif';
		document.getElementById("c&r").src = './images/btn05_on.gif';
	}else if(img_id == "c&r_d3"){
		document.getElementById(img_id).src = './images/btn05_3on.gif';
		document.getElementById("c&r").src = './images/btn05_on.gif';
	}else if(img_id == "nevent"){
		document.getElementById(img_id).src = './images/btn06_on.gif';
	}else if(img_id == "gatelier_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_atelier_sub01on.gif';
		document.getElementById("gatelier").src = '../images/gnavi_atelier.gif';
	}else if(img_id == "gatelier_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_atelier_sub02on.gif';
		document.getElementById("gatelier").src = '../images/gnavi_atelier.gif';
	}else if(img_id == "gshop_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_shop_sub01on.gif';
		document.getElementById("gshop").src = '../images/gnavi_shop.gif';
	}else if(img_id == "gshop_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_shop_sub02on.gif';
		document.getElementById("gshop").src = '../images/gnavi_shop.gif';
	}else if(img_id == "gcourse_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub01on.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}else if(img_id == "gcourse_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub02on.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}else if(img_id == "gcourse_sub03"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub03on.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}


}


//オンマウスアウト
function tnavi_off(img_id){
	if(img_id == "profile"){
		document.getElementById(img_id).src = './images/btn01.gif';
	}else if(img_id == "work"){
		document.getElementById(img_id).src = './images/btn02.gif';
	}else if(img_id == "atelier"){
		document.getElementById(img_id).src = './images/btn03.gif';
	}else if(img_id == "atelier_d1"){
		document.getElementById(img_id).src = './images/btn03_1off.gif';
		document.getElementById("atelier").src = './images/btn03.gif';
	}else if(img_id == "atelier_d2"){
		document.getElementById(img_id).src = './images/btn03_2off.gif';
		document.getElementById("atelier").src = './images/btn03.gif';
	}else if(img_id == "shop"){
		document.getElementById(img_id).src = './images/btn08.gif';
	}else if(img_id == "shop_d1"){
		document.getElementById(img_id).src = './images/btn08_1off.gif';
		document.getElementById("shop").src = './images/btn08.gif';
	}else if(img_id == "shop_d2"){
		document.getElementById(img_id).src = './images/btn08_2off.gif';
		document.getElementById("shop").src = './images/btn08.gif';
	}else if(img_id == "info"){
		document.getElementById(img_id).src = './images/btn04.gif';
	}else if(img_id == "c&r"){
		document.getElementById(img_id).src = './images/btn05.gif';
	}else if(img_id == "c&r_d1"){
		document.getElementById(img_id).src = './images/btn05_1off.gif';
		document.getElementById("c&r").src = './images/btn05.gif';
	}else if(img_id == "c&r_d2"){
		document.getElementById(img_id).src = './images/btn05_2off.gif';
		document.getElementById("c&r").src = './images/btn05.gif';
	}else if(img_id == "c&r_d3"){
		document.getElementById(img_id).src = './images/btn05_3off.gif';
		document.getElementById("c&r").src = './images/btn05.gif';
	}else if(img_id == "nevent"){
		document.getElementById(img_id).src = './images/btn06.gif';
	}else if(img_id == "gatelier_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_atelier_sub01off.gif';
		document.getElementById("gatelier").src = '../images/gnavi_atelier.gif';
	}else if(img_id == "gatelier_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_atelier_sub02off.gif';
		document.getElementById("gatelier").src = '../images/gnavi_atelier.gif';
	}else if(img_id == "gshop_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_shop_sub01off.gif';
		document.getElementById("gshop").src = '../images/gnavi_shop.gif';
	}else if(img_id == "gshop_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_shop_sub02off.gif';
		document.getElementById("gshop").src = '../images/gnavi_shop.gif';
	}else if(img_id == "gcourse_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub01off.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}else if(img_id == "gcourse_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub02off.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}else if(img_id == "gcourse_sub03"){
		document.getElementById(img_id).src = '../images/gnavi_course_sub03off.gif';
		document.getElementById("gcourse").src = '../images/gnavi_course.gif';
	}



}


//オンクリック
function navi_click(img_id){
	if(img_id == "mag"){
		location.href='./mag/index.html'
	}else if(img_id == "oshare"){
		location.href='./oshare/index.html'
	}
}


//ウィンドウオープン
function WinOps(addr){
	window.open(addr,"nWin","width=700,height=700,scrollbars,status");
}

//ウインドウオープン
function WinOpens(addr,Wsize,Hsize,Sc){
	window.open(addr,"nWin","width=" + Wsize + ",height=" + Hsize +",scrollbars="+ Sc);
}







//閉じる
function WinCls(){
	window.close();
}


