var fDesc=new Array();
fDesc[0] = "Start Menu 8 gives you an experience of the Windows 7 start menu on Windows 8 and 10 computers. It also features an optimized search engine, which can provide quick and accurate results without typing the same keywords for the same file again. Start Menu8 allows you to set unique Start icons.
Start Menu 8 is available in Free and Pro variants.";
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 = '';
}
}