	featuringOn=new Image;
	featuringOn.src="images/featuring_on.gif";
	featuringOff=new Image;
	featuringOff.src="images/featuring_off.gif";

	liveOn=new Image;
	liveOn.src="images/live_on.gif";
	liveOff=new Image;
	liveOff.src="images/live_off.gif";
	
	listenOn=new Image;
	listenOn.src="images/listen_on.gif";
	listenOff=new Image;
	listenOff.src="images/listen_off.gif";
	
	galleryOn=new Image;
	galleryOn.src="images/gallery_on.gif";
	galleryOff=new Image;
	galleryOff.src="images/gallery_off.gif";
	
	linksOn=new Image;
	linksOn.src="images/links_on.gif";
	linksOff=new Image;
	linksOff.src="images/links_off.gif";
	
	contactOn=new Image;
	contactOn.src="images/contact_on.gif";
	contactOff=new Image;
	contactOff.src="images/contact_off.gif";
		
	uparrowOn=new Image;
	uparrowOn.src="images/uparrow_on.gif";
	uparrowOff=new Image;
	uparrowOff.src="images/uparrow_off.gif";
	
	downarrowOn=new Image;
	downarrowOn.src="images/downarrow_on.gif";
	downarrowOff=new Image;
	downarrowOff.src="images/downarrow_off.gif";
		
function whistleOn(img) {document.images[img].src=eval(img + "On.src");}
function whistleOff(img) {document.images[img].src=eval(img + "Off.src");}

function launchPhoto(img,w,h) {
var features, width=20, height=20;
if (w) {width += w} else {width=600};
if (h) {height += h} else {height=450};
newWin=window.open(img,'pop','toolbars=0,scrollbars=0,width=' + width + ',height=' + height + ',top=20,left=20')
}

function backToTop(div) {
	var theDiv=document.getElementById(div);
	theDiv.scrollTop=0;
}


function show(DivID) {document.getElementById(DivID).style.display = "block"}
function hide(DivID) {document.getElementById(DivID).style.display = "none"}

function bioNavShow(c) {
	hide('blurb');
	hide('angela');
	hide('clint');
	hide('john');
	hide('caleb');
	show(c);	
}
