document.write('<form><select name="list" onChange="location.href=this.form.list.options[this.form.list.selectedIndex].value" id=f>')
document.write('<option selected value="#">Другие статьи в текущем разделе')

document.write('<option value="01.html">1989 год')
document.write('<option value="02.html">1988 год')
document.write('<option value="03.html">1987 год')
document.write('<option value="04.html">1986 год')
document.write('<option value="05.html">1985 год')
document.write('<option value="06.html">1984 год')
document.write('<option value="07.html">1983 год')
document.write('<option value="08.html">1982 год')
document.write('<option value="09.html">1981 год')
document.write('<option value="10.html">1980 год')
document.write('<option value="11.html">Общие сведения о войне')
document.write('<option value="12.html">Пролог трагедии')

document.write('</select></form>')
