function windowload(){
	
}
function showcalmonth(month){
	document.getElementById('calendarArea').innerHTML =  document.getElementById('calendar'+month).innerHTML;
}
