// JavaScript Document
var snapshots = 'http://fusion.stolaf.edu/admissions/snapshots/index.cfm?category=1';

function openSnapshots() {
	window.open(snapshots,"ChapelService","status=0,scrollbars=0,resizeable=1,width=715,height=475");
}
