/////////////////////////////////// ######  SOUDAN Window script ###### ///////////////////////////////////

function newwindow_soudan() {
	nwin = window.open("https://www.nectouristplaza.com/form2/toi_kokunai.asp", "","width=650,height=520,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  HENKOU Window script ###### ///////////////////////////////////

function newwindow_trainhenkou() {
	nwin = window.open("/train/info.htm#tori", "Newwindow","width=600,height=490,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  MOUSIKOMI Window script ###### ///////////////////////////////////

function newwindow_moushikomi() {
	nwin = window.open("http://www.nectouristplaza.com/kokunai_mousikomi.htm", "Newwindow","width=660,height=490,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  HENKOU Window script ###### ///////////////////////////////////

function newwindow_henkou() {
	nwin = window.open("http://www.nectouristplaza.com/kokunai_jyoken.htm#xldfee", "Newwindow","width=660,height=490,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  YAKKAN Window script ###### ///////////////////////////////////

function newwindow_yakkan() {
	nwin = window.open("http://www.nec-tourist.co.jp/info/yakkan/syusai1.html", "Newwindow","width=780,height=640,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  JOUKENSHO Window script ###### ///////////////////////////////////

function newwindow_jouken() {
	nwin = window.open("http://www.nectouristplaza.com/kokunai_jyoken.htm", "Newwindow","width=660,height=490,scrollbars=yes");
	nwin.document.close();

	return false;
}
/////////////////////////////////// ######  PRIVACY Window script ###### ///////////////////////////////////

function newwindow_privacy() {
	nwin = window.open("http://www.nec-tourist.co.jp/co_info/jouhou.html", "Newwindow","width=780,height=640,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  KAKUOTOIAWASEMADOGUCHI Window script ###### ///////////////////////////////////

function newwindow_toiawase() {
	nwin = window.open("http://www.nec-tourist.co.jp/co_info/toi.html", "Newwindow","width=780,height=640,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  KAISHA GAIYOU Window script ###### ///////////////////////////////////

function newwindow_gaiyou() {
	nwin = window.open("http://www.nec-tourist.co.jp/co_info/gaiyou.html", "Newwindow","width=780,height=640,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  KAISHA GAIYOU MAP Window script ###### ///////////////////////////////////

function newwindow_map() {
	nwin = window.open("http://www.nec-tourist.co.jp/co_info/map.html", "Newwindow2","width=780,height=640,scrollbars=yes");
	nwin.document.close();

	return false;
}

