function openGlossary(URL)
{
	//var glosslink;
	//glosslink = "glossary.htm#" + term;
	window.open(URL,"C21Glossary","width=475,height=300,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
}

function openResources()
{
	window.open('resources.htm',"C21Resources","width=600,height=450,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
}

function openViewingFlash()
{
	window.open('ViewingFlashPresentations.htm',"C21Viewing","width=500,height=350,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
}