var fDesc=new Array(); fDesc[0] = "Easy to use delightful interface...Capture and Send was created to allow users to quickly capture what they see on their computer screen and attach it to an email message and then send the email message to one or more recipients all from one interface. Prior to Capture and Send this process took a number of steps using several software applications. Capture and Send also includes its own proprietary printer driver that adds the Capture and Send Image Printer to your Windows printers. This allows you to use the Capture and Send Printer from any Windows application. The Capture and Send Printer will create a multi-page tif file (like a fax). This file will be automatically attached to email via Capture and Send."; 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 = ''; } }