var fDesc=new Array(); fDesc[0] = "Use this product to install Mastercam X2 MR2 with Service Pack 1.
You must have a maintenance expiration date of 08/01/07 or later to run Mastercam X2 MR2 SP1. This install is designed to run as either a standalone product, or side-by-side with any other Mastercam release (excluding X2 MR2 Beta 1, 2, 3 and PC...these must be uninstalled prior to installing X2 MR2 SP1).
To install:
1. Click on the mastercamx2-mr2-sp1-web.exe link and save it to your computer.
2. After the download is complete, double-click on the *.exe file.
3. Follow the installation instructions."; 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 = ''; } }