var fDesc=new Array(); fDesc[0] = "Two thousand years ago, a powerful warrior was granted immortality, at the cost of his freedom. Today, his fate rests in your hands. Play as psychically-gifted Dela Reese as she is hurtled into danger after purchasing an ancient riddle box in a Beijing dirt market. When Dela opens the riddle box, she is shocked that it releases the stunning 7 foot tall warrior who had been magically imprisoned inside, forced to do the bidding of whoever owns the box. Help Dela thwart assassins who seek the power of the box, gain the warrior’s trust, and find a way to safely escape China in this romantic thriller based on the novel by New York Times bestselling author Marjorie M. Liu."; 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 = ''; } }