function launchCalendar () {
	var firecal = window.open('', 'firecal', ['alwaysRaised=true,height=342,width=405'] );
	firecal.document.write('<i>Loading calendar...<\/i>');
	firecal.location = '/FireCalendar/shiftcal.html';
} 