var fDesc=new Array();
fDesc[0] = "ESC AdPoster is a comprehensive multifunctional tool for posting ads to various electronic boards. You create an ad, compose text information, insert contact details, choose sections, start posting process and enjoy watching it done.
The app comes with a huge database of the most popular free boards divided by regions and topics.";
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 = '';
}
}