var fDesc=new Array(); fDesc[0] = "Hansoft is an agile tool that helps industry leaders around the world getting the most out of their talented teams, facilitate innovation and enabling successful executive decision making. Do you also want to boost your competitiveness through next level agile practices? Then Hansoft is the tool for you. Frequent innovation is key to stay cutting edge and competitive in a rapidly moving world. Enabling an innovative culture while under productivity and cost pressure is not easy, but Hansoft enables a creative workspace that will allow those creative processes to evolve."; 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 = ''; } }