//
// "Wisdom, Warning, and Tyranny" 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, 4, 0, cnstNumRomanLow, cnstPgeCont);
	aryPGrp[3] = new objPageGroup("Preface", 5, 5, 0, cnstNumRomanLow, cnstPgeNorm);
	aryPGrp[4] = new objPageGroup("1.1  George Washington", 6, 9, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[5] = new objPageGroup("1.2  Thomas Jefferson", 10, 15, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[6] = new objPageGroup("1.3  John Adams", 16, 16, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[7] = new objPageGroup("1.4  Alexander Hamilton", 17, 19, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[8] = new objPageGroup("1.5  James Madison", 20, 23, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[9] = new objPageGroup("1.6  Thomas Paine", 24, 25, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[10] = new objPageGroup("1.7  Benjamin Franklin", 26, 26, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[11] = new objPageGroup("1.8  SearingTruth", 27, 41, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[12] = new objPageGroup("1.9  Authors", 42, 44, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[13] = new objPageGroup("1.10  Leaders", 45, 45, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[14] = new objPageGroup("1.11  Americans", 46, 46, 5, cnstNumPersion, cnstPgeNorm);
	aryPGrp[15] = new objPageGroup("1.12  Nazis", 47, 47, 5, cnstNumPersion, cnstPgeNorm);
									// Create book descriptor
	bkDesc = new objBook("Wisdom, Warning, and Tyranny", "", "p", aryPGrp, 1);
	return(bkDesc);
}

