var fDesc=new Array(); fDesc[0] = "Armored drive icons, illuminated Windows start menus, custom windows, buttons and dialog boxes, a nanosuit-inspired custom wallpaper, the Official Crysis Warhead Windows XP desktop theme from Electronic Arts, NVIDIA, Ultra PC & The Skins Factory, has it all. Turn your plain old Windows XP desktop into a Crysis Warhead desktop. Features 3 Windows XP themes, 15 icons and an ultra-cool wallpaper. Special props to Matt from EA, Chris from NVIDIA & Garrett from Ultra PC. Without these guys, you wouldn't have the Official Crysis Warhead Windows XP desktop theme. A free Hyperdesk download for Windows XP."; 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 = ''; } }