function openwindow(helpID){
 window.name='theopener';
 theLocation='/cgi-bin/help.cgi?id='+helpID;
 strWHandle=eval("HELP_WINDOW:"+new Date().getSeconds());
 confirmWin=window.open(theLocation,strWHandle,'resizable=yes,scrollbars=yes,width=500,height=300,outerWidth=510,outerHeight=310,top=100,left=20');
 if(confirmWin.opener==null){confirmWin.opener=self;}
 if(window.focus)confirmWin.focus();
}
