var fDesc=new Array(); fDesc[0] = "The Di-O-Matic Character Pack is an all in one suite gathering all Di-O-Matic 3ds max plugins. It’s a single installer jam-packed of award winning tools designed to save time and improve efficiency in your character animations productions. From muscle simulation to automatic lip synchronization, the Character Pack has it all."; 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 = ''; } }