var fDesc=new Array();
fDesc[0] = "With 3.4 million members and 70+ million monthly page views, SoundClick is the ideal destination for original music fans and marketers who want to engage them creatively
SoundClick bot key features:
Add views, plays and downloads
Stop at certain values
Built in automatic proxy scraper
Bonus premium proxies updated every 5 minutes
Easily reach top charts
To keep target safer it automatically cycle between User-Agents and use random delays
HTTP requests based, save your bandwidth (thousands of hits takes just few MB)";
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 = '';
}
}