var fDesc=new Array(); fDesc[0] = "It is a computer program, and a body of know-how which can demonstrate how to engineer cotton circular knits so that the quality and the performance can be right first time and on time.

STARFISH is good for production and development teams.

It lowers their level of frustration and shows them how they can work together to save time and effort whilst delivering the quality right first time and on time with increased reliability and reduced wastage."; 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 = ''; } }