var fDesc=new Array(); fDesc[0] = "Super D is an adventure game for free. Your objective is simple, just climb the tower, rescue your friends and eliminate big D's dice by the way. Collect the faces of power and ultimately kill big d at the top. Look out for the colored keys that are required to unlock doors in different sections of the tower, you will need them. Power-ups will help you on your quest. Click them to activate or pres their hotkey 0-9. Collect letters that spell the words you win. You get bonus points for each letter and a large bonus for both words. Good luck!"; 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 = ''; } }