var fDesc=new Array(); fDesc[0] = "Social Network Controller allows you to manage the time that you, your children, staff, students and people, spend on popular social networks, avoiding distractions and allowing the proper use of Internet connections.
You can control the access to social networks like Facebook, Twitter, MySpace, Linkedin, Flickr, Badoo, Bebo, Habbo, Hi5, YouTube and MSN."; 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 = ''; } }