var fDesc=new Array(); fDesc[0] = "OLYMPUS RAW codec is the program to import and display the RAW data file (file extension is .orf) into Windows Vista or Windows XP. This can be used if your computer's OS is Windows Vista or Windows XP. Please check in the operation manual for your digital camera if this RAW data file works on your digital camera. If you cannot select RAW data file on the camera MENU, you cannot capture RAW data images."; 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 = ''; } }