var fDesc=new Array(); fDesc[0] = "TransQuote is a small web application. Once installed on your website, it allows a potential customer to get a rough quote online, right then and there. Visitors come and go on your site, looking for translation services. How do you sell to them? An online quote calculator is a good way to get their attention and get them to actually consider using your services."; 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 = ''; } }