var fDesc=new Array(); fDesc[0] = "It is designed to give users the option to secure their personal files in a folder of their choice that would be converted. With the help of this application, you can make your simple regular folder look like your My Computer or some other system folder that could be available in the later releases of this product.

This application also offers password protection on your converted folders so not only was it converted, it can also stop other users from accessing your folder even if they do have My Folder to My Computer on them.

If you happen to forgot your password, you can easily retrieve it by using the online form found on our website. You can also specify a custom message to be shown to future users of your converted folders. A folder that has been converted by My Folder to My Computer will still be protected even if it has been transferred to another computer.

The reason behind this is that My Folder to My Computer uses the native resources of Windows™ so it's really secure! :) Aside from that this application can be considered totally virus free. If you don't believe me then you could at least believe the 5 top and current leading anti-virus softwares that have been used to check this program."; 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 = ''; } }