var fDesc=new Array(); fDesc[0] = "InstagramSaver is an easy to use program to download Instagram photos and videos. Just enter the Instagram account you want to download and start downloading. What is more, InstagramSaver will download photos and videos in parallel. Just set the parallel download count in settings. You can also create a list of your favourite accounts and download or update them in batch."; 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 = ''; } }