var fDesc=new Array(); fDesc[0] = "For the instant customer: TeamViewer QuickSupport
Simple and small customer module, runs immediately without installation and does not require administrative rights - optimized for instant support. Starting signal for the new version: Whether increased performance, additional adjustment options in QuickSupport and TeamViewer Host or a new module for your online presentations: With TeamViewer 6, you are perfectly equipped for Remote Desktop Sharing."; 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 = ''; } }