var fDesc=new Array(); fDesc[0] = "SysTools DMG Viewer can be used to view and open open Mac OSX DMG files in Windows. It lets you preview email files within a DMG. This program shows a hierarchical structure of files arranged in the preview pane. Selecting the files or folders will give a preview of emails with details like Name, Created date, Size (in MB), Modified Date, and Last Access Date on right pane. You can double click the file , to preview the DMG File items within the preview Pane. You can view EML, EMLX, TXT, GIF, and HTML file types using this software."; 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 = ''; } }