function openCalendarEvent(url){

	window.open(url, "calendarEvent", "width=500, height=480, resize=1, scrollbars=1");

}

function copyCalendar(){

	window.clipboardData.setData('text',document.getElementById('calendar').innerHTML);
	
}

function openDawnStory(){

	window.open("http://www.maxmuscle.com/dawn.php", "story", "width=540, height=500, scrollbars=1");

}

function openRules(){

	window.open("http://www.maxmuscle.com/rules.php", "rules", "width=540, height=500, scrollbars=1");

}