function slideshow() {
var flashvars = {};
flashvars.galleryURL = "spotlight.xml";
flashvars.baseURL = "photos/";
var params = {};			
params.allowfullscreen = false;
params.allowscriptaccess = "always";
params.bgcolor = "FFFFFF";
swfobject.embedSWF("photos/simpleviewer.swf", "flashContent", "100%", "550", "9.0.124", false, flashvars, params);
}

function HideDiv(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowDiv(d) {
if(d.length < 1) { return; }
HideDiv("home"); HideDiv("contact"); HideDiv("calendar"); HideDiv("spotlight"); HideDiv("involve"); HideDiv("distloc"); HideDiv("weather");
if(d=="weather") {document.getElementById("weatherframe").src="http://weather.netfrontage.com/defaultsized.asp?c=1&zip=27292";}
if(d=="spotlight") {slideshow();}

document.getElementById(d).style.display = "block";
}
function Dummy() {
{ return; }
}
