function menu()
{
document.write('<a href="http://www.hot.ee/keila3/">Home</a><br>');
document.write('<a href="intro.html">Introduction</a><br>');
document.write('<a href="location.html">Location</a><br>');
document.write('<a href="news.html">News</a><br>');
document.write('<a href="fort.html">Ruins of fenced fortification</a><br>');
document.write('<a href="church.html">Keila church</a><br>');
document.write('<a href="health.html">Health centre</a><br>');
document.write('<a href="balloon.html">Balloon Festival</a><br>');
document.write('<a href="schools.html">Schools</a><br>');
document.write('<a href="commerce.html">Commerce</a><br>');
document.write('<a href="mailto:keila3@hot.ee">Contact webmaster</a>');
}
