//   ##############  YAKKAN

function newwindow_yakkan() {
	nwin = window.open("http://www.necprosupport.co.jp/tourist/info/yakkan/tehai1.html", "Newwindow","width=780,height=600,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  SOUDAN Window script ###### ///////////////////////////////////

function newwindow_soudan() {
	nwin = window.open("https://www.nectouristplaza.com/info/userinfo_ask_2.asp", "","width=800,height=600,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  ANNAI Window script ###### ///////////////////////////////////

function newwindow_moushikomi() {
	nwin = window.open("moushikomi.htm", "","width=650,height=520,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no");
	nwin.document.close();

	return false;
}

function newwindow_qa() {
	nwin = window.open("q&a.htm", "","width=650,height=520,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes");
	nwin.document.close();

	return false;
}

function newwindow_henkou() {
	nwin = window.open("cxlfee.htm", "","width=650,height=520,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes");
	nwin.document.close();

	return false;
}

/////////////////////////////////// ######  TOUROKU Window script ###### ///////////////////////////////////
function subWin(){
	window.open("https://www.nectouristplaza.com/form4/touroku.asp","window1","width=640,height=450,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no");
}
//-->
<!--
	var urlBase = 'https://www.skyrep.com/SRJoker3/';

	function OnLoad()
	{
		OnSRJokerSearch();
		OnSRJokerHeadLine();
	}

	function OnSRJokerSearch()
	{
		var form = document.getElementById('SRJokerBaseForm');
		form.FareCode.value = '';
		form.target = 'SRJokerSearch';
		form.action = urlBase + 'Page/FareSearch.aspx';
		form.submit();
	}

	
	function OnSRJokerHeadLine()
	{
		var form = document.getElementById('SRJokerBaseForm');
		form.target = 'SRJokerHeadLine';
		form.action = urlBase + 'Page/HeadLine.aspx'
		form.submit();
	}

	function OnJump(strPageName, strFareCode)
	{
		var form = document.getElementById('SRJokerBaseForm');
		form.FareCode.value = strFareCode;
		form.target = '_top';
		form.action = urlBase + 'Page/' + strPageName + '.aspx';
		form.submit();
	}

	function OnJumpByID(strPageName, strFareID)
	{
		var form = document.getElementById('SRJokerBaseForm');
		form.FareID.value = strFareID;
		form.target = '_top';
		form.action = urlBase + 'Page/' + strPageName + '.aspx';
		form.submit();
	}
	//-->