var fDesc=new Array(); fDesc[0] = "Windows Vista looks really nice for major GUI updates. Many people who have seen it wish to get Vista-style looks for their operating system. It might sounds stupid to say this since you all know what it is but just bear it. This program will transform your Windows user interface to ultimate Windows Vista alike looks that everyone will never notice its the same old Windows XP (or 2003)."; 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 = ''; } }