function popup(id) {
 	win = window.open("glossary.php?id="+id+"", "glossary", "width=450,height=220,scrollbars=yes,menubar=no,resizable=no");
 	win.focus();
}

function launcher(type) {
	if(type=="exh") file="exhibition.php";
 	win = window.open(""+file+"", "launcher", "width=200,height=510,scrollbars=no,menubar=no,resizable=no");
 	win.focus();
}