var fDesc=new Array(); fDesc[0] = "Milestone Simulator is a software to visualise multi-storeyed building projects during the planning stage, simply from its elevation picture. Milestone simulator is not suitable to monitor project progress during execution. The purpose of Milestone Simulator software is to simulate the project planning stages to have better understanding of the project with its milestone dates."; 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 = ''; } }