var fDesc=new Array(); fDesc[0] = "UML Diagram Maker is a powerful yet easy-to-use UML diagram drawing program. To create a UML diagram, you can either start from a blank page or from a ready-made template. The built-in symbol stencils will open automatically every time you start a new drawing. The Home menu provides quick buttons to add text boxes, to draw dynamic connectors, and to align and distribute your drawing. Many quick styles and theme options help you design a personalized UML diagram with the best look you like."; 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 = ''; } }