var fDesc=new Array(); fDesc[0] = "3D XML Player is a program that incorporates advanced ergonomics features like the 3D Compass for efficient 3D Manipulation and the immersive product tree. 3D XML Player can be embedded as an ActiveX or Mozilla Plugin in third parties applications. The provided API lets you control the 3D XML Player. 3D XML Player makes it possible to access rich 3D XML information such as the product structure in an immersive mode and perform cross highlight with the 3D geometry."; 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 = ''; } }