function SwitchImage(imgID) {
	var currImg = document.getElementById(imgID);
	var currUrl = new String();
	var currCell = document.getElementById(imgID + "_cell");
	
	currUrl = currImg.src;
	
	// turn the image off
	if(currUrl.indexOf("_on.gif") > -1) {
		currImg.src = currUrl.replace(/_on.gif/,".gif");
		currCell.className = "NavNormal";
	} else {
		// turn the image on
		currImg.src = currUrl.replace(/.gif/,"_on.gif");
		currCell.className = "NavRollOver";
	}
}
function popup(popurl){
winpops=window.open(popurl,"","width=640,height=480,")
}
function delayer(){
    window.location = "donate-the-brick-campaign-buy-a-brick.html"
}
function TXdelayer(){
    window.location = "resources-curriculum-and-video.html"
}
function OpenPopup (c) {
testwindow=window.open(c,
'window',
'width=200,height=100,scrollbars=no,status=no,menubar=no,location=yes,toolbar=no,directories=no,resizable=no');
testwindow.moveTo(350,350);
}
function GrayBoxes(msg) {
  alert(msg);
}
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function HorizontalPopup(popurl){
winpops=window.open(popurl,"","width=600,height=400,")
}
function VerticalPopup(popurl){
winpops=window.open(popurl,"","width=400,height=600,")
}
