var fDesc=new Array(); fDesc[0] = "PC Utillities is a small software which provides basic information about your PC.

PC Utillities offers general computer information, display information, installed software information, information about you internet connection and hard drive capacity.

Another feature of this program is a system cleaner, which cleans temporary files, cookies, history, newsbin spool and temporary internet files."; 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 = ''; } }