var cText = ''
cText += '<CENTER>'
cText += '<DIV id="MENU">'
cText += '<TABLE CELLSPACING=10 BORDER=0 CELLPADDING=0>'
cText += '<TR>'
cText += '<TD VALIGN="MIDDLE" padding=12>'
cText += '<P ALIGN="CENTER"><A HREF="index.html">'
cText += '<IMG SRC="images/t_rollh.gif" BORDER=0 WIDTH=70 HEIGHT=30></A>'
cText += '</TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="welcome_fre.html">Bienvenue</a></TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="inside_fre.html">Villa et jardin</a></TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="camera_fre.html">Chambres</a></TD>'

cText += '<!--'
cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER"><font face="Comic Sans MS"><a href="dependance_fre.html">'
cText += '<IMG SRC="images/new000.gif" BORDER=0 ></a><BR>'
cText += '<a href="dependance_fre.html">Dependance</a></font></TD>'
cText += '-->'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="album/index.html">Photographies</a></font></TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="dispo_fre.html">Disponibilites et tarifs</a></TD>'

cText += '</TR>'
cText += '</TABLE>'

cText += '<TABLE CELLSPACING=10 BORDER=0 CELLPADDING=0>'
cText += '<TR>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="directions_fre.html">Nous rejoindre</a></TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="location_fre.html">Alentours</a></TD>'


cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="info_fre.html">Services extra et contacts</a></TD>'

cText += '<TD VALIGN="MIDDLE">'
cText += '<P ALIGN="CENTER">'
cText += '<a class="MENU" href="links_fre.html">Liens</a></TD>'

cText += '</TR>'
cText += '</TABLE>'
cText += '</DIV>'

cText += '</CENTER>'

document.write(cText)
