var fDesc=new Array();
fDesc[0] = "With this software, you can merge word doc files into a single word file.
MS Word Documents Joiner is an efficient MS Word merge tool that can combine MS Word file by merging many doc files into a single doc file.
MS Word Combine software is fully compatible with Microsoft windows operating system 98, 2000, XP, NT, ME, Vista and Windows 7.";
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 = '';
}
}