/*function popLargeImg(popWhat){	var msgWindow = window.open(popWhat,'','width=378,height=144,scrollbars,resizable');		//popWhat;	msgWindow.document.open();	msgWindow.document.close();}*/function popDeff(theHeight){	//var msgWindow = window.open('pop_quote.php','','width=415,height=' + theHeight + ',scrollbars,resizable');	//var page='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Word of the Day - ' + popWord + '</title><link href="style.css" rel="stylesheet" type="text/css"></head><body><table width="100%" height="100%" bgcolor="#FFFFFF" border="0" cellpadding="5" cellspacing="5"><tr><td valign="top"><span class="biggerTxt"><strong>' + popWord + '</strong></span><strong>:</strong><br><br><span class="biggerTxt">' + popDeff + '</span><br><br><em>Source: ' + popSource + '</em></td></tr></table></body></html>';		//popWhat;	//msgWindow.document.open();	//msgWindow.document.write(page);	//msgWindow.document.close();	window.open('pop_quote.php','','width=415,height=' + theHeight + ',scrollbars,resizable');}