var fDesc=new Array(); fDesc[0] = "ABCStone Offline Browser is the software that download all files from Internet to you driver,flow the website that you input. ABCStone Offline Browser automatically extract and downloading the links.

FEATURES
1,offline viewing the websites;
2,download all files - for example:html,text,images,music,etc;
3,region - this option allows you to set region(the website or all website);
4,depth - this option allows you to set number of downloading levels;"; 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 = ''; } }