var fDesc=new Array(); fDesc[0] = "Portfolio Browser is a simple, read-only version of the Portfolio Single User application that you are free to distribute with your catalogs, so that other users who do not own Portfolio can open and view your catalogs.

With the Portfolio Browser you can:
- View catalogs created in Portfolio
- create and save customized views
- create scratchpad galleries
- preview assets and their properties (such as keywords and metadata)
- copy assets
- email assets
- edit assets (with the external application of your choice)
- print images and contact sheets
- run a slideshow

Portfolio Browser can be exported from within the Portfolio application by choosing "Collect" or "Burn to Disc"."; 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 = ''; } }