<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="products.htm" class="menu">ORDER NOW</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="video.htm" class="menu">View VIDEO</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="slideshow2.htm" class="menu">View SLIDESHOW</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="letter.htm" class="menu">USGA Letter</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Club Saver Plus</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="instructions.htm" class="menu">Instructions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faqs.htm" class="menu">Club Saver FAQs</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="science.htm" class="menu">Science</a>');


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="retailer_contact_form.htm" class="menu">Retailer Inquiries</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="policies.htm" class="menu">Policies</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="products.htm" class="menu">Pricing</a>');


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


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


// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

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


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-4.jpg" width="104" height="80" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-3.jpg" width="104" height="80" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->