<!--
function datesearch(obj){
	if (obj.options[obj.selectedIndex].value == "") return;
	this.location = obj.options[obj.selectedIndex].value;
}
document.write("<select onchange=\"datesearch(this)\">");
document.write("<option selected value=''>=== Constitution ===");
document.write("<option value='01.php'>Section I - General");
document.write("<option value='02.php'>Section II - Membership");
document.write("<option value='03.php'>Section III - Funds and Subscriptions");
document.write("<option value='04.php'>Section IV - The Executive Committee");
document.write("<option value='05.php'>Section V - General Meeting");
document.write("<option value='06.php'>Section VI - Constitution");

document.write("</select>");
-->
