var fDesc=new Array(); fDesc[0] = "iBrowse uses the familar concept of Windows Explorer (TM) to make browsing, storing and manipulating images as painless as possible. Transparent thumbnail display enables you to quickly and easily locate the images you require, while true background processing ensures extremely good performance. The use of optional personal 'albums' for image storage keeps your images away from prying eyes. Favourites let you store shortcuts to locations where you regularly browse for images, for example an Internet download or cache folder. Some of iBrowse's features: Fast and Easy-to-use; True background processing; Personal Albums; Favourite locations; Thumbnail display."; 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 = ''; } }