<!-- 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: 230px;"><a href="home.html">About</a>'); 
document.write('    <ul>');
document.write('      <li><a href="home.html">Home</a></li>');
document.write('      <li><a href="welcome.htm">Welcome to the Website</a></li>');
document.write('      <li><a href="about.htm">Wedding Photography</a></li>');
document.write('      <li><a href="service.htm">Our Services</a></li>');
document.write('      <li><a href="history.htm">Photographic Experience</a></li>');
document.write('      <li><a href="bookus.htm">How to Book Us</a></li>');
document.write('      <li><a href="ecommerce.html">Online Webshop</a></li>');
document.write('      <li><a href="pwdgala.htm">Password Galleries</a></li>');
document.write('      <li><a href="equipment.htm">Professional Equipment</a></li>');
document.write('      <li><a href="pricing.htm">Price Guide</a></li>');
document.write('      <li><a href="albumgallery1.htm">Sample Custom Wedding Images 2010</a></li>');
document.write('      <li><a href="wisechoice.htm">Choose your Photographer wisely</a></li>');
document.write('      <li><a href="weddingstyle.htm">Contemporary, Traditional, & Reportage</a></li>');
document.write('      <li><a href="listofphotos.htm">Plan your photographs</a></li>');
document.write('      <li><a href="t&cs.htm">Terms & Conditions</a></li>');
document.write('      <li><a href="privacy.htm">Privacy & Website Conditions</a></li>');
document.write('      <li><a href="contact.htm">Contact Us</a></li>');
document.write('      <li><a href="site_map.htm">Site-Map</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 135px;"><a href="site_map.htm">Galleries</a>'); 
document.write('    <ul>');
document.write('      <li><a href="11activeweddings.htm">Current Online Wedding Galleries</a></li>');
document.write('      <li><a href="albumslideshow.htm">Slideshow- 2010 wedding images</a></li>');
document.write('      <li><a href="albumgallery1.htm">Sample Custom Wedding Images 2010</a></li>');
document.write('      <li><a href="slideshow.htm">Slideshow of general images</a></li>');
document.write('      <li><a href="gallery1.htm">General Wedding Images- Gallery 1</a></li>');
document.write('      <li><a href="gallery2.htm">General Wedding Images- Gallery 2</a></li>');
document.write('      <li><a href="gallery3.htm">General Wedding Images- Gallery 3</a></li>');
document.write('      <li><a href="gallery4.htm">General Wedding Images- Gallery 4</a></li>');
document.write('      <li><a href="gallery5.htm">General Wedding Images- Gallery 5</a></li>');
document.write('      <li><a href="gallery6.htm">General Wedding Images- Gallery 6</a></li>');
document.write('      <li><a href="gallery7.htm">General Wedding Images- Gallery 7</a></li>');
document.write('      <li><a href="gallery8.htm">General Wedding Images- Gallery 8</a></li>');
document.write('      <li><a href="gallery9.htm">General Wedding Images- Gallery 9</a></li>');
document.write('      <li><a href="gallery10.htm">General Wedding Images- Gallery 10</a></li>');
document.write('      <li><a href="gallery11.htm">General Wedding Images- Gallery 11</a></li>');
document.write('      <li><a href="gallery12.htm">General Wedding Images- Gallery 12</a></li>');
document.write('    </ul>');
document.write('  </li>');




document.write('  <li style="width: 135px;"><a href="news.htm">News & Links</a>');
document.write('    <ul>');
document.write('      <li><a href="news.htm">News</a></li>');
document.write('      <li><a href="links.htm">Links</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 135px;"><a href="PDFgallery.htm">Downloads</a>');
document.write('    <ul>');
document.write('      <li><a href="t&cs.htm">Terms & Conditions</a></li>');
document.write('      <li><a href="privacy.htm">Privacy Policy</a></li>');
document.write('      <li><a href="listofphotos.htm">Suggested photographs</a></li>');
document.write('      <li><a href="c4w&cp.htm">Weddings & Civil Partnerships Contract</a></li>');
document.write('      <li><a href="pricelist.htm">2011 Price-list</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 135px;"><a href="ecommerce.html">Web Shop</a>');
document.write('    <ul>');
document.write('      <li><a href="11activeweddings.htm">Current Wedding on-line Galleries</a></li>');
document.write('      <li><a href="studio.htm">Studio & Commercial on-line Galleries</a></li>');
document.write('    </ul>');
document.write('  </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 -->
