document.writeln("</TD></TR></TABLE><hr size=1 width=600><p class='menu'>")
s = document.URL
n = s.indexOf(".html")
s1 = s.slice(0, n - 2)
m = Number(s.slice(n - 2, n))
if (m < 11) { s2 = "0" + String(m - 1) }
else { s2 = String(m - 1) }
if (m < 9) { s3 = "0" + String(m + 1) }
else { s3 = String(m + 1)}
document.writeln("<a href='" + s1 + s2 + ".html'>&lt;—</a> || ")
document.writeln("<a href='index.html'>Анатолій Дністровий</a> || <a href='alfavit.html'>Алфавітний покажчик</a> || <a href='../search.html'>Шукати</a> || <a href='../poems.html'>Поезія</a> || <a href='../index.html'>Додому</a>")
document.writeln(" || <a class='arrow' href='" + s1 + s3 + ".html'>—&gt;</a>")
document.writeln("<br><a href='../compiler.html'>Від Укладачів</a> || <a href='../news.html'>Новини</a> || <a href='../tributes.html'>Ваші внески!</a> || <a href='../contact.html'>Пишіть</a> || <a href='http://www.uazone.net/'>UA Zone Home</a>")