<!-- 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">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="proshop.htm" class="menu">Pro Shop & Greenfees</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="thecourses.htm" class="menu">The Courses</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tournaments.htm" class="menu">Tournaments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="membership.htm" class="menu">Membership</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="lessons.htm" class="menu">Lessons</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="leagues.htm" class="menu">Leagues</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="juniorgolf.htm" class="menu">Junior Golf</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="events.htm" class="menu">Promotions & News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calendar.htm" class="menu">Calendar</a>');



// END TOP LINKS //








// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="weddings.htm" class="menu">Weddings & Hall Rental</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="directions.htm" class="menu">Directions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">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></table>');

document.write('<iframe marginheight="0" marginwidth="0" name="wxButtonFrame" id="wxButtonFrame" height="110" src="http://btn.weather.ca/weatherbuttons/template5.php?placeCode=CAON1369&category0=Golf&containerWidth=150&btnNo=&backgroundColor=blue&multipleCity=0&citySearch=1&celsiusF=C" align="top" frameborder="0" width="150" scrolling="no" allowTransparency="true"></iframe>');


//  End -->