//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13043';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/history/world/bulliet/earth_peoples_sas/1e/marketing.js';

var bookMainUrl = '/history/world/bulliet/earth_peoples_sas/1e/';

var bookCoverUrl = 'http://college.hmco.com/shared/images/covers/catalog_coverart/061873158x_md.gif';

var booktitle = 'Student Achievement Series: The Earth and Its Peoples';

var author = 'Bulliet | et al';

var edition = 'First Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "As with all texts in the Student Achievement Series, The Earth and Its Peoples incorporates concise, to-the-point coverage; eliminates extraneous material; integrates pedagogy that reinforces key concepts; features a strong, supporting web component for review, testing, and assessment purposes; and provides students with real value for their educational dollar. Like the corresponding full-length version, SAS: The Earth and Its Peoples takes a global approach to the study of world history. With its thematic focus on environment and technology and diversity and dominance, the text offers a balanced perspective and a comparative approach.";   

var instructorHomeText = "<i>Student Achievement Series (SAS): The Earth and Its Peoples</i> is an innovative survey text and part of a program developed in partnership with teachers and students to meet the learning, study, and assessment goals necessary for student success. Through extensive research and focus groups conducted with a diverse cross-section of students, Houghton Mifflin presents a groundbreaking solution for skills mastery, understanding, and retention. Feedback from students has been instrumental in all aspects of development--from design and pedagogy to testing and assessment to title and cover. These elements culminate in a textbook program that reflects the way students learn and study best.";

/*
Place all SelectBox text elements in the following variable, comma seperated 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"
 );

//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=13043';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13043';
