function init() {
  var width = 160;
  var height = 19;
 if (!is_vubog)
{
 if (is_nav)
	{
    n = new List('down', true, width, height+4, '#fffFFF');
    o = new List('down', false, width, height+8, '#000000');
	}
	else
	{
    n = new List('down', true, width, height+2, '#fffddd');
    o = new List('down', false, width, height+2, '#000000')
	}
    o.addItem('<a class=redcon href="../txt/">Text only</a>');
    o.addItem('<a class=redcon href="../../">Lower graphics</a>');
    o.addItem('<a class=redcon href="http://wm.grinnell.edu/aboutinfo/webs/jnl/">Help</a>');	
    n.addList(o, 'More interfaces');
 if (is_ubog) {n.build(5,8)} else {n.build(-3,0)};

}
}
