var fDesc=new Array(); fDesc[0] = "The Schedule Toolkit’s primary objective is to help enhance the project planning process and ultimately drive improvements in the successful delivery of projects to time and budget.

It can do this in two ways: first, by providing automation tools to planners & schedules that generally make life easier, freeing up time that can be better spent ‘planning’ and secondly, by providing the rest of the project community with intelligent access to the project schedule in a format they can understand and derive most value from. Devised by project professionals, the schedule toolkit is cost-effective, easy to use software that converts data from complex planning software packages (such as Primavera P6, Asta Power Project, and Microsoft Project,) and enables you to view and analyze the information within the familiar surroundings of Microsoft Excel."; 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 = ''; } }