// JavaScript Document

if(document.images != null){
	// Initialize Rollover Images
	
	b1 = new Image();
	b1_f2 = new Image();
	b1.src = "/images/erectfunds/b1.gif";
	b1_f2.src = "/images/erectfunds/b1_f2.gif";
	
	b2 = new Image();
	b2_f2 = new Image();
	b2.src = "/images/erectfunds/b2.gif";
	b2_f2.src = "/images/erectfunds/b2_f2.gif";
	
	b3 = new Image();
	b3_f2 = new Image();
	b3.src = "/images/erectfunds/b3.gif";
	b3_f2.src = "/images/erectfunds/b3_f2.gif";
	
	b4 = new Image();
	b4_f2 = new Image();
	b4.src = "/images/erectfunds/b4.gif";
	b4_f2.src = "/images/erectfunds/b4_f2.gif";
	
	b5 = new Image();
	b5_f2 = new Image();
	b5.src = "/images/erectfunds/b5.gif";
	b5_f2.src = "/images/erectfunds/b5_f2.gif";
	
	b6 = new Image();
	b6_f2 = new Image();
	b6.src = "/images/erectfunds/b6.gif";
	b6_f2.src = "/images/erectfunds/b6_f2.gif";
	
	b7 = new Image();
	b7_f2 = new Image();
	b7.src = "/images/erectfunds/b7.gif";
	b7_f2.src = "/images/erectfunds/b7_f2.gif";
}

function SwapImage(imgToSwapIn,imgLocation) {
	imgToSwapIn = eval(imgToSwapIn + ".src");
	document [imgLocation].src = imgToSwapIn;
}

function SwapPhoto(imgToSwapIn, imgLocation){
	//imgToSwapIn = eval(imgToSwapIn + ".src");
	document [imgLocation].src = imgToSwapIn;
}