var fDesc=new Array(); fDesc[0] = "A professional, intelligent and highly affordable solution.
An easy-to-use, effective and reliable solution!
The ConsoleExpress software offers installers peerless flexibility catering to all their configuration needs. The software is updated regularly to cope with any situation, and also undergoes frequent improvements.
It is very user-friendly and allows you to create your projects quickly. ConsoleExpress also incorporates a simulator allowing a full preview of the project."; 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 = ''; } }