/* ナビゲーション */
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 == "work_d1"){
		document.getElementById(img_id).src = './images/btn02_1on.gif';
		document.getElementById("work").src = './images/btn02_on.gif';
	}else if(img_id == "work_d2"){
		document.getElementById(img_id).src = './images/btn02_2on.gif';
		document.getElementById("work").src = './images/btn02_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 == "gworks_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_works_sub01on.gif';
		document.getElementById("gworks").src = '../images/gnavi_works.gif';
	}else if(img_id == "gworks_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_works_sub02on.gif';
		document.getElementById("gworks").src = '../images/gnavi_works.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';
	}else if(img_id == "f_gworks_sub01"){
		document.getElementById(img_id).src = '../images/f_gnavi_works_sub01on.gif';
		document.getElementById("f_gworks").src = '../images/f_gnavi_works.gif';
	}else if(img_id == "f_gworks_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_works_sub02on.gif';
		document.getElementById("f_gworks").src = '../../images/f_gnavi_works.gif';
	}else if(img_id == "f_gatelier_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_atelier_sub01on.gif';
		document.getElementById("f_gatelier").src = '../../images/f_gnavi_atelier.gif';
	}else if(img_id == "f_gatelier_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_atelier_sub02on.gif';
		document.getElementById("f_gatelier").src = '../../images/f_gnavi_atelier.gif';
	}else if(img_id == "f_gshop_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_shop_sub01on.gif';
		document.getElementById("f_gshop").src = '../../images/f_gnavi_shop.gif';
	}else if(img_id == "f_gshop_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_shop_sub02on.gif';
		document.getElementById("f_gshop").src = '../../images/f_gnavi_shop.gif';
	}else if(img_id == "f_gcourse_sub01"){
		document.getElementById(img_id).src = '../images/f_gnavi_course_sub01on.gif';
		document.getElementById("f_gcourse").src = '../../images/f_gnavi_course.gif';
	}else if(img_id == "f_gcourse_sub02"){
		document.getElementById(img_id).src = '../images/f_gnavi_course_sub02on.gif';
		document.getElementById("f_gcourse").src = '../../images/f_gnavi_course.gif';
	}else if(img_id == "f_gcourse_sub03"){
		document.getElementById(img_id).src = '../images/f_gnavi_course_sub03on.gif';
		document.getElementById("f_gcourse").src = '../../images/f_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 == "work_d1"){
		document.getElementById(img_id).src = './images/btn02_1off.gif';
		document.getElementById("work").src = './images/btn02.gif';
	}else if(img_id == "work_d2"){
		document.getElementById(img_id).src = './images/btn02_2off.gif';
		document.getElementById("work").src = './images/btn02.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 == "gworks_sub01"){
		document.getElementById(img_id).src = '../images/gnavi_works_sub01off.gif';
		document.getElementById("gworks").src = '../images/gnavi_works.gif';
	}else if(img_id == "gworks_sub02"){
		document.getElementById(img_id).src = '../images/gnavi_works_sub02off.gif';
		document.getElementById("gworks").src = '../images/gnavi_works.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';
	}

else if(img_id == "f_gworks_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_works_sub01off.gif';
		document.getElementById("f_gworks").src = '../../images/f_gnavi_works.gif';
	}else if(img_id == "gworks_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_works_sub02off.gif';
		document.getElementById("f_gworks").src = '../../images/f_gnavi_works.gif';
	}else if(img_id == "f_gatelier_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_atelier_sub01off.gif';
		document.getElementById("f_gatelier").src = '../../images/f_gnavi_atelier.gif';
	}else if(img_id == "f_gatelier_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_atelier_sub02off.gif';
		document.getElementById("f_gatelier").src = '../../images/f_gnavi_atelier.gif';
	}else if(img_id == "f_gshop_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_shop_sub01off.gif';
		document.getElementById("f_gshop").src = '../../images/f_gnavi_shop.gif';
	}else if(img_id == "f_gshop_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_shop_sub02off.gif';
		document.getElementById("f_gshop").src = '../../images/f_gnavi_shop.gif';
	}else if(img_id == "f_gcourse_sub01"){
		document.getElementById(img_id).src = '../../images/f_gnavi_course_sub01off.gif';
		document.getElementById("f_gcourse").src = '../../images/f_gnavi_course.gif';
	}else if(img_id == "f_gcourse_sub02"){
		document.getElementById(img_id).src = '../../images/f_gnavi_course_sub02off.gif';
		document.getElementById("f_gcourse").src = '../../images/f_gnavi_course.gif';
	}else if(img_id == "f_gcourse_sub03"){
		document.getElementById(img_id).src = '../../images/f_gnavi_course_sub03off.gif';
		document.getElementById("f_gcourse").src = '../../images/f_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);
}




