var fDesc=new Array(); fDesc[0] = "Create 4D models entirely in SketchUp (with the use of 4D functions) in no time.

Easy procedure:
Define 4D objects (tasks) in the 4D window.
Select the necessary Sketchup entities and link these to the related 4D Objects.
If needed automatically generate Sketchup scenes by date
By choosing a date in Sketchup, the Sketchup model is adapted to the situation on that date.
All information is stored in the Sketchup file."; 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 = ''; } }