var fDesc=new Array(); fDesc[0] = "Still cannot afford to have high dollars? Well at least now you can fill your computer up instead with them. Pretty fun to watch as your computer makes cool dollars with very soothing underwater effects. The themes of Immersion, Fountain and Fishes with realistic motions of bucks and bubbles will wash away tiredness and stress, gathered in business effort. Well worth the money!"; 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 = ''; } }