var fDesc=new Array(); fDesc[0] = "GIGABYTE Smart 6™ is designed with user-friendliness in mind, and offers a combination of 6 innovative software utilities that provide easier and smarter PC system management.

Smart 6™ allows you to speed up system performance, reduce boot-up time, manage a secure platform and recover previous system settings easily with a click of the mouse button.

Smart QuickBoot
There is nothing more frustrating than having to wait ages for your PC to boot. That is why GIGABYTE developed their Smart Quickboot tool.

Smart QuickBoost
SMART QuickBoost is a tool that allows for quick and effortless CPU overclocking for novice and experienced users alike.

Smart Recovery
Ever deleted a file and the next week realized you still needed it? Without a backup of that file, you’d be out of luck, unless of course, you had GIGABYTE’s Smart Recovery.

Smart DualBIOS™
For the last 10 years, GIGABYTE has included DualBIOS™ technology on their motherboards. DualBIOS™ is a patented technology that features 2 physical BIOS chips onboard, one main BIOS and one backup BIOS incase the main BIOS becomes corrupted or fails.

Smart Recorder
SMART Recorder is a handy feature that monitors and records certain activity on your system such as the time when you turn off or on your PC as well as when any large amounts of data have been copied from your PC.

Smart TimeLock
Smart TimeLock is a feature that allows scheduling of your PC resources, allowing only certain times for access. This is a good tool especially for parents who want to limit their children’s PC usage."; 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 = ''; } }