function smallWin(siteURL,w,h){
aWindow=window.open(siteURL,'','width='+w+',height='+h+',scrollbars')}

function hilite(linkName) {document.getElementById(linkName).style.background="#FF0"}
function normal(linkName) {document.getElementById(linkName).style.background="#FFF"}

function PDFfile(PDFname){aWindow=window.open(PDFname,'','width=900,height=700')}

