// JavaScript Document
function affiche()
{
document.write('<div class="menu_desh" style="position:absolute;margin-left:50px;margin-top:10px;"><a href="hannyashingyo.htm" target="_self">');
document.write('<img src="../../../images/deshimaru/bt_sutra2.jpg" width="50" height="50" ><br>');
document.write('<b>Hannyashinyo</b></a></div>');
	  
document.write('<div class="menu_desh" style="position:absolute;margin-left:200px;margin-top:10px;"><a href="fukazazenji.htm" target="_self">');
document.write('<img src="../../../images/deshimaru/bt_sutra.jpg" width="50" height="50" >');
document.write('<br><b>Fukazazenji</b></a></div>');

document.write('<div class="menu_desh" style="position:absolute;margin-left:350px;margin-top:10px;"> <a href="bushokapila.htm" target="_self">');
document.write('<img src="../../../images/deshimaru/bt_sutra1.jpg" width="50" height="50">');
document.write('<br><b>Busho Kapila</b></a></div>');
    
document.write('<div class="menu_desh" style="position:absolute;margin-left:500px;margin-top:10px;">');
document.write('<a href="eko.htm" target="_self"><img src="../../../images/deshimaru/bt_sutra3.jpg" width="50" height="50">');
document.write('<br><b>Eko</b></a></div>');

document.write('<div class="menu_desh" style="position:absolute;margin-left:650px;margin-top:10px;">');
document.write('<a href="kesa.htm" target="_self"><img src="../../../images/deshimaru/bt_sutra4.jpg" width="50" height="50">');
document.write('<br><b>Sutra du KESA</b></a></div>');

document.write('<div class="menu_desh" style="position:absolute;margin-left:800px;margin-top:10px;"><a href="../../home.php" target="_self">');
document.write('<img src="../../../Bouton/bouthome.gif" width="50" height="50" >');
document.write('<br><b>Home</b></a></div>');
return;
}

