var fDesc=new Array(); fDesc[0] = "Almeza MultiSet will automatically install all the applications you require, either onto your original computer or onto a new one. It's an ideal solution for rebuilding your systems quickly! You can use Almeza MultiSet Professional software to create a bootable USB Flash Drive for automatic installing Windows and software onto a computer. You can use MultiSet software to create a universal disk for automatic installing software onto a computer using any media (CD/DVD/Flash/Hard Drive). Automatic Installation Anywhere! Do you want to automate installation of programs but have no time to learn how to write the necessary scripts? Do you prefer simple and convenient solutions? Do you want to see the results immediately? This is just the answer you have been looking for!"; 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 = ''; } }