var fDesc=new Array(); fDesc[0] = "BoxMinder is a software product designed specifically for mailbox rental stores. It performs the important task of notifying a store's customers via e-mail or SMS text message whenever they receive mail or packages in their mailbox. This service saves them many unnecessary trips or calls to your store, and will definitely be appreciated by customers waiting on important deliveries.

BoxMinder is a standalone package meant to be installed on a local workstation with an Internet connection. It is both easy to use and easy to customize to fit your store's own specific needs."; 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 = ''; } }