<!--

function notepad(){
	window.open('notepad.html','','width=500,height=400,resizable=yes');

}

function glossary(){
	window.open('glossary.html','','width=460,height=220,resizable=no');

}

function tellafriend(){
	OpenWindow=window.open("tellafriend.html","tellafriend", "width = 400, height=180 ,scrollbars=yes,menubar=no,resizable=yes,location=no,directories=no,status=yes");
}

//-->
