//
// "A Future of the Brave" Book Descriptor
// Auto Generated by SIFLAJ HTML Document Paginator V1.0
//

function bookCreate()
{
	var aryPGrp;						// Page group array
	var bkDesc;							// SIFLAJ book descriptor

	aryPGrp = new Array();			// Create page group array
	aryPGrp[0] = new objPageGroup("Cover", 1, 1, 0, cnstNumRomanLow, cnstPgeCvr);
	aryPGrp[1] = new objPageGroup("", 2, 2, 0, cnstNumRomanLow, cnstPgeNorm);
	aryPGrp[2] = new objPageGroup("Contents", 3, 3, 0, cnstNumRomanLow, cnstPgeCont);
	aryPGrp[3] = new objPageGroup("A Glimpse of Dawn", 4, 4, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[4] = new objPageGroup("The Enemy Within", 5, 6, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[5] = new objPageGroup("Mirror", 7, 7, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[6] = new objPageGroup("Truth’s Victory", 8, 8, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[7] = new objPageGroup("Common Goals, Uncommon Beliefs", 9, 9, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[8] = new objPageGroup("Tick, Tick", 10, 10, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[9] = new objPageGroup("Critical Focus", 11, 11, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[10] = new objPageGroup("A Grand Challenge", 12, 13, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[11] = new objPageGroup("Question", 14, 14, 3, cnstNumPersion, cnstPgeNorm);
	aryPGrp[12] = new objPageGroup("Rise", 15, 15, 3, cnstNumPersion, cnstPgeNorm);
									// Create book descriptor
	bkDesc = new objBook("A Future of the Brave", "", "p", aryPGrp, 1);
	return(bkDesc);
}

