  document.writeln('<ul>')
	   document.writeln('<li><a href="index.html">Home</a><br></li>')
	   document.writeln('<li><a href="aboutvillaorleans.html">About Villa Orl&#233;ans</a><br></li>')
 	   document.writeln('<li><A href="aboutattersee.html">Around Attersee</A></li>')
	   document.writeln('<li><A href="gettingthere.html">Getting there</A></li>')
	   document.writeln('<hr>')
	   	   document.writeln('<li><span class="enlarge"><a href="accomodation.html">Accomodation</a></span><br></li>')
	   document.writeln('<li><span class="large"><a href="prices.html">Prices</a></span><br></li>')
	   document.writeln('<li><a href="contact.html">Enquiry form and contact information</a><br></li>')
	   document.writeln('<hr>')
	   document.writeln('<li><span class="large"> <a href="gallery.html">Photo gallery</a></span><br></li>')
document.writeln('</ul>')

