// https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=0495051012&addSKUQuantity=1&cid=OWL
// epinData.js
//	
//	JSON-formatted definition file for epin page tables
//
var BookCategories = Array("Java");
var CategoryTitles = Array("Java Programming");

var linkTemplate1 = "https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=";
var linkTemplate2 = "&addSKUQuantity=1&cid=OWL";
// https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=0495050989&addSKUQuantity=1&cid=OWL
// http://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=catDisplayStyle&OP=search&domProductQueryName=143903611x
// http://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=catDisplayStyle&OP=search&domProductQueryName=1439040125
var BookInfo = [
	{	category:'Java',	// ****************************************** BEGIN CATEGORY ******************************
		bookData: [
		  { booklink:"http://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=catDisplayStyle&OP=search&domProductQueryName=", 
			bookimage:"../../owlimages/schema/archiveddb/Malik4e.jpg", 
			booktitle:"Java Programming: From Problem Analysis to Program Design, 4th Edition", 
			authors:"Malik", 
			resourcelink:"",
			optButtons: [
				{ optBtnLink:"https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=143903611X&addSKUQuantity=1&cid=OWL", 
				  optBtnText:"6 months" },
				{ optBtnLink:"https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=1439040125&addSKUQuantity=1&cid=OWL", 
				  optBtnText:"12 months" }
				]	// End optButtons array
			}		// ======================================== end book item
 
		  ,{ booklink:"http://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=catDisplayStyle&OP=search&domProductQueryName=",  
			bookimage:"../../owlimages/schema/archiveddb/Malik3e.jpg", 
			booktitle:"Java Programming: From Problem Analysis to Program Design, 3rd Edition", 
			authors:"Malik",  
			resourcelink:"",
			optButtons: [
				{ optBtnLink:"https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=143903611X&addSKUQuantity=1&cid=OWL", 
				  optBtnText:"6 months" },
				{ optBtnLink:"https://www.ichapters.com/tl1/en/US/storefront/ichapters?cmd=AddProduct&Operation=Add&ISBN=1439040125&addSKUQuantity=1&cid=OWL", 
				  optBtnText:"12 months" }
				]	// End optButtons array
			}		// ======================================== end book item
 
		]			// end bookData
	}		// end category
	];	// End it all
