var fDesc=new Array(); fDesc[0] = "DVD Profiler Mobile lets you synchronize your mobile and desktop automatically.
The application allows you to synchronize your entire collection (including high res images, up to your device's capability) to your mobile device. Also you will be able to make changes to your collection and synchronize those changes back to your desktop automatically.

You will be able to store your collection, images, and other data in main memory or on removable media, move profiles (e.g. from wishlist to owned), personalize profiles, including setting purchase price, location, collection number, review, etc., set movies watched (optionally with the included Movie Pick Mobile), manage loaned status, edit user info, and more."; 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 = ''; } }