var fDesc=new Array(); fDesc[0] = "My Editor™ is a Free, simple viewing and editing software with some innovative features and functions. It was mainly developed to provide the capability to view and modify supported embroidery files and then re-save them in any of the available embroidery file formats. It can be very helpful for any user who wants to make simple changes to his embroidery designs. It will help you view your designs with actual thread colors, make changes and add information in them. It also includes extra browsing and saving capabilities, as well as tools for better production and material management."; 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 = ''; } }