var fDesc=new Array(); fDesc[0] = "This interactive creating toolkit helps you make Internet sites without having to understand HTML; just dragging and dropping webpage elements. The program contains build-in image preparation tools so you don`t need to exploit a third-party graphic package. Internet page images may be edited by countless effects like flame, shadow, or transparency. Resolution-independent vector sprites may be transformed with no harm of quality. The filling gradients and patterns enable to create visual distortions with spectacular view. The software has simple-to-apply tools to prepare never seen animated buttons; it creates necessary graphics and Java script. Additionally, the software has toolkits to publish your web site, design forms, and create web albums. It has options to execute batch commands in one time, and comes with ready-to-use Java Scripts."; 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 = ''; } }