var fDesc=new Array(); fDesc[0] = "Bamboo Dock is a software application developed by Wacom Europe GmbH, Europark Fichtenhain A9, 47807 Krefeld, Germany (hereinafter "Wacom") for the free use of owners of Wacom products. Bamboo Dock facilitates the simple selection, downloading, installation, access and use of and to Bamboo Minis. Bamboo Minis are miniature software applications enabling users to run, test and explore the Wacom products in a new way and by different methods. The Bamboo Minis are made available by independent developers or Wacom itself (hereinafter "Developers") and, subject to acceptance of the present Terms of Use, can be downloaded free from the Wacom website and (after acceptance of the Licensing Agreement) installed. The same applies to the Bamboo Dock software."; 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 = ''; } }