<!-- Begin

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

// NOTE: To edit menus code edit the coolstyle.css



var menuheight	="228"	  // overall menu height
var menuwidth	="150"	  // overall menu width
var botmline	="40"	  // height of vert line under menu



document.write('<table cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" height="'+menuheight+'" width="10"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" height="1" width="10"><br>');


// start menu links

// note: copy and paste the next 2 lines to make a new link



document.write('</td></tr><tr><td class="menu">');
document.write('<a href="index.html">home</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="about.html">about</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="services.html">services</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="cool-stuff.html">cool stuff</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="quotes.html">quotes</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="clients.html">clients</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="contact.html">contact</a><br>');





document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" height="1" width="100"><br>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->