var fDesc=new Array(); fDesc[0] = "A man shows up on your doorstep asking you to track down the woman he loves. It would be just another "missing persons" case, except the only thing you have to go on is a crystal slipper... and the man is a prince from a mysterious, faraway land. You'll have to find the woman who captured his heart but then vanished.

This is a special Collector's Edition adds extras you won’t find in the standard version."; 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 = ''; } }