var fDesc=new Array(); fDesc[0] = "IxPictures provides you an easy way to transfer photos from your Canon-DigiCam to your computer. The program provides support for various camera models. Also features AVI-movie loadable, automatic lossless rotation, RAW-image support. (will be saved in the native Canon-raw-format .CRW).
Moreover the application will save your pictures and filmclips under the name "YYMMDD_filename". This pattern ensures the date and hour will be an integrative part of the filename, and sorting the pictures in alphabetical order will maintain the correct time order. And a renaming function also is provides to make it easy to convert filenames of existing pictures according to the pattern above."; 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 = ''; } }