var fDesc=new Array(); fDesc[0] = "Clothes Converter is an easy and efficient way to convert clothing from one Poser model to another. With this program, you can automatically convert clothing between “unimesh” figures (Victoria 3, Stephanie 3, Aiko 3, theFreak, Michael 3, David, etc.) and from base characters to morphed characters (i.e., from Victoria 3 to a morphed Victoria 3)."; 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 = ''; } }