/*------------------------------------------------------------------------------
	JAC Recruitment
	Date: 2008-10
	(C) JAC Japan Co., Ltd. All rights reserved.
------------------------------------------------------------------------------*/

/* ===================================================================================
	ポップアップの設定
=================================================================================== */

/* 免責事項・推奨環境 */
function popupWin(){
	newwin=window.open('fair.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：本社（神保町オフィス） */
function mapTokyo_1(){
	newwin=window.open('tokyo_1.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：東京　一橋オフィス */
function mapTokyo_2(){
	newwin=window.open('tokyo_2.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：横浜支店 */
function mapYokohama(){
	newwin=window.open('yokohama.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：名古屋支店 */
function mapNagoya(){
	newwin=window.open('nagoya.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：京都支店 */
function mapKyoto(){
	newwin=window.open('kyoto.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：大阪支店 */
function mapOsaka(){
	newwin=window.open('osaka.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：神戸支店 */
function mapKobe(){
	newwin=window.open('kobe.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}

/* 地図：福岡支店 */
function mapFukuoka(){
	newwin=window.open('fukuoka.html','newwin','status=no,resizable=no,scrollbars=yes,width=720,height=500');
}


/* ===================================================================================
	印刷ボタンの設定
=================================================================================== */

function print_page(){
	if(document.getElementById || document.layers){
		window.print();	
	}
}
