var fDesc=new Array(); fDesc[0] = "Use Vico Control to create significantly compressed schedules without increasing risk. Control enables better visual analysis of schedule feasability and improves comunication. Control is designed to be used without a BIM model. 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."; 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 = ''; } }