var fDesc=new Array(); fDesc[0] = "Personal open standards web publishing from Office and Windows programs. Output viewable with FireFox, Chrome, Safari, Opera and IE9 on Windows PCs, Linux PCs, Macs, iPhones, iPads, Symbian and all other devices with open web standards capabilities. SVGmaker has been transcoding millions of documents a month for online, government, military, Fortune 500 and other organizations worldwide since 2005."; 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 = ''; } }