<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=1 cellspacing=0 border=0>');
document.write('<tr><td>');
if (m==0) {
document.write('<a href="http://www.relishbeauty.com/index.html" class="buttonon">HOME</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/index.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">HOME</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==2) {
document.write('<a href="http://www.relishbeauty.com/products.html" class="buttonon">PRODUCTS</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/products.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">PRODUCTS</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==4) {
document.write('<a href="http://www.relishbeauty.com/beauty.html" class="buttonon">BEAUTY TIPS</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/beauty.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">BEAUTY TIPS</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==3) {
document.write('<a href="http://www.relishbeauty.com/whereToBuy.html" class="buttonon">WHERE TO BUY</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/whereToBuy.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">WHERE TO BUY</a><br>');
}

document.write('<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON -->');

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==5) {
document.write('<a href="http://www.relishbeauty.com/press.html" class="buttonon">PRESS</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/press.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">PRESS</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==1) {
document.write('<a href="http://www.relishbeauty.com/about.html" class="buttonon">BIO</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/about.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">BIO</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');
if (m==6) {
document.write('<a href="http://www.relishbeauty.com/testimonials.html" class="buttonon">TESTIMONIALS</a><br>');
}
else {
document.write('<a href="http://www.relishbeauty.com/testimonials.html" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">TESTIMONIALS</a><br>');
}

document.write('</td><td width="5">&nbsp;</td><td>');

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

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

//  End -->