var fDesc=new Array(); fDesc[0] = "Do you want to animate your Revit model? Instead of a tedious process of manually changing parameters and exporting images, you can use Image-O-Matic to automatically create dozens, hundreds, or thousands of images to show phases or a range of parameter values. Use these images to easily review your design, create slideshows, consider alternatives, or merge them into a video 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 = ''; } }