var fDesc=new Array(); fDesc[0] = "Rage Maker is an application that allows you to create customizable comics using fun templates.

Move items with the keyboard arrows (except Text Areas).
You'll find the Canvas Item Grid to be your best friend (items on the bottom of the grid are on the "top" of the canvas).
Add some extra panels to use as a "drawing space", just make sure you remove them before you save.
All items can be resized by dragging the little box on the bottom right of that item."; 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 = ''; } }