<!-- Begin POP-UP SIZES AND OPTIONS CODE
// ONLY USE lowercase FOR yes no OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var show1	= "yes"		// SHOW ONE LARGE IMAGE
var show2 	= "no"		// SHOW FIRST SMALL IMAGE
var show3 	= "no"		// SHOW SECOND SMALL IMAGE


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154">');
document.write('<tr><td class="menutrans">');

document.write('<img src="picts/menu-top.gif" width="154" height="70"></a><br>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td>');
document.write('<a href="index.html" class="menu">Accueil</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.chaletslocations.com/chaletdupecheur/index.htm" target="_blank" class="menu">Chalet du Pêcheur</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.chaletslocations.com/kissingbooth/index.htm" target="_blank" class="menu">Kissing Booth</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.chaletslocations.com/chaletchockpish/accueil.htm" target="_blank" class="menu">Chockpish</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.chaletslocations.com/chaletduquai/" target="_blank" class="menu">Chalet du Quai</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.chaletetoiledemer.com/" target="_blank" class="menu">Chalet Étoile de Mer</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="liens.htm" class="menu">Liens</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="activites.htm" class="menu">Visitez</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="service.htm" class="menu">Services</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="contact.htm" class="menu">Webmestre</a>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


// END LINKS


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154">');
document.write('<tr><td align="center" background="picts/menu.gif" height="34">');

document.write('<img src="picts/menu-bottom.gif" width="154" height="34"></a><br>');

document.write('</td></tr><tr><td align="center">');

document.write('<br>');

document.write('<a href="indexan.html"><font face="Arial" color="#FFFFFF"><b>English version<br><br></a>');


// START IMAGE AREA


   if (show1 == "yes") {
document.write('<img src="picts/menu-picture-1.jpg" width="75" height="150"><br><br></a>');
}

   if (show2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75"><br><br></a>');
}
   if (show3 == "yes") {
document.write('<img src="picts/menu-picture-3.jpg" width="75" height="75"><br><br></a>');
}



document.write('</td></tr></table>');
document.write('</div>');

//  End -->