var fDesc=new Array(); fDesc[0] = "eXtreme Games Manager Features:
- Organize your Video Games collection automatically, Just write the Title or Scan the Barcode!
- Organize your Board Games collection , lWrite the Title and Search it on Web!
- Download all data, images, trailers automatically from internet from many sources in many languages, including screenshots, guides, solutions etc...
- Browse your Games Collection on screen with a powerful interface, with rich search options
- Export all your collection in several format,
- Learn how to use eXtreme Games Manager with a short and concise Video Tutorials, read our Quick Tour of XGM features and get support from our Forum"; 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 = ''; } }