if(document.images != null){
	// Initialize Rollover Images
	
	b1_01 = new Image();
	b1_01_f2 = new Image();
	b1_01.src = "http://www.mtbfunds.com/images/navigation/b01_01.gif";
	b1_01_f2.src = "http://www.mtbfunds.com/images/navigation/b01_01_f2.gif";
	
	b1_02 = new Image();
	b1_02_f2 = new Image();
	b1_02.src = "http://www.mtbfunds.com/images/navigation/b01_02.gif";
	b1_02_f2.src = "http://www.mtbfunds.com/images/navigation/b01_02_f2.gif";
	
	b1_03 = new Image();
	b1_03_f2 = new Image();
	b1_03.src = "http://www.mtbfunds.com/images/navigation/b01_03.gif";
	b1_03_f2.src = "http://www.mtbfunds.com/images/navigation/b01_03_f2.gif";
	
	b1_04 = new Image();
	b1_04_f2 = new Image();
	b1_04.src = "http://www.mtbfunds.com/images/navigation/b01_04.gif";
	b1_04_f2.src = "http://www.mtbfunds.com/images/navigation/b01_04_f2.gif";
	
	b1_05 = new Image();
	b1_05_f2 = new Image();
	b1_05.src = "http://www.mtbfunds.com/images/navigation/b01_05.gif";
	b1_05_f2.src = "http://www.mtbfunds.com/images/navigation/b01_05_f2.gif";
	
}