var lang = 'd';

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