var fDesc=new Array(); fDesc[0] = "Doodle God Fantasy World of Magic is a puzzle game for Windows users, where you can mix and match different combinations of fire, earth, wind and air to create an entire universe. You will work your way up from a simple microorganism to create animals, tools, storms and even armies. Every time you successfully create a new item you’ll be rewarded with the wit and wisdom of some of the greatest philosophers and comedians of all time."; 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 = ''; } }