<!-- Begin

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

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');

// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK



document.write('<a href="index.html" class="menu">About Us</a>');


document.write('<a href="Store.html" class="menu">Online Store</a>');


document.write('<a href="dealers.html" class="menu">Dealer Listings</a>');







// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');





// TITLE LINE 2

document.write('<span class="menutitle">Help & Support:</span><br>');

document.write('<a href="dealers1.html" class="menu">Dealer Application</a>');

document.write('<a href="datasheets.html" class="menu">Produc Sheets</a>');

document.write('<a href="links.html" class="menu">Links</a>');





// BLACK SPLIT LINE 2

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');






// TITLE LINE 3

document.write('<span class="menutitle">Products:</span><br>');

document.write('<a href="BaitPens.html" class="menu">Bait Pens</a>');

document.write('<a href="ChumBoxs.html" class="menu">Chum Boxes</a>');

document.write('<a href="DeepDrop.html" class="menu">Deep Drop Rigs</a>');

document.write('<a href="Dehookers.html" class="menu">Dehookers</a>');

document.write('<a href="Mahi1.html" class="menu">Mahi Magnets</a>');

document.write('<a href="wahoo1.html" class="menu">Wahoo Magnets</a>');

document.write('<a href="bait.html" class="menu">Sabiki Rigs</a>');

document.write('<a href="lures.html" class="menu">Jigs and Buck Tails</a>');



// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');





document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->