function glossary(topic,x,y) {
topic = "/videos/player.html?" + topic + "&" + x + "&" + y;
x = parseInt(170) + parseInt(x);
y = parseInt(167) + parseInt(y);

eval('window.open(topic, "glossaryWin", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=' +  y  + ',height=' +  x + '");');
}

function collection2(topic,x,y) {
eval('window.open(topic + ".html", "glossaryWin", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=' +  y  + ',height=' +  x + '");');
}
