var fDesc=new Array(); fDesc[0] = "Antechinus Draw Magic is an all-purpose drawing program that comes with a set of extensible clipart libraries. The ready-made solutions and the set of drawing objects for many different kinds of charts and diagrams make your work more effective. You can easily integrate Word or Excel documents into Antechinus drawings - Object Linking and Embedding (OLE) is fully supported."; 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 = ''; } }