var isNS4 = (document.layers ? true : false);
var width1 = window.innerWidth;
resize = new Function('if (width1 != window.innerWidth) location.reload()');

function calendar() {
	calendarPopup=window.open("../calendar.html","calendarPopup","resizable=yes,scrollbars,width=500,height=460");
}
function mission() {
	missionPopup=window.open("../mission.html","missionPopup","resizable=yes,scrollbars,width=480,height=350");
}
function about_us() {
	about_usPopup=window.open('../about_us.html','about_usPopup','resizable=yes,scrollbars,width=580,height=350')
}
function membership() {
	membershipPopup=window.open('../membership.html','membershipPopup','resizable=yes,scrollbars,width=580,height=350')
}
function hours() {
	hoursPopup=window.open('../hours.html','hoursPopup','resizable=yes,scrollbars,width=480,height=350')
}
function bookstore() {
	bookstorePopup=window.open("../bookstore.html","bookstorePopup","resizable=yes,scrollbars,width=580,height=350");
}
function gallery() {
	galleryPopup=window.open("../gallery.html","galleryPopup","resizable=yes,scrollbars,width=480,height=350");
}

function colortest1() {
	colortest1Popup=window.open('../about_us_colortest1.html','colortest1Popup','scrollbars,resizable=yes,width=580,height=350');
}

function regform() {
	regPopup=window.open("reg_form.html","regPopup","resizable=yes,scrollbars,width=660,height=420,top=30,right=30");
}