var fDesc=new Array(); fDesc[0] = "PVAcoustics is currently available only on Windows platform. A Linux version is being studied. Framework must be installed so that PVAcoustics functions. It is installed in theory on the machines assembled with Windows Xp or Windows Vista.
But if you miss it you can download it on the site of Microsoft.
It is about the version redistribuable, that is to say version 1.1 or version 2.0"; 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 = ''; } }