
function showCalendar(element)
{
	element.style.display='block';
}
