var fDesc=new Array(); fDesc[0] = "Fix8 is a new creative communication tool that mixes avatars with you! Using facial-tracking technology, Fix8 offers an impressive twist to video, photo and instant messenger experiences. A variety of creative customizations from avatars and accessories to animated sounds and expressions are available for use in the multimedia online space. It's Easy! Just Follow These Three Simple Steps!: Download Classic Fix8, It's FREE! Add Avatars and Accessories To Your Shopping Cart. Login to Fix8 and Animate Yourself."; 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 = ''; } }