var fDesc=new Array(); fDesc[0] = "OrangeOSX Skin Pack is an application to transform Windows 7 to Mac OSX Orange. The program provides your Windows 7 PC with stunning new look. The taskbar looks like the taskbar in Apple MAC. This is more than a Windows theme file. The program changes default Windows DLLs to modify the system. You should be careful to uninstall all other versions of the skin packs before installing the new version."; 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 = ''; } }