var fDesc=new Array(); fDesc[0] = "Not far from a holy Fuji Mountain, in a small Japanese village lives ex-samurai who is sorry for his offensive and careless behavior and who wants to be employed by a new master. Although it was sometimes considered to be necessary for the life experience of any true samurai to be a ronin, his life without lord's stipend was getting rather difficult. He has been a target of humiliation and satire for too many years, and now you can save the ronin from his hateful life. Complete the solitaire and help him to get employed by a new master and win back all samurai privileges."; 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 = ''; } }