<!-- 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
    }
    

function popupWin(url) {
	newwindow=window.open(url,'pr','height=600,width=800,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}


/// - image rotator
    
    
//-->