<!-- 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		= "no"		//  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" class="printhide"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="../images/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}


// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="field.htm" class="menu">Tournament Field</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../formmail/pga.htm" class="menu">Make Selections</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="results.htm" class="menu">Results</a>');

document.write('</td></tr><tr><td>');
document.write('<img src="../images/menu-top.gif" width="154" height="40" class="menutrans"><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../formmail/signup.htm" class="menu">Sign Up Now</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../payment.htm" class="menu">Pool Payments</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../contact.htm" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../site_map.htm" class="menu">Site Map</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http:../index.htm" class="menu">Home Page</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="../images/menu-bottom.gif" width="154" height="40" class="menutrans"><br>');


// SECOND GROUP OF LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../monthly/index.htm" class="menu">Monthly Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../weekly/index.htm" class="menu">Weekly Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../weeklycap/index.htm" class="menu">Weekly Cap Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../weeklypick/index.htm" class="menu">Weekly Pick Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../match/index.htm" class="menu">February Madness Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../weeklyelim/index.htm" class="menu">Weekly Elimination Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../big5/index.htm" class="menu">Craigs Big 5 Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../grandslam/index.htm" class="menu">Grand Slam Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../masters/index.htm" class="menu">Masters Elimination Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../usopen/index.htm" class="menu">U.S. Open Elimination Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../theopen/index.htm" class="menu">THE OPEN Elimination Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../fedex/index.htm" class="menu">Fedex Cup Playoff Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../ryder/index.htm" class="menu">Ryder Cup Pool</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../worldcup/index.htm" class="menu">World Cup Pool</a>');


// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="../images/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU ../images


   if (showimage1 == "yes") {
document.write('<img src="../images/menu-picture-1.gif" width="144" height="137" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<br><br><img src="../images/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
