  document.writeln('<ul>')
	   document.writeln('<li><a href="index.html">Startseite</a><br></li>')
	   document.writeln('<li><a href="daboutvillaorleans.html">&#220;ber Villa Orl&#233;ans</a><br></li>')
	   document.writeln('<li><A href="daboutattersee.html">Die Region Attersee</A></li>')
	   document.writeln('<li><A href="dgetthere.html">Anreise</A></li>')
	   document.writeln('<hr>')
	   	   document.writeln('<li><span class="enlarge"><a href="daccomodation.html">Unterbringung</a></span><br></li>')
	   document.writeln('<li><span class="large"><a href="dprices.html">Preise</a></span><br></li>')
	   document.writeln('<li><a href="dcontact.html">Kontakt &#038; Information</a><br></li>')
	   document.writeln('<hr>')
	   document.writeln('<li><span class="large"> <a href="dgallery.html">Photo Gallerie</a></span><br></li>')
document.writeln('</ul>')


