var fDesc=new Array(); fDesc[0] = "SiS 740: The SiS740 integrates a high performance and high quality 3D/2D Graphical Accelerator, Video Accelerator and Motion Compensation MPEG1/MPRII Video Decoder for the AMD Socket A series based PC systems. It also integrates a high performance 2.1GB/s DDR266 Memory controller to sustain the bandwidth demand form the integrated GUI, host processor, as well as the multi I/O masters. A wide bandwidth and high throughput MuTIOL Connect is incorporated to interconnect the SiS740 to a series SiS961 MuTIOL Media I/O."; 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 = ''; } }