function openwindow(searchid){
   window.open ('http://www.4development.net/includes/glossary/term.php?id='+searchid, 'newtermwindow', config='height=330,width=480,toolbar=no,menubar=no,srollbars=no,resizable=no,location=no,directories=no,status=no')
}
function openwindowterm(searchword){
   window.open ('http://www.4development.net/includes/glossary/term.php?term='+searchword, 'newtermwindow', config='height=330,width=480,toolbar=no,menubar=no,srollbars=no,resizable=no,location=no,directories=no,status=no')
}
