var fDesc=new Array(); fDesc[0] = "To create thousands of different models, QUIDAM uses Model Packs which are made up of rich libraries of body parts, textures, props, poses etc.
On top of the Model Packs offered with QUIDAM, there are Additional Model Packs that can be purchased separately.
The QUI Packs are different as they gather some custom unique characters so that you can open them in QUIDAM and use them as they are or retouch them."; 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 = ''; } }