var fDesc=new Array();
fDesc[0] = "Mojicon is a free & safe interactive plug-in that allows you to access & pick from thousands of unique characters designed by some of today's hottest character artists. Moji's are uploaded by a vast artist community on the website Mojizu.com and are immediately made available within the Mojicon application. Mojicon allows you to add 1000s of fun characters to your IM / Email from any supported application. A full list of supported applications can be obtained by visiting the Mojicon homepage (http://www.mojicon.com)
Mojicon allows anyone to submit content by being a member of the online community Mojizu.com. Artists can uploaded their own Moji's and communicate with other artists to share ideas and come together.";
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 = '';
}
}