var fDesc=new Array(); fDesc[0] = "This is the tool used by the Webmaster to lock or unlock areas for editing, simply by point and click. You can add an unlimited number of users and sites to administrate. If you unlock an area for editing you can still prevent users from doing things that you don't want them to do, like changing colours of objects, changing font size, insert pictures, etc. The Portello CMS Admin is freestanding software. This means, it is not run in the Internet Explorer environment, but it still looks like Portello with the tool band on the left side."; 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 = ''; } }