var fDesc=new Array(); fDesc[0] = "In Rolling Sun you must lead your ball from left to right but also in depth depending on the obstacles and tracks. Throughout your adventure, you play as a ball of magic stone representing the Sun God on Earth. Your goal is to counter the plans of your rival, the moon god. To do so, the sun give you skills to help you. Such as a double jump, power planner etc."; 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 = ''; } }