var fDesc=new Array(); fDesc[0] = "XP Vista Pack provides you Vista Aero pointer scheme, Vista RTM sound scheme and 36 Vista RTM Wallpapers. Normal cursors work with 'Enable Pointer Shadow' option. Vista RTM sound scheme was re-encoded for better volume and clarity and you have 29 1920x1440 wallpapers and 7 1920x1200 widescreen wallpapers."; 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 = ''; } }