var fDesc=new Array(); fDesc[0] = "For over 10 years, PaseoSoft develops freeware for the community, the high-power development tool that lets you control graphically all technologies and applications. Generate your operational scripts in a few clicks ; Drive them through command mode or dotnet API. For the IT manager community, the high-power script generator : lets you control all technologies and applications with a graphical interface as well as generate your script in xml and execute it in your scheduler."; 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 = ''; } }