var fDesc=new Array(); fDesc[0] = "TVersity is a start-up company located in New Jersey, USA.

Our Mission
Our mission is to empower individuals to organize and personalize their home and Internet multimedia collection (audio, video and images) and have universal access to it anywhere (at the home or on the go) anytime and from any device.

We are developing the following products and services:

Delivering any media to any device; an extensible platform independent Media Server that can serve any media to any networked device doing all the necessary conversions to overcome the limitations of any given device.
Personal Entertainment Guide (PEG); An extensible platform independent Media Manager that allows our users to organize their home and Internet media, tag it, and create their Personalized lineup of channels.
Content Guides; An editorial Entertainment Guide of URLs linking to high quality multimedia content consisting of TV channels (live and on demand), Radio stations, Music Videos, Movie Trailers, Game Trailers, Audio/Video Podcasts/Blogs and more.
Multimedia Social Networking; A Collaborative meta data sharing community that allows our users to exchange the multimedia URLs they discover and search the URLs discovered by other users."; 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 = ''; } }