var fDesc=new Array(); fDesc[0] = "Upload Rabbit for Facebook is powerful and easy-to-use freeware which enables you to batch upload photos and videos to facebook directly. It aims at helping you share photos and videos from computer or websites through right-click or drag-and-drop. Also supports for adding multi-accounts and switching among them by just one simple click."; 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 = ''; } }