function openwin( winname ) {
  window.open("/code/"+winname+".html","littlehelp","toolbar=no,scrollbars=no,width=450,height=150");
}