var fDesc=new Array(); fDesc[0] = "ECCalc Pro has now gone live and is avaliable under the name Calculator ECCalc Pro. Be sure to use the ECCalc Keyboard while operating this program, it will make everything alot smoother. As for the ECCalc Keyboard it's a stand alone program that's avaliable free on the android market. This can also be used combined with the ECCalcAnd application. A demo video explaining the features of ECCalc Pro and how to use them is under development and will be uploaded shortly. Enjoy :)"; 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 = ''; } }