var fDesc=new Array(); fDesc[0] = "Creates diagrams in manual mode or using free templates. Templates let you go fast. Get inspired and start your design quickly by choosing from thousands of our professionally designed templates. Powerful file compatibility allows you to export and share your drawing in a variety of familiar file formats, such as PDF, Word, PPT, JPEG, Html, etc. Find symbols, icons and shapes to fit any purpose from over 50000 vector built-in graphics. Easy to further edit the symbols upon your needs."; 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 = ''; } }