function showBookDetailPage(textToSearch) { var productToShow=0; productToShow=showNumber.indexOf(textToSearch); if (productToShow != -1) { document.title = "Buy and read " + show[productToShow][BOOK_NAME] + " at the Breakthrough Gaming Online Store today"; document.write('
How to buy and read
'); document.write(show[productToShow][BOOK_NAME]); document.write('



'); if (show[productToShow][SERIES_NAME].indexOf("Breakthrough Gaming Arcade") >= 0) { document.write('
Find more Breakthrough Gaming Arcade products and information at the official website:
BreakthroughGaming.com/arcade


'); } if (show[productToShow][SERIES_NAME].indexOf("Breakthrough Gaming Activity Center") >= 0) { document.write('
Find more Breakthrough Gaming Activity Center products and information at the official website:
BreakthroughGaming.com/learning


'); } if (show[productToShow][SERIES_NAME].indexOf("Forgiveness") >= 0) { document.write('
Find more Forgiveness RPG products and information at the official website:
ForgivenessRPG.com


'); } if (show[productToShow][SERIES_NAME].indexOf("keyboardfyi") >= 0) { document.write('
Find more keyboard.fyi products and information at the official website:
keyboard.fyi


'); } if (show[productToShow][SERIES_NAME].indexOf("Lent") >= 0) { document.write('
Find more Lent: The Easter Bunny products and information at the official website:
LentTheEasterBunny.com


'); } if (show[productToShow][SERIES_NAME].indexOf("Nik and Kit") >= 0) { document.write('
Find more Nik & Kit products and information at the official website:
NikandKit.com


'); } if (show[productToShow][SERIES_NAME].indexOf("Our Church and Halloween") >= 0) { document.write('
Find more Our Church and Halloween RPG products and information at the official website:
HalloweenRPG.com


'); } if (show[productToShow][SERIES_NAME].indexOf("Project: Summer Ice") >= 0) { document.write('
Find more Project: Summer Ice products and information at the official website:
ProjectSummerIce.com


'); } if (show[productToShow][SERIES_NAME].indexOf("Zippy the Circle") >= 0) { document.write('
Find more Zippy the Circle products and information at the official website:
ZippytheCircle.com


'); } if (show[productToShow][SERIES_NAME].indexOf("ZJ the Ball") >= 0) { document.write('
Find more ZJ the Ball products and information at the official website:
ZJtheBall.com


'); } if (show[productToShow][PRICE] == "") { } else { document.write('
Buy this book on 3rd party book retailer websites

MSRP
'); document.write(show[productToShow][PRICE]); document.write('
*Price may vary by
store and region

'); if (show[productToShow][AMAZON_DIGITAL_LINK] != "") { document.write('
'); } if (show[productToShow][AMAZON_PHYSICAL_LINK] != "") { document.write('
'); } document.write('
'); } if (show[productToShow][SAMPLE] != "") { document.write('
Read '); document.write(show[productToShow][BOOK_NAME]); document.write(' before you buy



'); } } else { document.write('

ERROR
Try searching for a different Breakthrough Gaming product to buy!

'); } } function showBooksBasedOnSearch(textToSearch) { termToSearch=show[gg][TAGS].toLowerCase(); if (termToSearch.indexOf(textToSearch) != -1) { document.write('

'); document.write(show[gg][BOOK_HTML_NAME]); document.write('
'); } }