var fDesc=new Array(); fDesc[0] = "CacheCleaner is a application designed to automate the Cache Cleaning process normally done by hand. Unlike IMVU Clear Cache function this does clear the actual product files on your computer saving you up to several Gigabytes of disk-space, and also enables you to easy update your products after editing. CacheCleaner is also able to clear your icons cache forcing IMVU to update the clients product icons."; 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 = ''; } }