<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "contact.html"	// LINK FOR IMAGE 1



document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="ad-first-page.html" class="menu" onMouseover="Sound()">Daily Specials </a>');


// START LINKS //

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="ad-first-page-meat-wholesale.html" class="menu" onMouseover="Sound()">Commercial Meat Wholesale </a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="free-coupons.html" class="menu" onMouseover="Sound()">Free Coupons </a>'); 

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



// END TOP LINKS //



document.write('</td></tr><tr><td align="center">');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}
// START BOTTOM LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="company-policy.html" class="menu" onMouseover="Sound()">Company Policy</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="special-events.html" class="menu" onMouseover="Sound()">Special Events</a>');

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

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.html" class="menu" onMouseover="Sound()">Site Map</a>');

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

document.write('<tr><td nowrap>');
document.write('<a href="http://mrmeat-wholesale.com/linkman/links.php" class="menu" onMouseover="Sound()">Link  To Us</a>');


// END BOTTOM LINKS //


document.write('</td></tr><tr><td align="center" class="bottomline">');

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

document.write('</td></tr><tr><td align="center">');




// MENU IMAGE 2
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture02.jpg" border="0" class="sideborder"></a><br>');
}document.write('</td></tr></table>');






//  End -->


