var fDesc=new Array(); fDesc[0] = "Samurai is always an embodiment of courage, wisdom and patience. With glaring sword, serious and self-confident, he is standing guard of rules and norms of a true warrior. But the way of the ideal warrior is not so easy as it may seem, and Samurais are also people, who need sometimes to have a rest. And the right way to relax is enjoying a cup of flavored Japan tea and playing a favorite solitaire!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }