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="texts.html">Тексты песен (аккорды)')
document.write('<option value="poems.html">Стихи')
document.write('<option value="stories.html">Рассказы')
document.write('<option value="mp3.html">MP3 - файлы')

document.write('</select></form>')
