
<!--

function reservelink(){
document.sky1.action = "https://www.res.skymark.co.jp/reserve2/inputDateAirline"; 
}

function conflink(){
document.sky2.action = "https://www.res.skymark.co.jp/reserve2/main"; 
}

function conflink2(){
top.location.href = "https://www.res.skymark.co.jp/reserve2/"; 
}

function farelink(){
document.fare.action = "https://www.res.skymark.co.jp/fltguide/dateAirLineInput"; 
}

function skdlink(){
document.schedule.action = "https://www.res.skymark.co.jp/fltguide/dateAirLineInput"; 
}

function farelink2(){
top.location.href = "https://www.res.skymark.co.jp/fltguide/dateAirLineInput?request=top&departure=hnd&arrival=akj&forward=fare"; 
}

function skdlink2(){
top.location.href = "https://www.res.skymark.co.jp/fltguide/dateAirLineInput?request=top&departure=hnd&arrival=akj&forward=schedule"; 
}

function mcrlink(){
document.operate.action = "https://www.res.skymark.co.jp/cgi-bin/flightinfo_i18n.cgi"; 
}

function mcrlink2(){
top.location.href = "http://www.res.skymark.co.jp/mercury/fis/flight_announce_i18n"; 
}

var openCAL = null;
function openCalWin(obj,lang,req){
	//カレンダー表示
	if(openCAL!=null){
		openCAL.close();
	}
	var reqestURL = location.protocol +"//"+ location.hostname +'/'+lang+'/cal.html?language='+ lang +'&request='+req;
	openCAL = window.open(reqestURL,obj.name,'width=540,height=245,scrollbars=yes,resizable=yes,toolbar=no,menubar=no');
}

//-->


