var fDesc=new Array(); fDesc[0] = "RANCH Sync automatically downloads your project on your computer when it is finished. And if you have enough credits in your RANCH Safe, it can also download your animation frames as soon as they are rendered! RANCH Sync works with all 3D software supported by the RANCH."; 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 = ''; } }