function findObj(theObj, theDoc)
{
var p, i, foundObj;
if(!theDoc) theDoc = document;
if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
{
theDoc = parent.frames[theObj.substring(p+1)].document;
theObj = theObj.substring(0,p);
}
if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
for (i=0; !foundObj && i < theDoc.forms.length; i++) 
foundObj = theDoc.forms[i][theObj];
for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
foundObj = findObj(theObj,theDoc.layers[i].document);
if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);
return foundObj;
}

function contact_pop() {
window.open('contact.htm','ah','directories=no,location=no,menubar=no,scrollbars=no,resizable=yes,status=no,toolbar=no,width=710,height=600');
}
function contr_pop() {
window.open('contribute.htm','ah','directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width=515,height=425');
}
function mag_pop() {
window.open('innis_01.htm','ah','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no,width=605,height=783');
}
function map_pop() {
window.open('map.htm','ah','directories=no,location=no,menubar=no,scrollbars=yes,resizable=no,status=no,toolbar=no,width=758,height=748');
}
function nat_pop() {
window.open('nowandthen.htm','ah','directories=no,location=no,scrollbars=yes,menubar=no,resizable=yes,status=no,toolbar=no,width=631,height=775');
}
function hist_pop() {
window.open('historical.htm','ah','directories=no,location=no,scrollbars=yes,menubar=no,resizable=yes,status=no,toolbar=no,width=793,height=589');
}
function muse_pop() {
window.open('museum.htm','aha','directories=no,location=no,scrollbars=yes,menubar=no,resizable=yes,status=no,toolbar=no,width=792,height=588');
}
function cott_pop() {
window.open('cottage.htm','ha','directories=no,location=no,scrollbars=yes,menubar=no,resizable=yes,status=no,toolbar=no,width=792,height=588');
}
function rsvp_pop() {
window.open('RSVP_Starfish.html','ha','directories=no,location=no,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no,width=504,height=300');
}
function soldout_pop() {
window.open('BeachBall_Sold_Out.html','ha','directories=no,location=no,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no,width=504,height=300');
}
