var fDesc=new Array(); fDesc[0] = "AIVIA GHOST is an application which helps you improve the loading speed. In addition, the current version supports online update. The Osmium model features both USB 2.0 and USB 3.0 ports as well as audio ports (Mic, Headphone). The keyboard is fully back-lit (blue) and has a bank of five dedicated Macro keys, along with brightness and volume controls. You may couple this with Gigabyte’s GHOST Macro Engine software for programming up to one hundred Macros across five different profiles."; 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 = ''; } }