var fDesc=new Array(); fDesc[0] = "Vista Live Shell Pack - Blue transforms the appearance of Windows XP to Windows Live with icons and windows vista.
Features:
The logon screen supports until 1280x1024 pixels. Skydrive icon for the Windows Drive. RebIc Software. System Restore Point. Viorb Software. Vista Boot Screen.
Windows Media Player 11 Live Resources"; 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 = ''; } }