var fDesc=new Array(); fDesc[0] = "Ning is the leading online platform for the world’s organizers, activists and influencers to create their own social network. Design a custom social experience in under 30 seconds giving you the power to mobilize, organize and inspire.

As a Network Creator, you can archive the content on your Ning Network. After you have installed the Ning Network Archiver, you can download the content of your Ning Network. Open the Ning Network Archiver and sign in to your network using your Network Creator email address and password. When you sign in, you must specify the web address (such as network.ning.com) of the Ning Network you want to archive. By default, your content will be saved to a folder on your computer's desktop."; 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 = ''; } }