<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "center"	// MENU | left | center | right |
var menuspace		= "25"		// MENU END SPACING


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="0"></a><br>');



// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="home.htm" class="menu">HOME</a>');

document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">ABOUT US</a>');


document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">PRODUCTS</a>');


document.write('</td><td nowrap>');
document.write('<a href="testimonials.htm" class="menu">COMPLIMENTS</a>');


document.write('</td><td wrap>');
document.write('<a href="findus.htm" class="menu">FIND US</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.four51.com/UI/Customer.aspx?autologonid=cdbed888-9b4f-4f78-aa65-61e1716f78f5" class="menu">SHOP NOW</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">CONTACT US</a>');


document.write('</td><td nowrap>');
document.write('<a href="https://www.four51.com/UI/Customer.aspx?p=IdentifyUser&c=mR51VpjkF9TWxi9fEEbSFj0I1u8ZmeU0rtqAP6Y1SjeVx5m-saXGwvw-e-e&autologonid=5fc97896-1748-461f-aaa8-6578eda532c1" class="menu">WHOLESALERS</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //







// END MENU LINK BUTTONS //

document.write('</td><td width="2">');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="60"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');






//  End -->