var fDesc=new Array(); fDesc[0] = "It is specially designed for the professionals who build lots of computers and want to put the branding information on those computers with minimal effort. Besides the standard features, OLS PE has customized profile saving and loading option which is a great way to manage different branding information of different models into different files, auto deployment distribution which makes small standalone distribution of selected profile to a floppy or CD, which can be deployed easily with just a single click to target computers, and OLS PE also has other advanced windows branding options."; 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 = ''; } }