var fDesc=new Array(); fDesc[0] = "Omnitapps Composer is a Touch software Suite with various applications that offers you a unique way to present your products or services. You can show your product photos, videos, brochures, etc., within a multi-touch environment or put your products in the spotlight through one of the games. This can be used for product presentations, entertainment, information kiosk, virtual brochure holder, data collector, lead generator, etc. The program can be customized to fit a wide range of professional applications, including multiple game templates and configuration forms."; 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 = ''; } }