var fDesc=new Array(); fDesc[0] = "CAD Pack software gives designers a graphic symbol library of Herman Miller products for use in designing workplaces.

With CAD Pack you can plan single workstations or complete floor plans and even generate product-count reports based on your space plan.

Miscellaneous drawing utilities are also provided, such as 2D-3D Swap, Replace Symbol, Change Product Options, and Update User Tags. An electronic tutorial and help files are included."; 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 = ''; } }