  if ( memtype.indexOf('adm') > -1 ) {
    document.write('<div style="text-align:left;position:absolute;top:2px;height:20px;left:230px;whitespace:nowrap;width:500px;color:#000000;line-height:15px;z-index:1;font-size:11px;">');
    document.write('<a class="navadm" href="/utyadm/index.html">Adm Home</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/config.html">Site</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/pdtledit.html">Self</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/admlist.html">Admins</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/memlist.html">Members</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/upldart.html">Pics</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/upldpage.html">Pages</a>&bull;') ;
    document.write('<a class="navadm" href="/allasp/pageedit.asp?a=edit&c=adm&p=/admnav.js&page='+window.location.pathname+'">Edit</a>&bull;') ;
    document.write('<a class="navadm" href="/utyadm/stats.html">Stats</a>&bull;') ;
    document.write('<a class="navadm" href="/allasp/logoff.asp">Log Off</a>') ;
    document.write('</div>') ;
  } else if ( memtype.indexOf('ctl') > -1 ) {
    document.write('<div style="text-align:left;position:absolute;top:2px;height:20px;left:230px;whitespace:nowrap;width:500px;color:#000000;line-height:15px;z-index:1;font-size:11px;">');
    document.write('<a class="navadm" href="/utyctl/index.html">Adm Home</a>&bull;') ;
    document.write('<a class="navadm" href="/utymem/manualredirect.asp">Manual</a>&bull;') ;
    document.write('<a class="navadm" href="/utyctl/pdtledit.html">Self</a>&bull;') ;
    document.write('<a class="navadm" href="/utyctl/ctllist.html">Admins</a>&bull;') ;
    document.write('<a class="navadm" href="/utyctl/memlist.html">Staff</a>&bull;') ;
    document.write('<a class="navadm" href="/allasp/logoff.asp">Log Off</a>') ;
    document.write('</div>') ;
  } else if ( memtype.indexOf('mem') > -1 ) {
    document.write('<div style="text-align:left;position:absolute;top:2px;height:20px;left:230px;whitespace:nowrap;width:500px;color:#000000;line-height:15px;z-index:1;font-size:11px;">');
    document.write('<a class="navadm" href="/utymem/index.html">Staff Home</a>&bull;') ;
    document.write('<a class="navadm" href="/utymem/pdtledit.html">Self</a>&bull;') ;
    document.write('<a class="navadm" href="/utymem/manualredirect.asp">Manual</a>&bull;') ;
    document.write('<a class="navadm" href="/allasp/logoff.asp">Log Off</a>') ;
    document.write('</div>') ;
  }


