function doIt(a) {
mywindow = window.open("blank.htm","glossary",
    "height=200,width=400,status=no,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no");
gURL='glossary.htm#'+a
mywindow = window.open(gURL,"glossary",
    "height=200,width=400,status=no,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no");
mywindow.focus
}
