function openWord(word) {
	var wordWin = window.open('../glossary/'+word+'.html', 'newWin', 'height=250,width=350');
	wordWin.focus();
}