var fDesc=new Array(); fDesc[0] = "The azure glass st skin pack allows the users to install and apply a semitransparent theme to the Windows Operating System and thus changing the interface, the taskbar color, the folder icons and overall the entire appearance. Every folder has its specific icon based on the type of files that are found inside, this makes for easy navigation inside the storage devices."; 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 = ''; } }