<!-- Begin CSS Vertical Menu - menu ver 3.2 2008

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "10"		// LEFT MENU PADDING
var rightspacing	= "10"		// RIGHT MENU PADDING
var menuside		= "left"	// MENU SIDE | left | right | center
var menuwidth		= "100"		// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="menunav">');


// START MENU LINKS - EDIT BELOW THIS AREA


document.write('  <li style="width: 80px;"><a href="/index.asp">Home</a></li>'); 


document.write('  <li style="width: 120px;"><a href="#">Galleries</a>');
document.write('    <ul>');
document.write('      <li><a href="/gallery1.htm">Arcitecture </a></li>');
document.write('      <li><a href="/gallery2.htm">Jewelry </a></li>');
document.write('      <li><a href="/gallery3.htm">Bistro 45 Calendar </a></li>')
document.write('      <li><a href="/gallery4.htm">Star-News </a></li>')

//document.write('      <li><a href="/gallery/Weddings/index.html">Wedding Samples </a></li>');
document.write('      <li><a href="/gallery/TearSheets/index.html">Tear Sheets </a></li>');

document.write('      <li><a href="/gallery/BigWater/index.html">2009 Big Water Blow Out </a></li>');
//document.write('      <li><a href="/gallery/BistroCalendar0910/index.html">Bistro45 Calendar 09/10 </a></li>');
document.write('      <li><a href="/GalleryIndex.htm">More... </a></li>');

document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 100px;"><a href="/slideshows.htm">Slideshows</a></li>');


document.write('  <li style="width: 100px;"><a href="#">Misc Photography</a>');
document.write('    <ul>');
document.write('      <li><a href="/childrenmontage.htm">Children Photomontages</a></li>');
//document.write('      <li><a href="PhotoOfTheDay.asp">Photo Of The Day</a></li>');//
document.write('      <li><a href="/Pans1.asp">Panoramic Photos</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 100px;"><a href="/pricing.htm">Pricing</a></li>');

document.write('<li style="width: 100px;"><a href="/contact.htm">Contact</a></li>');

// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->