<!--

function showPreviewPic(theImageFile,theWidth,theHeight,theDirectory) {
	popupPrev = window.open('preview.htm?pic='+theImageFile+'&dir='+theDirectory, theImageFile, 'resizable=no,scrollbars=no,width='+theWidth+',height='+theHeight);
}

function fullSchedule() {
	schedWin = window.open('full_calendar.php', 'Schedule', 'resizable=yes,scrollbars=yes,width=300,height=300');
}

// -->

