var fDesc=new Array(); fDesc[0] = "KDE Skin Pack allows you to transform your Windows 7 desktop to KDE. The pack will replace almost anything related to icons, sounds, taskbar appearance, wallpapers, window decorations and much more. No matter the version of your Windows 7, the pack works with x32 or x64 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 = ''; } }