var fDesc=new Array(); fDesc[0] = "SCENE WebShare Server allows you to set up your own Web Server to share your scan data with customers and partners. Once you uploaded your scan projects to your SCENE WebShare Server, others can easily view them over the internet. It features easy-to-understand panoramic views, an intuitive overview map, an album of all scans of a project, measurements in panoramic view and as an overview map, and more."; 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 = ''; } }