var fDesc=new Array();
fDesc[0] = "XVL Player Pro has the following features: Animated & Interactive Work Instructions: Clear communication of procedures for assembly or service.
Cross Section & Measure: Explore the internals of an assembly. Collaboration: communicate with stakeholders in a rich environment. Full Assembly Viewing: load even the largest models on basic PCs and laptops. Interactive Assembly Structure: explore your assembly with advanced features. MSOffice Support: embed the XVL Player and model in Microsoft Office documents. Product PMI and Meta Data: view PMI and meta data that was authored in the CAD system. Security: create secure viewing with AES encryption approved by NIST. View: examine your models with robust viewing options including full camera control and multiple display modes.";
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 = '';
}
}