<!-- 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.html">Main</a>'); 
document.write('  </li>');


document.write('  <li style="width: 100px;"><a>About the Studio</a>');
document.write('    <ul>');
document.write('      <li><a href="Studio.html">The Studio</a></li>');
document.write('      <li><a href="Props.html">Costumes and Props</a></li>');
document.write('      <li><a href="Makeup.html">Digital Makeup</a></li>');
document.write('      <li><a href="GreenScreen.html">Special Effects Photogrpahy</a></li>');
document.write('      <li><a href="SandwichOverlays.html">Standard Photo Overlays</a></li>');
document.write('      <li><a href="Mags.html">Standard Magazine Covers</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 100px;"><a>About the Artist</a>');
document.write('    <ul>');
document.write('      <li><a href="Ken.html">Ken Colby</a></li>');
document.write('      <li><a href="Marc.html">Marc Kitaen</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li style="width: 100px;"><a>Services</a>'); 
document.write('    <ul>');
document.write('      <li style="width: 250px;"><a href="KidGallery.html"><img src="gallery/Kids/tKid1.jpg" height=50>&nbsp;&nbsp;Baby/Child Photography</a></li>');
document.write('      <li style="width: 250px;"><a href="Pet.html"><img src="gallery/Pets/tPet3.jpg" height=50>&nbsp;&nbsp;Pet Photograpy</a></li>');
document.write('      <li style="width: 250px;"><a href="HeadshotGallery.html"><img src="gallery/Headshots/tHeadshot1.jpg" height=50>&nbsp;&nbsp;Headshots</a></li>');
document.write('      <li style="width: 250px;"><a href="Costume.html"><img src="gallery/Costumes/tCostume1.jpg" height=50>&nbsp;&nbsp;Costume Photography</a></li>');
document.write('      <li style="width: 250px;"><a href="Princess.html"><img src="gallery/Princesss/tPrincess1.jpg" height=50>&nbsp;&nbsp;Princess and Fairy</a></li>');
document.write('      <li style="width: 250px;"><a href="Warrior.html"><img src="gallery/Warriors/tWarrior1.jpg" height=50>&nbsp;&nbsp;Warrior Photography</a></li>');
document.write('      <li style="width: 250px;"><a href="Model.html"><img src="gallery/Models/tModel1.jpg" height=50>&nbsp;&nbsp;Glamour/Model Photography</a></li>');
document.write('      <li style="width: 250px;"><a href="art.html"><img src="gallery/Art/tArt1.jpg" height=50>&nbsp;&nbsp;Custom Art</a></li>');
document.write('    </ul>');
document.write('  </li>');

/*
document.write('  <li style="width: 100px;"><a href="Pricing">Pricing</a>');
document.write('    <ul>');
document.write('      <li><a href="site_map.htm">Photography Sessions</a></li>');
document.write('      <li><a href="contact.htm">Custome Art</a></li>');
document.write('      <li><a href="pricing.htm">Studio Rental</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li style="width: 100px;"><a href="site_map.htm">Art for Sale</a>');
document.write('    <ul>');
document.write('      <li><a href="gallery1.htm">Landscapes,Colby</a></li>');
document.write('      <li><a href="gallery2.htm">Wildlife,Colby</a></li>');
document.write('      <li><a href="gallery3.htm">Vintage,Ken Colby</a></li>');
document.write('      <li><a href="gallery4.htm">Faries,Mirmaids,and Princesses,Colby</a></li>');
document.write('      <li><a href="gallery5.htm">Costume, Colby</a></li>');
document.write('      <li><a href="gallery6.htm">Gallery 6</a></li>');
document.write('      <li><a href="gallery7.htm">Gallery 7</a></li>');
document.write('      <li><a href="gallery8.htm">Gallery 8</a></li>');
document.write('      <li><a href="slideshow.htm">Slideshow</a></li>');
document.write('    </ul>');
document.write('  </li>');
*/

document.write('<li style="width: 100px;"><a href="contact.html">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 -->
