
	pics = new Array();
	var PicShouldStay;
	
	function BuildPicts(szButtonToKeep){
		if(document.images) {
			pics[1] = new Image();
			pics[1].src = "images/SignupBtn.gif";
			pics[2] = new Image();
			pics[2].src = "images/SignUpGoldBtn.gif";
			pics[3] = new Image();
			pics[3].src = "images/WWDBtn.gif";
			pics[4] = new Image();
			pics[4].src = "images/WWDGoldBtn.gif";
			pics[5] = new Image();
			pics[5].src = "images/WhoWeAreBtn.gif";
			pics[6] = new Image();
			pics[6].src = "images/WhoWeAreGoldBtn.gif";
			pics[7] = new Image();
			pics[7].src = "images/TestiBtn.gif";
			pics[8] = new Image();
			pics[8].src = "images/TestiGoldBtn.gif";
			pics[9] = new Image();
			pics[9].src = "images/CostBtn.gif";
			pics[10] = new Image();
			pics[10].src = "images/CostGoldBtn.gif";
			pics[11] = new Image();
			pics[11].src = "images/QABtn.gif";
			pics[12] = new Image();
			pics[12].src = "images/QAGoldBtn.gif";
			pics[13] = new Image();
			pics[13].src = "images/ContactUsBtn.gif";
			pics[14] = new Image();
			pics[14].src = "images/ContactUsGoldBtn.gif";
			pics[15] = new Image();
			pics[15].src = "images/HomeBtn.gif";
			pics[16] = new Image();
			pics[16].src = "images/HomeGoldBtn.gif";
			pics[17] = new Image();
			pics[17].src = "images/SignUpNow.gif";
			pics[18] = new Image();
			pics[18].src = "images/SignUpNowHi.gif";
			pics[19] = new Image();
			pics[19].src = "images/SignUpNow_grBkg.gif";
			pics[20] = new Image();
			pics[20].src = "images/SignUpNow_grBkgHi.gif";
			pics[21] = new Image();
			pics[21].src = "images/SignUpNow_grBkg.gif";
			pics[22] = new Image();
			pics[22].src = "images/SignUpNow_grBkgHi.gif";
			pics[23] = new Image();
			pics[23].src = "images/SignUpNow.gif";
			pics[24] = new Image();
			pics[24].src = "images/SignUpNowHi.gif";
			
			switch (szButtonToKeep){
				case "Signup":
					pics[1].src = "images/SignupGoldBtn.gif";
					PicShouldStay = 1;
				break;
				case "WWD":
					pics[3].src = "images/WWDGoldBtn.gif";
					PicShouldStay = 3;
				break;
				case "WhoWeAre":
					pics[5].src = "images/WhoWeAreGoldBtn.gif";
					PicShouldStay = 5;
				break;
				case "Testi":
					pics[7].src = "images/TestiGoldBtn.gif";
					PicShouldStay = 7;
				break;
				case "Cost":
					pics[9].src = "images/CostGoldBtn.gif";
					PicShouldStay = 9;
				break;
				case "QA":
					pics[11].src = "images/QAGoldBtn.gif";
					PicShouldStay = 11;
				break;
				case "ContactUs":
					pics[13].src = "images/ContactUsGoldBtn.gif";
					PicShouldStay = 13;
				break;
				case "Home":
					pics[15].src = "images/HomeGoldBtn.gif";
					PicShouldStay = 15;
				break;
			}
		}
	}
	function changer(from,to) {
		if(document.images)
			document.images[from].src = pics[to].src;
	}
	function Rcertify(){
		popupWin = window.open("http://www.bbbonline.org/cks.asp?id=10305301412232616", "Participant","location=yes,scrollbars=yes,width=450,height=300"); 
		window.name = "opener";
	}


