<!-- 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




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Commercial_Wholesale.htm" class="menu" onMouseover="Sound()">Commercial and Wholesale</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Sod_for_your_yard.htm" class="menu" onMouseover="Sound()">For Your Yard</a>');

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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Sod_Calculator.htm" class="menu" onMouseover="Sound()">Sod Calculator</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu" onMouseover="Sound()">Photo Gallery</a>');


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


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="paypal.htm" class="menu" onMouseover="Sound()">Custom Payments</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="privacy.htm" class="menu" onMouseover="Sound()">Privacy Policy</a>');


// END TOP LINKS //




document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


//document.write('</td></tr><tr><td nowrap class="topline">');
//document.write('<a href="products.htm" class="menu" onMouseover="Sound()">Pro Shop</a>');


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</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 nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Call us at<br>&nbsp&nbsp(813) 633-8665</a>');






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

//  End -->