<SCRIPT Language="JavaScript">
<!-- //
word=new Array();
word[1]="<i><b>Example Script:</b></i>:<br> In this little window you can put additional information on subjects. Very handy!";
word[0]="test.txt";
function popdef(n){
info=window.open("","info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=350,height=200")
info.document.open()
info.document.write("<html><head><title>Glossary</title></head><body>")
info.document.write(word[n])
info.document.write("</body></html>")
info.document.close()
clearID=info.setTimeout("self.close()",3000)
return true;
}
// -->
// -->
</SCRIPT>