
var menu_texts='<table width="100%" border="0" align="right" class="guideform">' + 
'<tr>' +
'<td align="right" valign=top>' +
'Guide:'+
'</td>' +
'<td align="right">' +
'&nbsp;'+
'</td>' +
'<td width="*" align="right">' +
'<FORM NAME="angling_upper">' +
'<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1" class="guidedrop" style="width:200px">' +
'<OPTION VALUE="/angling/upper/shannon.htm">Upper Shannon</option>' +
'<OPTION VALUE="/angling/upper/shannon.htm">Upper Shannon</option>' +
'<OPTION VALUE="/angling/upper/lough_allen.htm">Lough Allen</option>' +
'<OPTION VALUE="/angling/upper/allen_ree.htm">Lough Allen to Lough Ree</option>' +
'<OPTION VALUE="/angling/upper/boyle_river.htm">Boyle River and Lakes</option>' +
'<OPTION VALUE="/angling/upper/lough_sheelin.htm">Lough Sheelin &amp; River Inny</option>' +
'<OPTION VALUE="/angling/upper/strokestown.htm">Strokestown &amp; Tulsk Lake Systems</option>' +
'<OPTION VALUE="/angling/upper/mohill.htm">Mohill Angling Centre</option>' +
'<OPTION VALUE="/angling/upper/suck_valley.htm">The Suck Valley</option>' +
'<OPTION VALUE="/angling/upper/mullingar.htm">Mullingar Lakes &amp; R. Brosna</option>' +
'<OPTION VALUE="/angling/upper/lough_ree.htm">Lough Ree and the Middle Shannon</option>' +
'</SELECT>' +
'</FORM>' +
'</td>' +
'<td width="*" align="right">' +
'<FORM NAME="angling_lower">' +
'<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1" class="guidedrop" style="width:200px">' +
'<OPTION VALUE="/angling/lower/shannon.htm">Lower Shannon' +
'<OPTION VALUE="/angling/lower/shannon.htm">Lower Shannon' +
'<OPTION VALUE="/angling/lower/shannonbridge.htm">Shannonbridge to Portumna' +
'<OPTION VALUE="/angling/lower/lough_derg.htm">Lough Derg' +
'<OPTION VALUE="/angling/lower/mulcair.htm">Mulcair River – Killaloe to Limerick City' +
'<OPTION VALUE="/angling/lower/east_clare.htm">East Clare Lakelands' +
'<OPTION VALUE="/angling/lower/river_feale.htm">River Feale System' +
'<OPTION VALUE="/angling/lower/shannon_estuary.htm">Shannon Estuary Sea Angling' +
'<OPTION VALUE="/angling/lower/clare_sea.htm">Co Clare Sea Angling' +
'<OPTION VALUE="/angling/lower/fergus.htm">River Fergus and Lakes' +
'</SELECT>' +
'</FORM>' +
'</td>' +
'</tr>' +
'</table><BR><BR><BR>';



document.write(menu_texts);



