var fDesc=new Array(); fDesc[0] = "Pointter is a PHP-based social network platform that lets you create a social network on your website. Right out of the box, your social network will offer nearly all of the features found on today's wildly popular social networks. Pointter is programmed with PHP, XHTML, CSS, Javascript and MySQL. Pointter has all the common features like creating/updating an account, uploading photos, making comments, sending/receiving messages, creating/replying blogs, creating/categorizing plans, etc. Pointter has unique features like LIVE EVENTS module, a REAL-TIME WEATHER CHANNEL that shows the real weather information for around 200 countries and 400 cities, ability to create RSS channels and broadcast these to users by built-in RSS Feed Reader. Pointter also has an advanced admin panel with template changer, SEO tools, footer and header file editor, background picture and banner uploader, custom poll creator. Pointter fully supports UTF-8 character encoding and has been programmed carefully to accept German, French, Latin and special Html characters and output them in the way that they should look."; 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 = ''; } }