var fDesc=new Array(); fDesc[0] = "PLUS Reels software is Wooden Reels optimization software that will help to reduce the waste in manufacturing of reels by delivering high yield layouts.

It calculates the layers required to make the disc depending on the thickness of the disc and the thickness of stocks available. It also determines the dimensions and the shape of strips required to make the layers.

With the stock available information, it generates high yield cutting plans, thus reducing the waste while cutting the strips.

Main features:
-Auto / Manual Strips creation for layers of a Disc.
-Auto / Manual Layer Creation for a Disc.
-Optimize and generate cutting plans for strips.
-Graphical display of the strips in a layer.
-Supports trapezoidal strip of any angle.
-Maintain Stock Inventory.
-Multiple materials in a single job.
-Import Stock and Disc data using Comma Separated Value (CSV) files.
-Customizable RTF report.
-Simple User Interface."; 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 = ''; } }