<!-- hide from old browsers

function openWin(index) {
        theUrl = "def_" + index + ".php"; 
        win = open(theUrl,"glossary","width=300,height=300,toolbar=no,scrollbars=no,resizable=no"); 
        win.location.href = theUrl;
}



  function getDateStr(){
    var today = new Date()
    var year = today.getYear()
    if(year<1000) year+=1900
    var todayStr = year
    return todayStr
    }
    
    
//-->