<!-- Begin

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



var menuside		= "Center"	// MENU SIDE | left | right | center (and edit CSS menu borders)


document.write('<div class="menu-wrap">'); 

//document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'" valign="middle">');

//document.write('<table id="menu_bar" cellpadding="0" cellspacing="0" border="0">');

document.write('<table id="menutable" cellpadding="0" cellspacing="0" border="0" width="100%">');

//document.write('<td width="10">');
//document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br></td>');


// START LINKS //

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


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


document.write('</td><td nowrap>');
document.write('<a href="cases.htm" class="menu" onMouseover="Sound()">Cases</a>');


document.write('</td><td nowrap>');
document.write('<a href="leatherbags.htm" class="menu" onMouseover="Sound()">Leather Bags</a>');


document.write('</td><td nowrap>');
document.write('<a href="accessories.htm" class="menu" onMouseover="Sound()">Gear Bags</a>');

document.write('</td><td nowrap>');
document.write('<a href="closeoutbags.htm" class="menu" onMouseover="Sound()">Closeouts</a>');

document.write('</td><td nowrap>');
document.write('<a href="dealers.htm" class="menu" onMouseover="Sound()">Dealers</a>');

document.write('</td><td nowrap>');
document.write('<a href="ACCESS_Nation.htm" class="menu" onMouseover="Sound()">ACCESS Nation</a>');

document.write('</td><td nowrap>');
document.write('<a href="media.htm" class="menu" onMouseover="Sound()">Media</a>');

document.write('</td><td nowrap>');
document.write('<a href="sizing.htm" class="menu" onMouseover="Sound()">Size Specs</a>');


document.write('</td><td nowrap>');
document.write('<a href="about_abc.htm" class="menu" onMouseover="Sound()">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="warranty.html" class="menu" onMouseover="Sound()">Warranty</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</a></td>');



// END LINK BUTTONS //


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


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



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

document.write('</div>');
//  End -->

