<!-- Begin 

// NOTE: If you use a ' add a slash before it like this \' 



var menu_side   ="CENTER"       // MENU LEFT, RIGHT OR CENTER 


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>'); 

// START LINKS // 
document.write('</td><td nowrap>'); 
document.write('<a href="BatesvilleShirts.html" class="menu">Shirts</a>');
document.write('</td><td nowrap>'); 
document.write('<a href="BatesvillePants.html" class="menu">Pants/Shorts</a>');
document.write('</td><td nowrap>'); 
document.write('<a href="BatesvilleOuterwear.html" class="menu" >Outerwear</a>')
document.write('</td><td nowrap>'); 
document.write('<a href="BatesvilleHats.html" class="menu" >Hats</a>')
document.write('</td><td nowrap>'); 
document.write('<a href="Batesvilledrivers.html" class="menu" >Drivers Only</a>')

// END LINK BUTTONS // 



document.write('</td><td>'); 

document.write('</td></tr></table>'); 


// 





//  End --> 
  

 
