function checkfun(a)
{
myWindow = window.open('mn1.php?word='+ a, 'Meaning', 'location=no,scrollbars=yes,width=250,height=100,menubar=no,status=no,resizable=no,alwaysRaised=yes')
myWindow.focus();
}
function checkinsight(b)
{
myWindowi = window.open('mn1.php?insight='+ b, 'Insights', 'location=no,scrollbars=yes,width=250,height=100,menubar=no,status=no,resizable=no,alwaysRaised=yes')
myWindowi.focus();
}
