function shownavbar(dark)
{
document.write('<align="center">');
document.write('<img class="Masthead" border="0" src="http://www.scotflightscenery.com/graphics/ScotflightLogo.gif" alt="Scotflight Scenery logo" width="75%"><br></p>');

if (dark == 1) {
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-HomeGr.jpg" alt="Home" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
} else {
  document.write('<a href="http://www.scotflightscenery.com/index.htm">');
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-Home.jpg" alt="Home" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
}

if (dark == 2) {
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-ProductGr.jpg" alt="View Products" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
} else {
  document.write('<a href="http://www.scotflightscenery.com/Products.htm">');
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-Product.jpg" alt="View Products" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
}

if (dark == 3) {
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-MapGr.jpg" alt="View Airport Map" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
} else {
  document.write('<a href="http://www.scotflightscenery.com/Map.htm">');
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-Map.jpg" alt="View Airport Map" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
}

if (dark == 4) {
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-ForumGr.jpg" alt="Go to Forum" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
} else {
  document.write('<a href="http://www.scotflightscenery.com/forum/index.php">');
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-Forum.jpg" alt="Go to Forum" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
}

if (dark == 5) {
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-ContactGr.jpg" alt="Contact Us" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
} else {
  document.write('<a href="http://www.scotflightscenery.com/Contact.htm">');
  document.write('<img border="0" src="http://www.scotflightscenery.com/buttons/Button-Contact.jpg" alt="Contact Us" width="18%"></a><img border="0" src="http://www.scotflightscenery.com/graphics/blank.gif" width="1%">');
}

}
