var fDesc=new Array(); fDesc[0] = "Org Chart Creator is a fast and friendly organizational chart design program. It automates the design process with quick buttons, giving great convenience in creating professional-quality organizational charts with or without photos. The data import function allows users to generate an org chart with just a few clicks. Many design steps have been automated by the point-and-click editor."; 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 = ''; } }