var fDesc=new Array(); fDesc[0] = "RPC Content requires specialized software plug-ins to be used within an application. Some RPC Plug-ins require the purchase of a license, while others are free of charge or included within the application itself. Some software, such as Revit, Bentley MicroStation, SGI Performer and Informatix Piranesi ship with the Plug-in natively. ArchVision and its partners have also developed several RPC Plug-ins for applications such as Newtek's Lightwave 3D, Maxon's Cinema 4D, and Adobe Photoshop®."; 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 = ''; } }