// JavaScript Document
function showDetails(num) {
	eventwin = window.open('eventdetails.php?i='+num,'eventwin','width=510,height=400,toolbar=0,location=1,menubar=1,directories=0,resizable=0,scrollbars=1');	
}
function viewCalendar() {
	calwin = window.open('viewcalendar.php?v=3','calwin','width=780,height=600,toolbar=0,location=1,menubar=1,directories=0,resizable=0,scrollbars=1');	
}
function showLegend2() {
	document.getElementById('legend2').style.height = '';	
}
function hideLegend2() {
	document.getElementById('legend2').style.height = '0px';	
}