var fDesc=new Array(); fDesc[0] = "Custo allows you to quickly map the structure of a remote Web site. You can then browse files organized into virtual folders, explore, download, and open selected files.
Custo 3 has a brand new look and feel. It uses a familiar Explorer style interface for file browsing. The content is organized into virtual folders. The files in the Site Tree folder are ordered into a tree structure. The Site Listing virtual folder contains all the site files combined into a single view. The Type Filter enables you to just view files of interest. You can select from the following general file types: “Text”, “Image”, “Audio”, “Video”, and “Other”."; 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 = ''; } }