var s='';
s += '' +
'<DIV id=header><H3>LANZ LUXURY VILLAS</H3><BR></DIV> </DIV><BR>' +

'<DIV id=navigation>' + 

'<H1>Introduction</H1>' +

'<A href="home.htm">Introduction</A>' + 
'<A href="contactus.htm">Contact us</A>' + 
'<A href="download.htm">Download Brochure</A>' + 

'<H2>Villa Sales</H2>' +
'<A href="sales_doc.htm">Overview</A>' +


'<A href="http://www.volcanoestates.com">Properties for Sale</A>' +
'<A href="http://www.volcanoestates.com/viewprops.php?search[type]=Rentals&amp;search[region_id]=3">Long Term Villa Rentals</A>' +


'<H2>Building Services</H2>' +
'<A href="building_doc.htm">Overview</A>' + 
'<A href="walls.htm">Walls</A>' + 
'<A href="paths.htm">Paths</A>' + 
'<A href="patios.htm">Patios</A>' + 
'<A href="solanaroofs.htm">Solana Roofs</A>' + 
'<A href="gates.htm">Gates</A>' + 
'<A href="extras.htm">Additional Extras</A>' + 


'<H2>Other</H2>' +
'<A href="gardening_doc.htm">Gardening Services</A>' + 
'<A href="domestic_doc.htm">Domestic Services</A>' + 
'<A href="pool_doc.htm">Pool Products</A>' + 
'<A href="maintenance_doc.htm">Villa Maintenance</A>' + 
'<A href="furnishing_doc.htm">Villa Furnishing</A>' + 
'<A href="webdesign_doc.htm">Villa Web Design</A>' + 


'<BR>' +

'</DIV>';
document.write(s);

