var fDesc=new Array();
fDesc[0] = "CONTROL YOUR SOCIAL NETWORKS!
Who is looking at your photos
If someone is keeping an eye on you...
You will know!
Detect the sneaky spies.
Without troubles nor tricks.
Real deal.This is the app!
Who has changed
If you're blocked or unfollowed:
We will notify you.
Notice any changes!
Free, safe and private.
You are the most important!
Publication rankings
Organized by likes and comments.
Know your hits!
It's a gift for you.
Enjoy it now!
DOWNLOAD FREE";
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 = '';
}
}