

function footcopy()
	{
		mydate=new Date();
		Ye=mydate.getFullYear();
		cokData="Copyright&nbsp;&copy;"+Ye+"&nbsp;Kyoto Convention Bureau, All Rights Reserved. ";
		return cokData;
}


function openWinsize(pageName,widths,heights)
	{
		aa="width="+widths+",height="+heights+",resizable=yes,scrollbars=1";
		newWin=window.open(pageName,"popup",aa);
	}


function closePage()
	{
		this.close();
	}