var fDesc=new Array(); fDesc[0] = "FCM Thumbnail Viewer or File Viewer (Used by Brother Scan and Cut Machines), can view the thumbnail (preview) images that are saved with the FCM files. These are the 'preview' images that are seen on the coloured LCD (Liquid Crystal Display) screen of Brother Scan and Cut machines. Cutter Controller has the ability to export the thumbnail preview images in colour."; 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 = ''; } }