var fDesc=new Array(); fDesc[0] = "The Source Four Savvy Section plug-in object eliminates the tedium of tweaking dimensionally accurate 2D sections of an ETC Source Four or Source Four PAR, including the hanging angle, yoke, angle, clamp type, and accessories. With this object, you no longer need to ungroup and rotate your section symbols, or look for symbols of various components. All the following features are combined in a single object!

Imagine wanting a Source Four in section, pointing US at a 30 degree angle. Your symbol points DS at a 45 degree angle. You also want to show it hanging on a side arm and add a scroller.

Main Features :

- Set any yoke angle, tilt angle, and flip.
- Switch between front or side views.
- Symbols look the way you want them. Symbols have attributes set by class, with three levels of detail.
- Show C-clamp or tee, with or without pipe.
- Show short yoked.
- Show any available barrel type.
- Add top hat, half hat, color extender, or scroller of any standard size.
- Dimensionally accurate Fixtures, components, and accessories based on manufacturer drawings."; 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 = ''; } }