/*ナビゲーション*/
var img_id 

//オンマウス
function navi_on(img_id){
	if(img_id == "web"){
		document.getElementById(img_id).src = './image/navi/menu_on_01.gif';
	}else if(img_id == "picture"){
		document.getElementById(img_id).src = './image/navi/menu_on_02.gif';
	}else if(img_id == "photo"){
		document.getElementById(img_id).src = './image/navi/menu_on_03.gif';
	}else if(img_id == "site"){
		document.getElementById(img_id).src = './image/navi/menu_on_04.gif';
	}else if(img_id == "web_de"){
		document.getElementById(img_id).src = '../image/navi/menu_on_01.gif';
	}else if(img_id == "picture_de"){
		document.getElementById(img_id).src = '../image/navi/menu_on_02.gif';
	}else if(img_id == "photo_de"){
		document.getElementById(img_id).src = '../image/navi/menu_on_03.gif';
	}else if(img_id == "site_de"){
		document.getElementById(img_id).src = '../image/navi/menu_on_04.gif';
	}
}

//オンマウスアウト
function navi_off(img_id){
	if(img_id == "web"){
		document.getElementById(img_id).src = './image/navi/menu_off_01.gif';
	}else if(img_id == "picture"){
		document.getElementById(img_id).src = './image/navi/menu_off_02.gif';
	}else if(img_id == "photo"){
		document.getElementById(img_id).src = './image/navi/menu_off_03.gif';
	}else if(img_id == "site"){
		document.getElementById(img_id).src = './image/navi/menu_off_04.gif';
	}else if(img_id == "web_de"){
		document.getElementById(img_id).src = '../image/navi/menu_off_01.gif';
	}else if(img_id == "picture_de"){
		document.getElementById(img_id).src = '../image/navi/menu_off_02.gif';
	}else if(img_id == "photo_de"){
		document.getElementById(img_id).src = '../image/navi/menu_off_03.gif';
	}else if(img_id == "site_de"){
		document.getElementById(img_id).src = '../image/navi/menu_off_04.gif';
	}
}


/*会社概要の地図*/

//ウィンドウオープン
function WinOps(addr){
	window.open(addr,"nWin","width=500,height=760,scrollbars=no");
}

//閉じる
function WinCls(){
	window.close()
}

/*写真撮影*/
//ポップアップメニュー
function winopen_item(i,j) {
window.open(i,j,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=330,height=480');
}

function winopen_building(i,j) {
window.open(i,j,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=460,height=450');
}

function winopen_cook(i,j) {
window.open(i,j,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=450');
}


/*Music Video制作*/
//ポップアップメニュー
function winopen_music(i,j) {
window.open(i,j,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=350,height=300');
}

<!--
/*アクセス解析20070423*/
document.write("<img src='http://www.toho-mp.com/cgi-bin/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");
// -->

