// function openwindow() {
// 	win = window.open( "pr/Travel.html", "newwin", "width=500,height=178,left=0,top=10,scrollbars=1" );
// 	win.window.focus();
// }
// 
// function linkIt(theField) {
// 	var winTarget = "_blank";
// 	open(theField[theField.selectedIndex].value, winTarget);
// }
// 
// if(document.images) { imgs[0] = new Image();  imgs[0].src = "top/smenu/ireservation_t.gif";
//  imgs[1] = new Image();  imgs[1].src = "top/smenu/ireservation_t_over.gif";
//  imgs[2] = new Image();  imgs[2].src = "top/smenu/icancel_t.gif";
//  imgs[3] = new Image();  imgs[3].src = "top/smenu/icancel_t_over.gif";
//  imgs[8] = new Image();  imgs[8].src = "top/smenu/istatus_t.gif";
//  imgs[9] = new Image();  imgs[9].src = "top/smenu/istatus_t_over.gif";
//  imgs[10] = new Image();  imgs[10].src = "top/smenu/iserch_t.gif";
//  imgs[11] = new Image();  imgs[11].src = "top/smenu/iserch_t_over.gif";
// }
// 
// function chgimg(id, imgname) {
//  if(document.images) {
//   if(imgs[imgname]) {
//     document.images[id].src = imgs[imgname].src;
//   }
//   else {
//     document.images[id].src = imgname;
//   }
//  }
// }

function selectYY(selOBJ)
{
	n = selOBJ.selectedIndex;
	chkinyy = selOBJ.options[n].value;
	location.href='/cgi-bin/ihonex3/search_plan.cgi?hid=wjrkyoto&form=en&chkin_yy=' + chkinyy;
}
function selectMM(selOBJ)
{
	n = selOBJ.selectedIndex;
	chkinmm = selOBJ.options[n].value;
	location.href='/cgi-bin/ihonex3/search_plan.cgi?hid=wjrkyoto&form=en&chkin_mm=' + chkinmm;
}
function selectDD(selOBJ)
{
	n = selOBJ.selectedIndex;
	chkindd = selOBJ.options[n].value;
	location.href='/cgi-bin/ihonex3/search_plan.cgi?hid=wjrkyoto&form=en&chkin_dd=' + chkindd;
}
function openBE(query,dummy) {
	var target = "https://reservations.synxis.com/lbe/rez.aspx" + query;
	var winW = (document.layers)? window.innerWidth : document.body.offsetWidth;
	var winH = (document.layers)? window.innerHeight : document.body.offsetHeight;
	var features = ",scrollbars,menubar,status,location,toolbar";
	var properties = "resizable" + features + ",height=" + winH + ",width=" + winW;
	window.open(target,"_blank",properties);
}
function setLoadTimeOkay()
{

}