var fDesc=new Array(); fDesc[0] = "StartW8 is a free but powerful tool for Windows 8 users. If you prefer desktop to modernUI, and would like to log in directly to desktop, this app is for you. StartW8 allows users to access their apps and folders with greater ease as it adds a fully-functional Start Menu to their Windows 8 computer/notebook.

Users can also easily search a specific file or program by entering a relevant keyword, or they can simply shut down their PC, reboot or switch users."; 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 = ''; } }