var fDesc=new Array(); fDesc[0] = "This Application can view/show different images of the following formats: .BMP, .GIF, .PCX, .ICO, .CUR, logo.sys, .JPG, .JIFF, JPE, .JPEG and .WMF. You can also view images in a slide show and print them out, or view them in full screen."; 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 = ''; } }