var fDesc=new Array(); fDesc[0] = "ShapeShifter Technology provides innovative CAD solutions to the apparel industry. Our products are designed to reduce fabric consumption, and to automate and optimise production planning and processes.

SS-Automatic: Creates production and costing markers faster and more efficient than any other automatic software. Save 2 - 5% of fabric.

SS-Optimiser: Intelligently manipulates markers to decrease their length. By improving an existing marker fabric reduction is guaranteed.

SS-Planner: Produces a set of markers to fulfil an order at the lowest possibleproduction cost.

SS-API: Integrate any ShapeShifter function into another CAD system."; 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 = ''; } }