if (document.images) { 
wel_on = new Image();		wel_on.src = "images/nav/welcome_on.gif";
wel_off = new Image();		wel_off.src = "images/nav/welcome_off.gif";
abo_on = new Image();		abo_on.src = "images/nav/about_on.gif";
abo_off = new Image();		abo_off.src = "images/nav/about_off.gif";
roo_on = new Image();		roo_on.src = "images/nav/roomsrates_on.gif";
roo_off = new Image();		roo_off.src = "images/nav/roomsrates_off.gif";
con_on = new Image();		con_on.src = "images/nav/contact_on.gif";
con_off = new Image();		con_off.src = "images/nav/contact_off.gif";
thi_on = new Image();		thi_on.src = "images/nav/thingstodo_on.gif";
thi_off = new Image();		thi_off.src = "images/nav/thingstodo_off.gif";
drc_on = new Image();		drc_on.src = "images/nav/directions_on.gif";
drc_off = new Image();		drc_off.src = "images/nav/directions_off.gif";
spe_on = new Image();		spe_on.src = "images/nav/specials_on.gif";
spe_off = new Image();		spe_off.src = "images/nav/specials_off.gif";

//CHURCHES
pic_one = new Image();	pic_one.src = "images/cchurch.jpg";
pic_two = new Image();	pic_two.src = "images/cchurch2.jpg";
pic_thr = new Image();	pic_thr.src = "images/psign.jpg";
pic_fou = new Image();	pic_fou.src = "images/pchurch.jpg";
pic_off = new Image();	pic_off.src = "images/townhall.jpg";
}

function swapem(sname,rname) { 
	sname.src = rname.src; 
	}

function popWin(w,h,pageUrl,scrollbar){
	newWind=window.open
   (pageUrl,"newWindow","status=no,toolbar=no,scrollbars=no,width="+w+",height="+h)
}
document.writeln ("");
