var fDesc=new Array();
fDesc[0] = "TagTheDeal is an online solution for all kind of shopping.
Requirements for TagtheDeal
1. You must have a MallforAfrica.com Account. Your MallforAfrica account is your TagtheDeal account.
2. You must have a MallforAfrica.com Webcard (Click Here To Get One)
3. You Must Load your MallforAfrica Webcard Account with funds. TagtheDeal only accepts MallforAfrica.com Webcard as a form of payment.";
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 = '';
}
}