var fDesc=new Array(); fDesc[0] = "A single license allows five servers to be selected at a time and removes the 500Mb file limit which is present in the shareware version. If you need to copy to more than five servers at a time, you can purchase multiple licenses (for example, if you want to copy to 15 servers at a time, you will need three licenses). Note that upgrade license keys require you to also possess a previous license key which must be entered for verification when you enter registration code."; 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 = ''; } }