function openExternalLink(url)
{
	alert("You are leaving Centre for Genetics Education site now. The URL you just clicked on will be shown in a separate window.");
	window.open(url, "ExternalLink");
}


