﻿/*Tyson Lewis

Rev1: 03-14-08, 
Rev2: 6-17-2010
*/



	function HideAll() //Hides the Previous Bullet list

	{

	for(var num =1;num<8;num++){

	var obj = document.getElementById('a' + num);


		if(obj.style.display=='block'){

			obj.style.display='none';

		}

	  }	

	}

	function showHideAnswer() //Shows the selected Panel and hides the previous

	{

	 HideAll();//Calls the hide all function

		var numericID = this.id.replace(/[^\d]/g,'');

		var obj = document.getElementById('a' + numericID);

		if(obj.style.display=='block'){

			obj.style.display='none';

		}else{

			obj.style.display='block';

		}

	}

		

	function initShowHideContent()

	{

		var divs = document.getElementsByTagName('DIV');

		for(var no=0;no<divs.length;no++){

			if(divs[no].className=='question'){

				divs[no].onclick = showHideAnswer;				

			}	

		}

		

			}

window.onload = initShowHideContent;

var VMC = new Array(7);

VMC[0] ="images/Gallery/VMC0.jpg";

VMC[1] ="images/Gallery/VMC1.jpg";

VMC[2] ="images/Gallery/VMC2.jpg";

VMC[3] ="images/Gallery/VMC3.jpg";

VMC[4] ="images/Gallery/VMC4.jpg";

VMC[5] ="images/Gallery/VMC5.jpg";

VMC[6] ="images/Gallery/VMC6.jpg";

var MCGH = new Array(6);

MCGH[0] ="images/Gallery/MCGH1.jpg";

MCGH[1] ="images/Gallery/MCGH3.png";

MCGH[2] ="images/Gallery/MCGH4.png";

MCGH[3] ="images/Gallery/MCGH5.png";

MCGH[4] ="images/Gallery/MCGH6.png";

MCGH[5] ="images/Gallery/MCGH2.png";



var FandJ = new Array(5);

FandJ[0] ="images/Gallery/F&J1.jpg";

FandJ[1] ="images/Gallery/F&J5.jpg";

FandJ[2] ="images/Gallery/F&J2.jpg";

FandJ[3] ="images/Gallery/F&J3.jpg";

FandJ[4] ="images/Gallery/F&J4.jpg";



var MC8L = new Array (7);

MC8L[0] ="images/Gallery/M8L1.jpg";

MC8L[1] ="images/Gallery/M8L2.jpg";

MC8L[2] ="images/Gallery/M8L3.jpg";

MC8L[3] ="images/Gallery/M8L4.jpg";

MC8L[4] ="images/Gallery/M8L5.jpg";

MC8L[5] ="images/Gallery/M8L6.jpg";

MC8L[6] ="images/Gallery/M8L7.jpg";



var Fireworks = new Array(4);

Fireworks[0] ="images/Gallery/Fireworks1.jpg";

Fireworks[1] ="images/Gallery/Fireworks2.jpg";

Fireworks[2] ="images/Gallery/Fireworks3.jpg";

Fireworks[3] ="images/Gallery/Fireworks4.jpg";



var MCA = new Array(3);

MCA[0] ="images/Gallery/MAO1.jpg";

MCA[1] ="images/Gallery/MAO2.jpg";

MCA[2] ="images/Gallery/MAO3.jpg";



var LaceyCol = new Array(3);

LaceyCol[0] ="images/Gallery/LaceyColl1.jpg";

LaceyCol[1] ="images/Gallery/LaceyColl2.jpg";

LaceyCol[2] ="images/Gallery/LaceyColl3.jpg";









function funVMC(c)

{

document.getElementById("_Center").src=VMC[c];

}

function funMCGH(n)

{

document.getElementById("_Center").src=MCGH[n];

}

function funFandJ(a)

{

document.getElementById("_Center").src=FandJ[a];

}

function funMC8L(a)

{

document.getElementById("_Center").src=MC8L[a];

}

function funFire(a)

{

document.getElementById("_Center").src=Fireworks[a];

}

function funMCA(a)

{

document.getElementById("_Center").src=MCA[a];

}

function funLC(a)

{

document.getElementById("_Center").src=LaceyCol[a];

}

function picGlow(glow,id)

{

if (glow=="no"){

document.getElementById(id).src="images/Gallery/pic.png"

}

else

{

document.getElementById(id).src="images/Gallery/picGlow.png"

}

}

function mouseOver()

{

document.getElementById("_Home").src="images/Homepage/HomeGlow.gif"

} 

function mouseOut()

{

document.getElementById("_Home").src="images/Homepage/Home.gif"



}

function mouseOverAbout()

{

document.getElementById("_AboutUs").src="images/Homepage/AboutUsGlow.gif"

}

function mouseOutAbout()

{

document.getElementById("_AboutUs").src="images/Homepage/About_us.gif"

}

