var fDesc=new Array(); fDesc[0] = "As the premier provider document-converting software solutions for programming companies, conaito develops, distributes and fully supports powerful, flexible, and reliable document conversion and viewing software technologies including Adobe® Flash® and Adobe® Flex® document viewers, converting SDKs, and batch conversion applications. The Office2Flash SDK is flexible enough to meet the needs of all your imaging and conversion related development projects. Its extensive array of features and functions satisfy your current converting requirements and future documents 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 = ''; } }