﻿<!--
function WindowOpenUp(sURL){
	window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
}


//function to turn images on.
function imgOn (img1) {
	if (document.images) {
		document [img1].src = eval (img1 + "on.src");
	}
}
	
//function to turn images off.
function imgOff (img1) {
	if (document.images) {
		document [img1].src = eval (img1 + "off.src");
	}
}

//-->


