<!-- Begin

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


//  WIDTH OF MENU in the TABLE on the top of the webpages IS WIDTH attribute below  MENU COLOR ALSO bgcolor//
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" height="30" bgcolor="#cbc7a9" VALIGN="top"><tr><td align="left">');

//  SPACER ON LEFT OF MENU BUTTONS //
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="images/spacer.gif" width="44" height="1"></a><br>'); //  LEFT SPACER OF MENU - RIGHT SPACING is in coolstyles.js page under margin-right://


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/index.htm" class="menu" id="home">HOME</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/about.htm" class="menu" id="about">ABOUT</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/services.htm" class="menu" id="services">SERVICES</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/products.htm" class="menu" id="products">PRODUCTS</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/employment.htm" class="menu" id="employment">EMPLOYMENT</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/location.htm" class="menu" id="location">LOCATION</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.weegeehairstudio.com/contact.htm" class="menu" id="contact">CONTACT</a>');


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



// END LINK BUTTONS //


document.write('</td><td>');
document.write('<img src="images/spacer.gif" width="0" height="0"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td bgcolor="#'+stripecolor+'" colspan="1">');
document.write('<IMG SRC="images/spacer.gif" HEIGHT="1" WIDTH="15" border="0"><BR>');
document.write('</td></tr></table>');

//  End -->