<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menu_side	="left"		// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="dropshadow"><tr><td valign="top" align="'+menu_side+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td width="'+menuspace+'"><img src="picts/spacer.gif" height="2" width="'+menuspace+'" border="0"><br></td><td>');


// START TABS - TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td>');
document.write('<a href="catalog1.htm" class="tabs">Chrome Moly Barrels</a>');


document.write('</td><td>');
document.write('<a href="catalog2.htm" class="tabs">Stainless Steel Barrels</a>');


document.write('</td><td>');
document.write('<a href="catalog3.htm" class="tabs">Gunsmithing Services</a>');

document.write('</td><td>');
document.write('<a href="catalog4.htm" class="tabs">Savage/Remington Pre-Fits</a>');

document.write('</td><td>');
document.write('<a href="catalog5.htm" class="tabs">Muzzle Brakes</a>');

document.write('</td><td>');
document.write('<a href="catalog6.htm" class="tabs">Pistol Barrels</a>');

document.write('</td><td>');
document.write('<a href="http://www.americangunllc.com" class="tabs">Rifle Actions</a>');


document.write('</td><td width="'+menuspace+'"><img src="picts/spacer.gif" height="2" width="'+menuspace+'" border="0"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->