var fDesc=new Array(); fDesc[0] = "Take in a double feature of spine-tingling chills with the Campfire Legends Double Pack, two hair-raising games for the price of one.

Join the campfire girls for a night of screams as they deliver their first two tales of horror. In Campfire Legends - The Hookman, follow a young couple through darkened woods as their romantic interlude goes horribly wrong. In Campfire Legends - The Babysitter, discover the nightmare of a young girl whose innocent job leads her to the most terrifying night of her life.

Both frightening accounts provide hours of heart-pounding fun and edge-of-your-seat thrills. Walk darkened paths filled with shadowy frights, search for life-saving items, and solve panic-inducing puzzles. It's an eerie double feature filled with horror, mayhem, and screams, so make sure to lock your doors and check your windows!"; 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 = ''; } }