function popuphelp(strname)
{
   helpwin=window.open('index.php?n=' + strname, 'helpwindow', 'width=520, height=420'); 
   if (window.focus) {helpwin.focus()}
   return false;
}