var fDesc=new Array(); fDesc[0] = "Bell Aliant Servicepoint Agent is a nice and easy to manipulate program. This software will help you to install Bell Aliant Business Security Suite. Is easy to install and has a simple interface. It is a program that can be used by everyone. So, if you want to have on your pc Bell Aliant Business Security Suite this is the right program to use."; 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 = ''; } }