var fDesc=new Array(); fDesc[0] = "Comic Strip Creator is a software developed by Cosy LLab and it's an authoring tool used for designing comic strips.
The software is free and very easy to use by anyone. The users can add as many frames, as well as modify their size or flip and rotate the image as they like. Another important feature included to the software is the "add frame" and "ass cliparts" buttons, as well as the "dialog balloon" where a text can be added."; 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 = ''; } }