var fDesc=new Array(); fDesc[0] = "Lion Transformation Pack (LTP) will transform your Windows 7/Vista/XP user interface to look like Mac OS X Lion.
Features:
-Seamless installation and uninstallation giving users safe transformation
-Easily configurable in single click with intelligence Metro UI design
-Designed for all editions of Windows XP/Vista/7 including Server Editions
-Genuine OS X Lion system resources
-Smart system files updating with auto-repair and Windows Update friendly
-UxStyle memory patching
-Lion Frame UI including Aero/Mac features for XP and non-Aero system
-OS X Lion themes, wallpapers, user pictures and logon screen
-OS X Dock emulation with pre-configured docklets optimized for stability/performance
-Expose and Spaces with shortcut keys configured"; 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 = ''; } }