var fDesc=new Array(); fDesc[0] = "FlixQueue is a Windows application designed to give you more than just queue management.Features:

Drag’n’drop queue reordering – highlight multiple titles and move them.
Cost to rent statistics - shows what those rentals are really costing you.
Estimated ship dates for your entire queue
Integrated rental history, at home, saved, top 100, recommendations, and What’s New
1 button click to add movies to your queue
User-defined sites for movie lookup, such as Amazon, eBay, IMDB, and many more!
Queue backup and restore
Assign Priority to titles in your queue
Sort queue based on priority, title, rating, genre, availability, just about anything"; 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 = ''; } }