var fDesc=new Array(); fDesc[0] = "The purpose of this utility is to simplify the process of altering the size of multiple arcs (circles) at once. This add‐on allows you to alter the radius of multiple arcs using several different methods:

- Offset Distance ( /‐)
- Scale Factor
- Set Radius

It also reports additional useful information about on the selected arcs!"; 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 = ''; } }