var fDesc=new Array(); fDesc[0] = "Too often, the delivery of files causes hassle both on the production and on the creative side. What is missing is efficient communication between all parties. That is precisely what PitStop Connect offers.

It enables you to offer customers an easy way of delivering files according to your specific requirements. It streamlines delivery and enables file checking if needed, thus saving you time, money, and worries."; 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 = ''; } }