// JavaScript Document
function whatis(word)
{
	txt1='../dictionary/help.htm#' + word;	
	Message = window.open(txt1,'','height=100 px,width=310 px`,scrollbars=yes');
	Message.moveTo(100,100);

}