var fDesc=new Array(); fDesc[0] = "Border Control is a free Solid Edge utility that automates the task of replacing background sheets in your Solid Edge draft files.
You may need to modify your background sheets to satisfy: changes in corporate branding, changes in intellectual property ownership, the requirements of your clients, the need for additional information on your drawing sheets, or the availability of additional background sheets for files in your existing drawing library."; 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 = ''; } }