function OpenWindow1(URL,Winname,Width)
		{
		SubWindow=window.open(URL,Winname,"width=560,height=460,scrollbars=1");
		}
		
function OpenWindow_event(URL,Winname,Width)
		{
		SubWindow=window.open(URL,Winname,"width=620,height=600,scrollbars=1");
		}

function Endday(thisYear,thisMonth,thisDay){
	thisNow   = new Date();
	thisRunDate = new Date( thisYear , thisMonth-1 , thisDay );
	thisMsec = thisNow.getTime()-thisRunDate.getTime();
	thisDayCount = Math.floor(thisMsec / (1000*60*60*24));
	if (thisDayCount >= 0) {document.write("");}
	else{document.write("<span class=red-bld >平成23年度新規開設保育園</span>");}
	}

