function showMerchandiseDetailPage(textToSearch) { var productToShow=0; productToShow=showNumber.indexOf(textToSearch); if (productToShow != -1) { document.title = "Buy " + show[productToShow][MERCH_NAME] + " at the Breakthrough Gaming Online Store today"; document.write('
How to buy
'); document.write(show[productToShow][MERCH_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 product at a 3rd party retailer
Breakthrough Gaming LLC product availability on 3rd party retailers may vary over time. Purchase policies and practices are controlled by the 3rd party store's owners. Please refer to the EULA, Terms of Service, and other consumer information of 3rd party retailers for more information before purchasing.

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][MERCH_NAME]); document.write(' before you buy



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

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

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

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