var fDesc=new Array();
fDesc[0] = "Legendary seek-and-finds with epic heroes - three for the price of one. Help a fearless archaeologist decode a villain’s powers in Samantha Swift & The Golden Touch! Solve the poet’s mysterious death in Midnight Mysteries: Edgar Allan Poe! Travel through time and save history with Luxor Adventures!
Main features:
- Crack the case with hidden objects and puzzles
- All-new levels, backgrounds, and puzzles to explore
- Successfully complete puzzles and challenges to divulge clues
Requirements:
- Windows Vista, XP, 7
- 1GHz processor speed
- 512 MB RAM
- 180 Mb hard drive space
- 32 MB VRAM 16 or 32-bit Video Card
- 16 bit DirectX compatible sound card
- DirectX 8.1";
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 = '';
}
}