function checkall(formname,checkname,thestate){
var el_collection=eval("document.forms."+formname+"."+checkname)
for (c=0;c<el_collection.length;c++)
el_collection[c].checked=thestate
}

if (self != top) { top.location.href = window.location.href; }

function checkall(formname,checkname,thestate){
var el_collection=eval("document.forms."+formname+"."+checkname)
for (c=0;c<el_collection.length;c++)
el_collection[c].checked=thestate
}

function resizeFrame() {
	isIE5 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 5.")!=-1)) ? true : false;
	if((navigator.appVersion.indexOf("MSIE")!=-1)&&!isIE5) {
		newH = document.body.offsetHeight - 84;
		document.getElementById("frameContainer").style.height = newH + 'px';
	}
}

function launchiCalFeed(calID) {
	var iCal = "http://msbtest04.usc.edu/webevent/scripts/webevent.plx?cmd=ical&calID=" + calID;
	alert("Copy this URL and paste into your favorite iCal-compatible calendar:\n\n" + iCal);
}