var fDesc=new Array(); fDesc[0] = "This new generation of PDF conversion software is using Windows 8 Modern UI (user interface) style and allows drag & drop files directly to PDF profile. PDF Impress Windows 8 style experience is available also on older Windows 7/VISTA/XP systems. Pick one of the 22 professional color themes for the user interface or define your own colors. Use one of the 27 pre-setup icons, load your own icon and define your icon color on the fly when you create own profile or watcher. Now you can have full control of user interface of your favorite software."; 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 = ''; } }