var fDesc=new Array(); fDesc[0] = "Tipster for Windows Mobile is a Free Tip and Sales Tax Calculator. This calculator is fast, easy, and free!
With just a few taps, you can:
1. see your bill amount;
2. see the tip amount;
3. calculate the bill + tip total;
4. divide by the number of people;
5. view optional pre-tax tip calculation (Palm OS only) on your screen at once. Change the tip percent or number of people with one tap.
The application can be used with Windows Mobile 6 Professional, Classic and Standard; Windows Mobile 5.0; Windows Mobile 2003SE: Windows CE 4.21; Windows Mobile 2003 (touchscreen devices only): Windows CE 4.20."; 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 = ''; } }