//function doOpen(filename) {
//  self.open("com.webmcq.glossary.Glossary?cid=0&word="+filename+"&alt=1", "_blank", "width=470,height=350,menubar=0,toolbar=0,scrollbars=1,resizable=1");
//}
//
//function pageOpen(filename) {
//  self.open(filename, "_blank", "width=600,height=400,menubar=1,toolbar=1,scrollbars=1,resizable=1");
//}

function openGlossaryItem(filename) {
  self.open(filename, "_blank", "width=470,height=350,menubar=0,toolbar=0,scrollbars=1,resizable=1");
}

// old glossary open function
function doOpen(filename) {
  self.open(filename, "_blank", "width=470,height=350,menubar=0,toolbar=0,scrollbars=1,resizable=1");
}

function pageOpen(filename) {
  self.open(filename, "_blank", "width=600,height=400,menubar=1,toolbar=1,scrollbars=1,resizable=1");
}







