// This code generates the html
//     for the right side menu 
//     used on several pages.
document.write('			<table width=100%>');
document.write('				<tr>');
document.write('					<td align="left" width=300px valign=top>');
document.write('						<a href=\'thegolfring.aspx\'><img src=\'images/GolfRingBtn.gif\' border="0"> </a>');
document.write('						<br>');
document.write('						The GolfRing (6 foot diameter) is <b>easily visible from 100ft</b> making it ');
document.write('						the perfect mental and visual training aid.');
document.write('						<br>');
document.write('						<br>');
document.write('						<!-- easy to fold -->');
document.write('						The GolfRing folds up<br> so you can');
document.write('						easily <br>take it with you.');
document.write('						<br>');
document.write('						<br>');
document.write('						<a href="images/GolfringFoldsHi.wmv"><img src="images/FoldingVideoBtn.gif" border="0"></a>');
document.write('						<br>');
document.write('						<i>click to watch</i>');
/*
document.write('						<a href=\'thespotring.aspx\'><img src=\'images/SpotRingBtn.gif\' border="0"> </a>');
document.write('						<br>');
document.write('						The SpotRing (18 inch diameter landing ring) can be used for advanced ');
document.write('						excercises or games to <b>make practice fun!</b>');
*/
document.write('						<br>');
document.write('					</td>');
document.write('					<td align="left" width=20px>&nbsp;</td>');
document.write('					<td align="center" valign=top>');
