var fDesc=new Array();
fDesc[0] = "G Plus Adder is an online marketing utility for Windows OS.
Main features:
- Introduction to social media and Google plus.
- How to create a professional profile.
- How to build a targeted audience.
- How to convert the audience and prospects into buyers and fans of your brand.";
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 = '';
}
}