<!--

var globalLayer = ""
var navonImg = ""
var navoffImg = ""
var layerTimeout = 1000
var lt = 0
var HL = ""
var that = ""




function bannerOpen(URL){
	attentionBanner=window.open(URL,'attentionBanner','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,alwaysLowered=yes,resizable=yes');

}

function miniPage(URL,WI,HEI,NM) {
	if (! WI)	{	WI = 400;	}
	if (! HEI)	{	HEI = 400;	}

	SIZE = ('toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,alwaysLowered=yes,resizable=yes,width=' + WI + ',height=' + HEI);
	komado=window.open(URL,NM,SIZE);
//	window.komado.document.frmPost.submit();
}

function wclose() {
	window.close();
}


function jumpPage(YY,MM,DD,MD,KM) {
	if (MD) {	document.frmPost.mode.value = MD;	}
	if (YY) {	document.frmPost.year.value = YY;	}
	if (MM) {	document.frmPost.month.value = MM;	}
	if (DD) {	document.frmPost.day.value = DD;	}
	if (KM) {	document.frmPost.kamoku.value = KM;	}
	document.frmPost.submit();
}	

// -->
