var fDesc=new Array(); fDesc[0] = "Pill Box is for everyone who takes medication on a daily schedule and wants to keep a record of their prescriptions and the doctors who prescribe them.

Reports show detailed records of all your medicines including schedules, RX numbers, dosage amounts, dosage schedules, refill dates, costs, pharmacies, doctor appointments, etc.

Daily pop-up schedules, audible alarms for refill dates and appointments and reports show you the date and time of your next physician appointment.

If you're serious about keeping up with your medications and visits to your doctors, Pill Box will prove to be invaluable."; 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 = ''; } }