
var showimage1		= "yes"	
var showimage2		= "no"	
var linkstop 		= "no" 


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.html" class="menu">Nicola Gerard</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu">Programmes Hiver</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="estate.html" class="menu">Programmes Etè</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="" class="menu">Spécial Fêtes</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Gallery</a>');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="download.html" class="menu">Download</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contacts et Prix</a>');


document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


   if (showimage1 == "yes") {
   document.write('<br>');
//   document.write('<span class="select">select languages</span>');
//document.write('<br><br><a href=""><img src="picts/menu-picture-1.jpg" width="75" height="50" border="0"></a><br><br>');
document.write('<img src="picts/menu-picture-3.jpg" width="100" height="100" border="0"><br><br>');

}
   if (showimage2 == "yes") {
//document.write('<a href=""><img src="picts/menu-picture-2.jpg" width="75" height="50" border="0"></a><br><br>');
document.write('<img src="picts/menu-picture-4.jpg" width="100" height="100" border="0"><br><br>');

}
document.write('</td></tr></table></DIV>');

