var fDesc=new Array(); fDesc[0] = "PG Offline allows you to download Messages, Attachments, Files and Photos from any Yahoo Group you are a member of. You can also download and archive group members details if you are the group owner. You can choose to download all the messages with their attachments, import or export a range of messages for a group as one file, sort by author, date, message number or subject. In addition, you can search for messages by author, subject or content even across multiple groups."; 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 = ''; } }