/*----------------------------------------
 Copyright (C) 2005 Symphonic Corporation
----------------------------------------*/
/*C@NI*/

/*SETUP-----------------------------------*/
var imageLoadFlag = false;
var imageADD = '/images/';
var swimg = new Array();
var mTimer;
var globalMenus = 15;
var layerMenus = new Array();
layerMenus[layerMenus.length] = new Array(6,130);
layerMenus[layerMenus.length] = new Array(3,112);
layerMenus[layerMenus.length] = new Array(6,205);
layerMenus[layerMenus.length] = new Array(4,256);
layerMenus[layerMenus.length] = new Array(2,112);
var isHome = true;
var isCategory = 0;
var layPosHome = new Array(99,117,153,189,243);
var layPosOther = new Array(99,117,153,189,243);
var ContentWidth = 743;
var marginWidth = 159;
var int_val = 400;
var categoryName = new Array('/information/',
							'/department/',
							'/graduate/',
							'/exam/',
							'/work/',
							'/campus/',
							'/facilities/',
							'/veh/',
							'/about/',
							'/links/',
							'/wnew/',
							'/t-info/',
							'/office/',
							'/cti/',
							'/ve/',
							'/en/');
var categoryNum = new Array('',
							'/graduate/|gra_|8',
							'/ve/|ve_|8',
							'/en/|en_|15');
document.write('<script src="/common/js/func.js" type="text/javascript"></script>');
var layStatus = new Array();
for(var i=0;i<layerMenus.length;i++){
	layStatus[i] = new Array();
	for(var j=0;j<layerMenus[i][0];j++){
		layStatus[i][j] = new Array();
	}
}
var cv = 0;
var cx = 0;

/*大学案内メニュー------------------------*/
//1
layStatus[cv][cx][0] = '/information/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '学長からのメッセージ';
cx++;
//2
layStatus[cv][cx][0] = '/information/history.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '大学の沿革';
cx++;
//3
layStatus[cv][cx][0] = '/information/org.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '大学の組織';
cx++;
//4
layStatus[cv][cx][0] = '/campus/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = 'キャンパスマップ';
cx++;
//5
layStatus[cv][cx][0] = '/information/financial.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '財務状況';
cx++;
//6
layStatus[cv][cx][0] = '/information/international.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '国際交流の取り組み';
cx++;

/*学部・学科紹介メニュー------------------*/
cv++;cx = 0;
//1
layStatus[cv][cx][0] = '/ve/index.html';
layStatus[cv][cx][1] = '_blank';
layStatus[cv][cx][2] = '獣医学部';
cx++;
//2
layStatus[cv][cx][0] = '/en/index.html';
layStatus[cv][cx][1] = '_blank';
layStatus[cv][cx][2] = '環境保健学部';
cx++;
//3
layStatus[cv][cx][0] = '/department/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '全学科研究室一覧';
cx++;

/*入試情報メニュー------------------------*/
cv++;cx = 0;
//1
layStatus[cv][cx][0] = '/exam/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '募集情報・日程';
cx++;
//2
layStatus[cv][cx][0] = "javascript:wo('https://www.umcnavi.jp/azabu/index.html',580,600);";
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '願書・資料請求';
cx++;
//3
layStatus[cv][cx][0] = '/exam/shingaku.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '各種進学相談会';
cx++;
//4
layStatus[cv][cx][0] = '/exam/open.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = 'オープンキャンパス・オープンセミナー';
cx++;
//5
layStatus[cv][cx][0] = '/exam/edata.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '入試データ';
cx++;
//6
layStatus[cv][cx][0] = '/campus/support.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '奨学金';
cx++;


/*キャンパスライフメニュー------------------------*/
cv++;cx = 0;
//1
layStatus[cv][cx][0] = '/campus/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = 'キャンパスマップ';
cx++;
//2
layStatus[cv][cx][0] = '/campus/club.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = 'クラブ・サークル紹介';
cx++;
//3
layStatus[cv][cx][0] = '/campus/support.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '学生生活支援';
cx++;
//4
layStatus[cv][cx][0] = '/campus/human_rights.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '麻布大学セクシャル・ハラスメント人権委員会';
cx++;

/*事務局メニュー------------------------*/
cv++;cx = 0;
//1
layStatus[cv][cx][0] = '/office/index.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '機構図';
cx++;
//2
layStatus[cv][cx][0] = '/office/list.html';
layStatus[cv][cx][1] = '';
layStatus[cv][cx][2] = '事務局紹介';
cx++;



document.write('<script src="/common/js/swap.js" type="text/javascript"></script>');

/*##other_func-----------------------------------*/
function wo(_TGT,_WIDTH,_HEIGHT){
	if(_TGT){
		_WIDTH = (_WIDTH)?_WIDTH:400;
		_HEIGHT = (_HEIGHT)?_HEIGHT:300;
		_popWin = window.open(_TGT,'_popWin','width='+_WIDTH+',height='+_HEIGHT+',scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no');
		_popWin.focus();
	}
}


function wo2(_TGT,_WIDTH,_HEIGHT){
	if(_TGT){
		_WIDTH = (_WIDTH)?_WIDTH:400;
		_HEIGHT = (_HEIGHT)?_HEIGHT:300;
		_popWin2 = window.open(_TGT,'_popWin2','width='+_WIDTH+',height='+_HEIGHT+',scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no');
		_popWin2.focus();
	}
}

function wo3(_TGT,_WIDTH,_HEIGHT){
	if(_TGT){
		_WIDTH = (_WIDTH)?_WIDTH:400;
		_HEIGHT = (_HEIGHT)?_HEIGHT:300;
		_popWin3 = window.open(_TGT,'_popWin3','width='+_WIDTH+',height='+_HEIGHT+',scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no');
		_popWin3.focus();
	}
}

