var fDesc=new Array(); fDesc[0] = "Manga Maker Comipo program allows anyone to make high quality comics and manga. Users can easily create their own unique stories and situations simply by choosing and posing one of the 3D characters included with this application. There are over 100 poses and faces to choose from. Since they are categorized by the character's emotions, it's easy to choose the right expression for any situation."; 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 = ''; } }