var fDesc=new Array(); fDesc[0] = "The ZeWatch3 application allows you to set up your ZeWatch3 device on a computer. All you need to do is plug the ZeWatch3 into a computer USB port using the supplied USB charging cable. The app is available in English, French, Spanish, Italian, Portuguese, German, Dutch, Russian, Polish, Japanese, Korean, Simplified and Traditional Chinese."; 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 = ''; } }