var fDesc=new Array(); fDesc[0] = "WinPatchMulti is a Windows Patch system that can be used to create software patches. It comprises a patch creator WinPatchMulti and a patch deployment application PatchDeploy. WinPatchMulti is a windows GUI capable of collecting information, files, commands, targets and then put them all together in an archive file (.zip). PatchDeploy is a console application that has to be distributed (once) with the patch archive."; 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 = ''; } }