var fDesc=new Array(); fDesc[0] = "Upload is a Windows program that allows you to update an SFD device with the latest firmware and to choose the correct DCF for the device. The program works together with the Squarell Server. Therefore it is necessary to login with a username and password. The SFD device needs to be connected to an interface device to enable updating via iUpload."; 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 = ''; } }