//This function highlights the link on the menu showing which page you are currently browsing
//var sPath = window.location.pathname;
//function thisPage(){
//	var lis = document.getElementsByTagName("a");
//	for (var i = 0; i < lis.length; i++) { 
//	    status = lis[i].getAttribute("href"); 
//	    status = status.replace('http://thecambridgeacademy.org','');
//		status = status.replace('http://www.thecambridgeacademy.org','');
//	    alert(status+'\n'+sPath);
//	    if ( status == sPath) {
//	        lis[i].style.color="#e4b926";
//	    }
//	}
//}



function toolTipClick(aWord){
	window.open("http://www.thecambridgeacademy.org/glossary.php#"+aWord,'glossary', "height=200,width=300,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
}

function toolTipMouseover(aWord){
	return;
}
