var fDesc=new Array();
fDesc[0] = "Recettear is the story of an item shop, the girl who lives in it, and the fairy who turned her life upside down.
Main Features:
- Manage all aspects of an item shop – from stock to interior design!
- Explore randomized dungeons – never quite the same twice!
- Multiple adventurers to choose from when dungeon-diving – no two play the same!
- Plenty to do after beating the game – challenge yourself with Survival Mode or play to your heart's delight in Endless Mode!
- Engaging story, localized by Carpe Fulgur – get to know the people of Pensee!
Requirements
Minimum:
- OS: Windows XP/Vista/7
- Processor: Pentium 4 1.7ghz or Athlon XP 1700+ (or equivalent processor)
- Memory: 256MB of system RAM (512 reccomended for Windows Vista and 7)
- Graphics: DirectX 8.1-compatible video card of any type with at least 64 megabytes of video RAM; Nvidia and ATI tested (Intel Intregrated Graphics below X4000 series not recommended)
- DirectX®: DirectX 8.1
- Hard Drive: 700MB free HD space
- Sound: DirectX 8.1-compatible sound card/motherboard chip";
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 = '';
}
}