var fDesc=new Array(); fDesc[0] = "Transformers Creative Studio is the ultimate movie companion, putting you directly into the action. You can create amazing comics of the Transformers also featuring you, your family and friends by importing digital imagery into the easy to use software. You can design posters, flyers, calendars, cards, photo frames and much much more. The Transformers Creative Studio is much more than meets the eye!!"; 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 = ''; } }