var fDesc=new Array(); fDesc[0] = "CLOTHER G2 is the easy way to get photorealistic clothes for your digital woman that actually FIT!
These clothes conform exactly to all skin textures and poses you have, without adjusting to compensate for "peek thru".
CLOTHER G2 gives you the ability to use photorealistic clothing textures with your favourite skin texture without the need for advanced graphic programs and, more importantly, without losing your precious time. Only a few mouse clicks separate you from having a beautifully dressed model combining your favourite skin texture with beautiful photorealistic high quality clothes from CLOTHER G2"; 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 = ''; } }