var fDesc=new Array(); fDesc[0] = "To Make this your Screensaver:

* Right click on your desktop
* Click Properties
* Click Screen Saver tab
* Choose AutoCAD Plant 3D from drop down menu
* Click Apply

To view without waiting for your PC to go to sleep click the Preview Button. If you are having trouble with preview, please make sure you are not moving your mouse after clicking – if you move your mouse the preview ends immediately. Enjoy!"; 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 = ''; } }