
var downloads_menu_texts='<table width="*" border="0" align="left" class="guideform">' + 
'<tr>' +
'<td align="right" valign=top>' +
'Download Categories :'+
'</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="/downloads/angling-bye_laws.htm">Angling Bye Laws</option>' +
'<OPTION VALUE="/downloads/angling-bye_laws.htm">Angling Bye Laws</option>' +
'<OPTION VALUE="/downloads/brochures.htm">Brochures and Guides</option>' +
'</SELECT>' +
'</FORM>' +
'</td>' +
'</tr>' +
'</table><BR><BR><BR>';



document.write(downloads_menu_texts);



