<!--
document.write('<form name="selecter1"><select name="select1" size=1 onchange="go1()">');
document.write('<option value=none>Past Articles');
document.write('<option value=none>--------------------');
document.write('<option value="articles_pub1.htm">The Privy Council Debate');
document.write('</select>');
document.write('</form>');
// end hiding contents -->