<!-- Begin

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

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


var menuwidth	= "430"	  	// OVERALL MENU WIDTH
var botmline	= "0"	  	// HEIGHT OF VERT LINE OVER MENU
var pageheight	= "250"		// HEIGHTEN ALL SUBPAGES






// 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('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="links.htm">links</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="gallery1.htm">gallery</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="site_map.htm">site map</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:popUpSlideshow(\'slideshow.htm\')">slideshow</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about.htm">about</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="services.htm">services</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="clients.htm">client list</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="quotes.htm">quotes</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="news.htm">news</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="contact.htm">contact</a>');






//  End -->