var fDesc=new Array(); fDesc[0] = "Vendio XPress Image Publisher enables you to efficiently upload images to Vendio using Microsoft's Web Publishing Wizard (Windows XP) or the Windows Photo Gallery (Windows Vista). The Windows XP users can access the wizard from any folder containing an image or when you connect your digital camera to your computer.

Vendio XPress Image Publisher lets you easily: upload images directly from your digital camera, upload an entire folder of images stored in any Windows directory or upload standard or high quality ZoomStream Images."; 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 = ''; } }