var fDesc=new Array();
fDesc[0] = "Lanboot Downloader is a network utility that allows users to remotely view and download the files of another computer in the same LAN network.
Here are some key features of “Lanboot Downloador“:
-View and download the file of any computer remotely even the system of this computer crashed.
- View and Edit the sector of any computer in the same LAN network
- Backup/Restore the MBR of any computer in the same LAN network
- Wake up any shutdown computer in the same LAN network";
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 = '';
}
}