
var resources_menu_texts='<table width="*" border="0" align="left" class="guideform">' + 
'<tr>' +
'<td align="right" valign=top>' +
'Available Angling Reources :'+
'</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="/resources/holidays.htm">Angling Resources</option>' +
'<OPTION VALUE="/resources/holidays.htm">Planning an Angling Holiday</option>' +
'<OPTION VALUE="/resources/licences.htm">Buying a Fishing Licence Online</option>' +
'<OPTION VALUE="/resources/accommodation.htm">Selecting Accommodation</option>' +
'<OPTION VALUE="/resources/angling-services.htm">Booking Angling Services</option>' +
'<OPTION VALUE="/resources/access.htm">Air and Sea Access</option>' +
'</SELECT>' +
'</FORM>' +
'</td>' +
'</tr>' +
'</table><BR><BR><BR>';



document.write(resources_menu_texts);



