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

var menuside		= "CENTER"	// MENU CENTER, LEFT OR RIGHT SIDE
var menuspace		= "2"		// 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="/assets/picts/spacer.gif" width="'+menuspace+'" height="50"></a><br>');

// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="/index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://beggarspouchleather.com/gallery/UGGs" class="menu">UGGS</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://beggarspouchleather.com/gallery/Dansko" class="menu">Dansko</a>');

document.write('</td><td nowrap>');
document.write('<a href="/footwear/index.html" class="menu">Footwear</a>');

document.write('</td><td nowrap>');
document.write('<a href="/bags/index.html" class="menu">Bags</a>');

document.write('</td><td nowrap>');
document.write('<a href="/products/index.html" class="menu">Products</a>')

document.write('</td><td nowrap>');
document.write('<a href="/shopmade.html" class="menu">Shopmade</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="/specials/index.html" class="menu">Specials</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://beggarspouchleather.com/blog" class="menu">Blog</a>');

document.write('</td><td nowrap>');
document.write('<a href="/ordering.html" class="menu">Ordering</a>');

document.write('</td><td nowrap>');
document.write('<a href="/contact.html" class="menu">Contact</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('<img src="/assets/picts/menu-end.gif" width="1" height="25"></a><br>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="/assets/picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
