<!-- Begin

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


var menuheight	="130"	  // OVERALL MENU HEIGHT
var menuwidth	="130"	  // OVERALL MENU WIDTH
var botmline	="19"	  // 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.htm">about</a><br>');


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


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


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


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


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

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="tech_notes.htm">tech notes</a><br>');


// document.write('</td></tr><tr><td class="menu">');
// document.write('<a href="faq-home.htm">F.A.Q.</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="site_map.htm">site map</a><br>');


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






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

document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%2FGig-Harbor-Washington%2FCustom-Solutions-International-Inc-CSI%2F207936102560407&amp;send=false&amp;layout=button_count&amp;width=225&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:225px; height:21px;" allowTransparency="true"></iframe>');

document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'">');

//document.write('<img src="picts/menu_bottom.gif" HEIGHT="2" WIDTH="38"><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 -->
