var fDesc=new Array(); fDesc[0] = "CleanCR2 is a utility designed to address a couple of chores conforming clothing merchants (and sometimes their customers) have to deal with. When saving clothing CR2 files out of Poser, AutoConforming ERC is broken. Also, cutting, pasting and using various software utilities on a CR2 file will cause the file's indentation to get messy, making it harder to read."; 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 = ''; } }