var fDesc=new Array(); fDesc[0] = "The 3D Studio VIZ? R3 Service Pack 1 (SP1) comprises all the updates that were previously available for 3D Studio VIZ Release 3 as well as new updates that were not previously available. Note that this service pack is being made available after the release of the 3D Studio VIZ Internet Extension (3vX). You do not have to install 3vX to benefit from the updates provided in this service pack. However, if you have not installed 3vX and you plan to install it later, you will have to uninstall 3D Studio VIZ and reinstall, in order, 3D Studio VIZ, 3vX , and this service pack. If you have not already done so, Autodesk Product Support encourages you to upgrade to 3vX prior to installing this service pack."; 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 = ''; } }