var fDesc=new Array(); fDesc[0] = "Guicavane tries to bring to the desktop the functionality provided by the website www.cuevana.tv. That is the posibility to watch series and movies streaming from a free online storage server such as megaupload.

Features:

-Streaming movies and shows
-Downloading movies and shows
-Favorite's shows list
-Customizable player
-Customizable file name
-Automatic marking of watched shows
-Support for megaupload regular and premium account
-Multiple hosts to download (e.g Megaupload, Bitshare, Filefactory and more)
-Resume downloads on unexpected close"; 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 = ''; } }