// JavaScript Document
function moveARC(){
	window.open("http://www.arccorp.com/index.jsp","_blank");
}
function moveIATA(){
	window.open("http://www.iata.org/index.htm","_blank");
}
function moveYokoso(){
	window.open("http://www.japantravelinfo.com/top/index.php","_blank");
}
function moveContact(){
	window.open("contactus.html","_self");
}
function moveTourPlans(target){
	var url = "";
	switch(target){
		case "edays":
			url = "8days.htm";
		break;
		case "sdays":
			url = "7days.htm";
		break;
		case "west":
			url = "west.htm";
		break;
		case "hokkaido":
			url = "hokkaidotour.htm";
		break;
		case "holiday":
			url = "holiday.htm";
		break;
		case "biz":
			url = "bizpack.htm";
		break;
		case "cherry":
			url = "cherry.htm";
		break;
		case "index":
			url = "index.htm";
		break;
	}
	//document.getElementById('pageTitle').innerHTML = '|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tour plan';
	location.href = url;
	//loadXMLDoc(url);
	//document.getElementById('plans').src = url;
}
function moveAboutUs(){
	window.open("aboutus.html","_self");
}
function moveCredit(){
	window.open("credit.html","_self");
}
function moveTerms(){
	window.open("termconditions.html","_self");
}
function moveTourApp(){
	window.open("tourapplication.html","_self");
}
function moveJapanRail(){
	window.open("http://www.japanrailpass.net/eng/en001.html","_blank");
}
function getAdobeReader(){
	window.open("http://www.adobe.com/go/EN_US-H-GET-READER","_blank");
}
function moveTravelGuard(){
	window.open("http://www.travelguard.com/agentlink.asp?ta_arc=05729802&pcode=", "_blank");
}