var fDesc=new Array(); fDesc[0] = "This is a Google Chrome extension that can be used to download Renren album easily. It packs up all the photos in an arbitrary Renren album in a zip, and saves it to your hard disk. Inside of the zip, you will find a folder named renren-album-${albumId}, inside of which all the photos are named with its index in the album. It is able to download the photos in its full size."; 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 = ''; } }