<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "right"	// indicates the position of the menu
var menuspace	= "0"		// the spacing at the end of the menu


document.write('<TABLE cellpadding="2" cellspacing="5" border="0" WIDTH="600px" class="menubackground"><tr><td align="'+menuside+'"  class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="1"></a><br>');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="about.html" class="menu" title="Information regarding the photographer and the Website Designer">About Smashin&nbsp;&nbsp;&nbsp;&nbsp;</a>');

document.write('</td><td nowrap>');
document.write('<a href="clients.html" class="menu" title="See a list of Smashin\'s Corporate Clients">Clients&nbsp;&nbsp;&nbsp;&nbsp;</a>');

document.write('</td><td nowrap>');
document.write('<a href="design.html" class="menu" title="Sites created by Smashin\' Photo and Website Design">Sites&nbsp;&nbsp;&nbsp;&nbsp;</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="gallery.html" class="menu" title="Photographs taken by Smashin\' Photo and Website Design">Photos&nbsp;&nbsp;&nbsp;&nbsp;</a>');


document.write('</td><td nowrap>');
document.write('<a href="accueil.html" class="menu" title="Smashin\' Photo et Website Design, Page d\'Accueil">Version Fran&ccedil;aise</a>');



// END LINK BUTTONS //




document.write('</td><td WIDTH="2">');

document.write('</td><td WIDTH="'+menuspace+'">');

document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
