var fDesc=new Array(); fDesc[0] = "NevoSoft Ice Cream Mania is a time management game. When ice cream cafe magnate Henry Rich died, his last will and testament stipulated that his vast fortune needed to be divided between two parties. On the one hand there was his daughter Cindy and on the other was his greedy ex-wife, the Baroness Gugel and her selfish daughter Jeanne."; 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 = ''; } }