<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');





// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="index.html" class="menu">home</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="gallery.htm" class="menu">portfolio</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="about.htm" class="menu">the photographer</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="weddings.htm" class="menu">weddings</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="portraits.htm" class="menu">portrait prices</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">contact</a>');
document.write('<img src="picts/home-bullit.gif" hspace="9" alt="image">');



document.write('</td><td>');
document.write('<a href="http://www.collages.net"target="_blank"class="menu">find your photos</a>');




// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->