var fDesc=new Array(); fDesc[0] = "You may setup and begin running your very own dating service (voice personals) in your area with this software. SoftTouch is used to establish a dating service over the phone that gives you, the operator, the ability to charge by the minute, the month, the day or the message. Run the service from your home part time, keep your day job and enjoy the benefits of self-employment. All of the decisions are yours. There is no cost or obligation for this product. Research and try the dating market for yourself and discover why it's expected to be a $1 billion dollar market by 2008. If you decide you want to expand, purchase additional licensing from us later."; 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 = ''; } }