var fDesc=new Array(); fDesc[0] = "CoolUtils Photo Viewer is a program designed to view and transfer photos from any camera to PC. Just insert your SD card into the computer or plug your camera directly to USB and and you will have a preview of all your photos and videos in seconds. It supports camera RAW files as well as BMP, JPEG, JPEG 2000, GIF, PNG, PCX, TIFF, WMF, ICO, TGA."; 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 = ''; } }