<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "10"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td valign="top">');
document.write('<a href="index.html" class="menu">Accueil</a>');


document.write('</td><td valign="top">');
document.write('<a href="chine.html" class="menu">Chine</a>');


document.write('</td><td valign="top">');
document.write('<a href="tibet.html" class="menu">Tibet</a>');


document.write('</td><td valign="top">');
document.write('<a href="japon.html" class="menu">Japon|Corée|Mongolie</a>');


document.write('</td><td valign="top">');
document.write('<a href="indochine.html" class="menu">Vietnam|Cambodge|Laos</a>');


document.write('</td><td valign="top">');
document.write('<a href="inde_nepal.html" class="menu">Inde|Népal</a>');

document.write('</td><td valign="top">');
document.write('<a href="sud_est.html" class="menu">Asie Sud-Est</a>');


document.write('</td><td valign="top">');
document.write('<a href="informations.htm" class="menu">Informations</a>');


document.write('</td><td valign="top">');
document.write('<a href="clients.html" class="menu">Commantaires|Blogues</a>');


document.write('</td><td valign="top">');
document.write('<a href="http://english.circuitoriental.ca/index.html" class="menu">English</a>');


// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
