var fDesc=new Array(); fDesc[0] = "What is a dream of every young Samurai, after finishing training in the temple of Sakura? Of course to beat the dragon! And to prove his loyalty to the teacher. Also, to serve people (while scoring off the dragon). And here is the long-awaited moment!

How To Play:

- Choose ingredients, dressings and tools, put it on the board and make sushi. Don't know a recipe? Look at your cookbook.
- Don't keep your clients waiting.
- Talk to your clients politely. Don't be rude or you'll defeat.
- Power up your samurai by developing his skills! It will not be easy to finish the game without modifications.

Main Features :

- 5 difficulty levels
- 30 kinds of sushi
- 40 game levels
- Original japanese style of music and art
- The hero skills improvement
- The clients are talking to you. Be tactful!"; 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 = ''; } }