//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/PIC/kennedy13e';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/history/us/kennedy/am_pageant/13e/marketing.js';

var bookMainUrl = '/history/us/kennedy/am_pageant/13e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/0618479279_md.gif';

var booktitle = 'The American Pageant: A History of the Republic';

var author = 'Kennedy | Cohen | Bailey';

var edition = 'Thirteenth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "The American Pageant continues to enjoy a reputation as one of the most popular and effective textbooks in the field of American history. The text's colorful anecdotes, first-person quotations, and trademark wit bring American history to life. Revisions have been guided by the inclusion of the histories of previously overlooked individuals or groups, as well as the belief that the main drama of American history resides in the public arena, where these and other peoples have both cooperated and contended with one another.";   

var instructorHomeText = "The American Pageant continues to enjoy a reputation as one of the most popular and effective textbooks in the field of American history. The text's colorful anecdotes, first-person quotations, and trademark wit bring American history to life. Revisions have been guided by the inclusion of the histories of previously overlooked individuals or groups, as well as the belief that the main drama of American history resides in the public arena, where these and other peoples have both cooperated and contended with one another.";

/*
Place all SelectBox text elements in the following variable, comma separated in quotes
as follows, no comma needed following the last entry:
*/
var navByChapter = new Array(
	"Navigate By Chapter",
	"Chapter 1",
	"Chapter 2",
	"Chapter 3",
	"Chapter 4",
	"Chapter 5",
	"Chapter 6",
	"Chapter 7",
	"Chapter 8",
	"Chapter 9",
	"Chapter 10",
	"Chapter 11",
	"Chapter 12",
	"Chapter 13",
	"Chapter 14",
	"Chapter 15",
	"Chapter 16",
	"Chapter 17",
	"Chapter 18",
	"Chapter 19",
	"Chapter 20",
	"Chapter 21",
	"Chapter 22",
	"Chapter 23",
	"Chapter 24",
	"Chapter 25",
	"Chapter 26",
	"Chapter 27",
	"Chapter 28",
	"Chapter 29",
	"Chapter 30",
	"Chapter 31",
	"Chapter 32",
	"Chapter 33",
	"Chapter 34",
	"Chapter 35",
	"Chapter 36",
	"Chapter 37",
	"Chapter 38",
	"Chapter 39",
	"Chapter 40",
	"Chapter 41",
	"Chapter 42"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/history/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/history/instructors/index.html';

//Place the Tutoring Center (if any) url in this variable, between the single quotes.  Otherwise leave as is.
var tutoringCenter = '';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=10846';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=10846';
