var fDesc=new Array(); fDesc[0] = "This utility allows you to upload custom wallpapers, upload custom gauges, and update the sensor table from your PC to your DM-100/200 universal OLED gauge. To upload your custom wallpapers to the DM-100/200, you will need 1 to 8 images formatted to the size of 160 x 128 pixels. These can be any type of color image with the following file formats (bmp, jpg, gif, tiff, png). This device driver is only compatible with the following operating systems Windows Vista, Vista x64, XP, XP x64, 2000, Server 2003, Server 2003 x64."; 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 = ''; } }