var fDesc=new Array(); fDesc[0] = "Smart TimeLock supports Intel 8 series motherboards (support may vary by model). You must install APP Center first before install this utility. GIGABYTEApp Centergives you easy access to a wealth of GIGABYTE apps that help you get the most from your GIGABYTE motherboard. Using a simple, unified user interface, GIGABYTE App Center allows you to launch all GIGABYTE apps installed on your system. The GIGABYTE App Center is also customizable with three attractive color schemes."; 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 = ''; } }