// __________________________________________________ called by individual school pages to refer to the outside paying sites

function openWindow(id){
	address = "learn-" + id + ".html";
	newWin = window.open(address,'',''); 
	}

// preload background images for buttons

buttonLearn0		= new Image;
buttonLearn1		= new Image;

buttonLearn0.src	='/images/learnMoreOff.jpg';
buttonLearn1.src	='/images/learnMoreOn.jpg';



