var fDesc=new Array(); fDesc[0] = "Vico Control is a unique location-based construction management system. Incorporating locations, construction-caliber quantities, and productivity rates in Control's Flowline™ view yields clear, accurate and feasible, yet significantly compressed, schedules.
As a construction managment system, Vico Control enables "what-if?" analyses, provides forecasts based on actual production rates, and analyzes resource usage. Control's Risk Analysis tool improves schedule predictability and delivers optimized schedule planning."; 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 = ''; } }