function popup(url, name, width, height) {

 settings="scrollbars,resizable,width="+width+",height="+height

 MyNewWindow=window.open(url,name,settings);}





/*GLOSSARY*/

function glossary(what,which) {

 window_attributes="width=442,height=520,top=15,left=25,resizable,scrollbars";

 window_attributes="width=462,height=540,top=15,left=25,resizable,scrollbars";

 MyNewWindow=window.open("glossary/"+what+"/"+which,"glossary",window_attributes);

 MyNewWindow.focus();

 }







