var fDesc=new Array(); fDesc[0] = "Offer an exciting new way for customers and users to watch your videos and read your news with an innovative, branded desktop application. Companies like eBay, AOL and NASDAQ are already using Adobe AIR to deliver engaging RIAs to their users’ desktops.

Main Features:

- An innovative way to approach your user;
- Run on all major desktop operating systems;
- Full documented file, with step by step guide for importing, customize and export your App;
- Complete PSD with entire Application layout;
- Ready-to-customize individual layers for each component separately;
- Ready-to-customize PSDs for each component separately;
- Easy to set and start using;
- Minimize to the tray option;
- Add unlimitted number of videos;
- Fullscreen, Fit and Maintain aspect options for video size;
- Plays flv and mov video files directly from your server;
- Social sharing links for the major communities sites;
- Multiple feeds support (3 feeds);
- Minimize to the tray option;
- Unique. Anyone of your competitors have this.
- Easy to set and start using;"; 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 = ''; } }