var fDesc=new Array();
fDesc[0] = "The Stacking Correction Tool is software that uses the [GEOMETRIC CORRECTION] function of the NEC projector to easily perform stacked projection.
Use of the Stacking Correction Tool should be performed by an " Administrator" for Windows Vista / Windows 7, and a "Computer Administrator" for Windows XP.
Requierd Components
You need the following software.
-Microsoft .NET Framework 3.5 or later
-Microsoft DirectX 9
-Sun Microsystems Java version 6, update 10 or later
Download and install the software from each supplier's homepage.
Check the system requirements when installing software.";
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 = '';
}
}