var OpCo = '<p class="White12"><strong>Click on a club to view their Open Competitions</strong></p><p class="White12">&nbsp;</p><p class="White12">&nbsp;</p><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.midyorkshiregolfclub.com/opencomps.html" class="White14">Mid Yorkshire Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.club-noticeboard.co.uk/withington/opens.html" class="White14">Withington Golf Club</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.com/teeside/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=9&MMN_position=19:19" class="White14">Teesside Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.com/burghley/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=22&MMN_position=33:33" class="White14">Burghley Park Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.club-noticeboard.co.uk/haverhill/secretary.php" class="White14">Haverhill Golf Club</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/hintlesham/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=11&MMN_position=12:12" class="White14">Hintlesham Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/stowmarket/opencomps.htm" class="White14">Stowmarket Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.club-noticeboard.co.uk/newmarket/open.html" class="White14">The Links at Newmarket</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.com/newton/" class="White14">Newton Green Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/uffordpark/" class="White14">Ufford Park Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.club-noticeboard.co.uk/swaffham/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=18&MMN_position=22:22" class="White14">Swaffham Golf Club</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.com/diss/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=16&MMN_position=19:19" class="White14">Diss Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/kingslynn/opens.html" class="White14">Kings Lynn Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.bradfordgolfclub.co.uk/visitors/open-days" class="White14">The Bradford Golf Club</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/haverhill/secretary.php" class="White14">Haverhill Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.com/rushmere/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=15&MMN_position=16:16" class="White14">Rushmere Golf Club</a></strong></div></td><td><div align="center" class="White14"><strong><a href="http://www.luffenhamheath.co.uk/Course/open.htm" class="White14">Luffenham Heath Golf Club</a></strong></div></td><td width="33%" class="White14"><div align="center"><strong><a href="http://www.club-noticeboard.co.uk/swaffham/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=17&MMN_position=21:21" class="White14">Swaffham Golf Club</a></strong></div></td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr><tr><td class="White14">&nbsp;</td><td>&nbsp;</td><td class="White14">&nbsp;</td></tr></table>'

function DoMenuOp() {
document.getElementById('openscomp').innerHTML = OpCo;
}

<!--
function switchMenuOp(obj) {
	var el2 = document.getElementById(obj);
	if ( el2.style.display != "none" ) {
		el2.style.display = 'none';
		document.getElementById('openscomp').innerHTML = OpCo;
		document.getElementById('op').src='open-1.gif';
	}
	else {
		el2.style.display = '';
		document.getElementById('op').src='open-2.gif';
	}
}
//-->
