// JavaScript Document
<!-- hide from none JavaScript Browsers



// second rollover

	SecondRoll = new Array()
	SecondRoll[0] = new Image(41,41)
	SecondRoll[0].src = "souttm.jpg"
	SecondRoll[1] = new Image(41,41)
	SecondRoll[1].src = "soutt.jpg"
	
	
	function SecondSwapOut() {		
		document.edutwo.src = SecondRoll[1].src; return true;	
	}
	
	function SecondSwapBack() {		
		document.edutwo.src = SecondRoll[0].src; return true;	
	}
	
// third rollover

	ThirdRoll = new Array()
	ThirdRoll[0]= new Image(41,41)
	ThirdRoll[0].src = "chestm.jpg"
	ThirdRoll[1] = new Image(41,41)
	ThirdRoll[1].src = "chest.jpg"
	
	
	function ThirdSwapOut() {		
		document.eduthr.src = ThirdRoll[1].src; return true;	
	}
	
	function ThirdSwapBack() {		
		document.eduthr.src = ThirdRoll[0].src; return true;	
	}

// fourth rollover

	FourthRoll = new Array()
	FourthRoll[0] = new Image(41,41)
	FourthRoll[0].src = "gloutm.jpg"
	FourthRoll[1] = new Image(41,41)
	FourthRoll[1].src = "glout.jpg"
	
	
	function FourthSwapOut() {		
		document.edufou.src = FourthRoll[1].src; return true;	
	}
	
	function FourthSwapBack() {		
		document.edufou.src = FourthRoll[0].src; return true;	
	}
	
// fifth rollover

	FifthRoll = new Array()
	FifthRoll[0]= new Image(41,41)
	FifthRoll[0].src = "medwtm.jpg"
	FifthRoll[1] = new Image(41,41)
	FifthRoll[1].src = "medwt.jpg"
	
	
	function FifthSwapOut() {		
		document.edufiv.src = FifthRoll[1].src; return true;	
	}
	
	function FifthSwapBack() {		
		document.edufiv.src = FifthRoll[0].src; return true;	
	}

// sixth rollover

	SixthRoll = new Array()
	SixthRoll[0]= new Image(41,41)
	SixthRoll[0].src ="nkentm.jpg"
	SixthRoll[1] = new Image(41,41)
	SixthRoll[1].src = "nkent.jpg"
	
	
	function SixthSwapOut() {		
		document.edusix.src = SixthRoll[1].src; return true;	
	}
	
	function SixthSwapBack() {		
		document.edusix.src = SixthRoll[0].src; return true;	
	}

	
// eleventh rollover

	ElvRoll = new Array()
	ElvRoll[0]= new Image(41,41)
	ElvRoll[0].src = "bractm.jpg"
	ElvRoll[1] = new Image(41,41)
	ElvRoll[1].src = "bract.jpg"
	
	
	function ElvSwapOut() {		
		document.eduelv.src = ElvRoll[1].src; return true;	
	}
	
	function ElvSwapBack() {		
		document.eduelv.src = ElvRoll[0].src; return true;	
	}	
	
// era2 rollover

	era2Roll = new Array()
	era2Roll[0]= new Image(76,20)
	era2Roll[0].src = "era2.gif"
	era2Roll[1] = new Image(76,20)
	era2Roll[1].src = "erb2.gif"
	
	
	function era2SwapOut() {		
		document.era2.src = era2Roll[1].src; return true;	
	}
	
	function era2SwapBack() {		
		document.era2.src = era2Roll[0].src; return true;	
	}
// fra2 rollover

	fra2Roll = new Array()
	fra2Roll[0]= new Image(28,20)
	fra2Roll[0].src = "fra2.gif"
	fra2Roll[1] = new Image(28,20)
	fra2Roll[1].src = "frb2.gif"
	
	
	function fra2SwapOut() {		
		document.fra2.src = fra2Roll[1].src; return true;	
	}
	
	function fra2SwapBack() {		
		document.fra2.src = fra2Roll[0].src; return true;	
	}
// lra2 rollover

	lra2Roll = new Array()
	lra2Roll[0]= new Image(50,20)
	lra2Roll[0].src = "lra2.gif"
	lra2Roll[1] = new Image(50,20)
	lra2Roll[1].src = "lrb2.gif"
	
	
	function lra2SwapOut() {		
		document.lra2.src = lra2Roll[1].src; return true;	
	}
	
	function lra2SwapBack() {		
		document.lra2.src = lra2Roll[0].src; return true;	
	}
// mra2 rollover

	mra2Roll = new Array()
	mra2Roll[0]= new Image(84,20)
	mra2Roll[0].src = "mra2.gif"
	mra2Roll[1] = new Image(84,20)
	mra2Roll[1].src = "mrb2.gif"
	
	
	function mra2SwapOut() {		
		document.mra2.src = mra2Roll[1].src; return true;	
	}
	
	function mra2SwapBack() {		
		document.mra2.src = mra2Roll[0].src; return true;	
	}

	
// - stop hiding --> 

