var fDesc=new Array(); fDesc[0] = "Offers quick links to your favorite sites, social networks and download links.
A new toolbar has been developed for the assistance of all students of first , second and third year.
Add your favorite apps to your browser with Conduit Engine.
Helps in findind what you want with it`s custom search engine features."; 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 = ''; } }