<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// The following line is used to hide the menu when printing
	document.write('<span class="printhide">');

// This next div has a height attribute that needs to be adjusted based upon
// the number of Menu and Submenu items in the menu. This height attribute
// is necessary to help browsers see the menu block as taking up space so
// the footer will not flow over the top of the menu or gallery.

// To calculate the height, use the following:
//     # of Main items x 25px (currently 7 items for 175px, not counting 2 with special heights)
//     # of Sub items x 15px (different for each main gallery - don't count last Sub item)
//     Add 75px for the three items with specific heights
//     Add 30px for a space at the bottom.
// :-)

   document.write('<div id="menuplace" >');

   document.write('<div class="menu">	<a href="index.html">Home</a></div>');
   document.write('<div class="menu">	<a href="about.htm">About</a></div>');

      document.write('<div class="menu" style="height: 35px; "><a href="archive/newpics.htm">New Photographs<br>');
      document.write('     <span class="submenudate" style="color:#ffffff;">' + newpicdate + '</span></a></div>');

   document.write('<div class="menu">	<a href="outabout/outgallery.htm">Out and About Galleries</a></div>');
	document.write('<div class="menu"> 	<a href="gardens/gardensgallery.htm">Garden Galleries</a></div>');
	document.write('<div class="menu">	<a href="still/stillgallery.htm">Still Life Galleries</a></div>');
   document.write('<div class="menu">	<a href="portraits/portraitsgallery.htm">Portraits Galleries</a></div>');
   document.write('<div class="menu">	<a href="services.htm">Portfolio Packages</a></div>');
   document.write('<div class="menu">	<a href="tips.htm">Portfolio Tips</a></div>');
   document.write('<div class="menu">	<a href="contact.htm">Contact</a></div>');

   document.write('</span>');
   document.write('</div>');

//  End -->
