var fDesc=new Array(); fDesc[0] = "TouchBIOS is a powerful application that gives you great control over BIOS. The application is very easy-to-use due to its simple interface. TouchBIOS is supported on GIGABYTE Z68 / P67 / H67 / H61 series motherboards (support may vary by model). TouchBIOS is supported on Windows XP 32bit,Windows XP 64bit,Windows Vista 32bit,Windows Vista 64bit,Windows 7 32bit,Windows 7 64bit."; 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 = ''; } }