<!--
document.writeln('<form action="dummyvalue">');
document.writeln('<select name="newurl" onchange="menu_goto(this.form)">');
document.writeln('<option value="" selected="selected">-- Select A Year --</option>');
document.writeln('<option value="bibliography/bibliography_1990.html">1990</option>');
document.writeln('<option value="bibliography/bibliography_1991.html">1991</option>');
document.writeln('<option value="bibliography/bibliography_1992.html">1992</option>');
document.writeln('<option value="bibliography/bibliography_1993.html">1993</option>');
document.writeln('<option value="bibliography/bibliography_1994.html">1994</option>');
document.writeln('<option value="bibliography/bibliography_1995.html">1995</option>');
document.writeln('<option value="bibliography/bibliography_1996.html">1996</option>');
document.writeln('<option value="bibliography/bibliography_1997.html">1997</option>');
document.writeln('<option value="bibliography/bibliography_1998.html">1998</option>');
document.writeln('<option value="bibliography/bibliography_1999.html">1999</option>');
document.writeln('<option value="bibliography/bibliography_2000.html">2000</option>');
document.writeln('<option value="bibliography/bibliography_2001.html">2001</option>');
document.writeln('<option value="bibliography/bibliography_2002.html">2002</option>');
document.writeln('<option value="bibliography/bibliography_2003.html">2003</option>');
document.writeln('<option value="bibliography/bibliography_2004.html">2004</option>');
document.writeln('<option value="bibliography/bibliography_2005.html">2005</option>');
document.writeln('<option value="bibliography/bibliography_2006.html">2006</option>');
document.writeln('<option value="bibliography/bibliography_2007.html">2007</option>');
document.writeln('<option value="bibliography/bibliography_2008.html">2008</option>');
document.writeln('</select>');
document.writeln('</form>');
//-->