// Creation of a NavBar.
// (c) 2000 - Narelle Lewis Designs - Y. Rutschle

// This creates a navbar built from bean buttons. See button.js for button details.
// The navbar is meant to be loaded as a cell of a table.

function makeNavBar()
{
  makeBeanButton( "index.html", "Home" );
  makeBeanButton( "bio.html", "Bio" );
  makeBeanButton( "comingup.html", "Events" );
  makeBeanButton( "news.html", "News" );
  makeBeanButton( "pics.html", "Pics" );
  makeBeanButton( "links.html", "Links" );
  makeBeanButton( "mailto:crownent@yahoo.com", "Email" );
  makeBeanButton( "http://www.stormpages.com/crown", "Booking" );
 document.writeln( '<A HREF="http://www.stormpages.com/nld" TARGET="_blank"><IMG SRC="lilblacklogo.gif" ALIGN="CENTER" VALIGN="TOP"  ALT="Narelle Lewis Designs - Web designer" border="no">' );
document.writeln( "<BR><font size=-3>www.stormpages.com/nld</A></TD></FONT>" );
}

