var fDesc=new Array(); fDesc[0] = "Ore No Ryomi 2 is a superb sequel to a great PC remake of a Sony Playstation game that was a huge hit in Japan but never made it across the continent. As manager-chef of a restaurant, your job is to cook the right orders for customers while running the business at the same time. Since you are both manager and chef, the game offers a seamless blend of action and strategy: the frantic action of cooking is seamlessly combined with the challenge of business management to offer an intrigue and addictive experience."; 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 = ''; } }