var fDesc=new Array(); fDesc[0] = "Utilize! Vista is here to bring your Vista experience to life, providing access to a variety of built in, secret Vista software's that cannot be found on previous editions of Windows.

Windows Vista, like its predecessors, is rich with built in, secret integrated software utilities that a user can access without the need of purchasing additional expensive software from retailers. Before Utilize!, these applications could not be accessed by the average user, but now, with an easy user friendly interface, and a click and access system, you can access the many built in Vista utilities without having to purchase additional software or input complex commands!"; 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 = ''; } }