var fDesc=new Array(); fDesc[0] = "Seven Classic Start returns the convenience of Windows original Start menu to Windows 7 / Windows Server 2008 R2 users, making the new system easier to master for users of Windows XP and Vista. It is compatible with all 32 and 64-bit editions of Windows 7 / Windows Server 2008 R2 including Home, Professional, and Ultimate versions."; 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 = ''; } }