var lang = 'd';
if (lang == 'd') 
{
                                document.write("<p><a href='html/galerie.htm'>Gallery</a></p>");
                                document.write("<p><a href='html/aktuell.htm'>Now&nbsp;showing</a></p>");
                                document.write("<p><a href='html/news.htm'>News</a></p>");
                                document.write("<p><a href='html/incoming.htm'>Upcoming exhibitions</a></p>");
                                document.write("<p><a href='html/ausstell.htm'>Previous&nbsp;exhibitions</a></p>");
                                document.write("<p><a href='html/kuenstler.htm'>Artists</a></p>");
                                document.write("<p><a href='html/lage.htm'>Location</a></p>");
                                document.write("<p><a href='html/contact.htm'>Contact</a></p>");
                                document.write("</b>");
}
else
{
                                document.write("<p><a href='html/galerie.htm'>Gallerie</a></p>");
                                document.write("<p><a href='html/aktuell.htm'>Actuellement</a></p>");
                                document.write("<p><a href='html/news.htm'>News</a></p>");
                                document.write("<p><a href='html/incoming.htm'>Upcoming exhibitions</a></p>");
                                document.write("<p><a href='html/ausstell.htm'>Expositions</a></p>");
                                document.write("<p><a href='html/kuenstler.htm'>Artistes</a></p>");
                                document.write("<p><a href='html/lage.htm'>Situation</a></p>");
                                document.write("<p><a href='html/contact.htm'>Contact</a></p>");
                                document.write("</b>");
}