var fDesc=new Array(); fDesc[0] = "This distribution contains Voodoo drivers and control panel for Windows 95/98. The DirectDraw portion of the drivers supports Direct3D when using DirectX 7.0.This product may be covered by one or more of the following US patents: 5,724,561 5,740,343 5,808,621 5,822,452 5,831,624."; 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 = ''; } }