function ndate(text){
  document.write("<p><b><FONT COLOR=#0000FF SIZE=-1>"+text+"</FONT></b><br>");
}

function mnuitem(text, link, pict){
  document.write("<tr width=210 height=40><td><a href='" +link + "' target='main'><img src=" + pict + " alt='" + text + "' border='0' width='176' height='36'></a></td></tr>");
}

