var fDesc=new Array(); fDesc[0] = "Don't look here and there for solution, apply Windows Live Mail Viewer and discard all your stress. Windows Live Mail Viewer is completely free and portable utility which immediately extract all inaccessible Windows Live Mail data with every bit of information. During the process, Windows Live Mail Viewer maintains the message formatting and metadata of Windows Live Mail emails. Moreover, Windows Live Mail freeware tool allows to open multiple emails simultaneously without affecting the original folder structure of Windows Live Mail mailbox. Windows Live Mail Viewer is compatible with all version of Windows operating system."; 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 = ''; } }