//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=11844';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/berresford/applied_calculus_brief/4e/marketing.js';

var bookMainUrl = '/mathematics/berresford/applied_calculus_brief/4e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/061860636x_lg.gif';

var booktitle = 'Brief Applied Calculus';

var author = 'Berresford | Rockett';

var edition = 'Fourth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "This brief edition of Applied Calculus comprises Chapters 1-7 of the complete text plus two sections on differential equations. Designed for the one- or two-semester applied or business calculus course, this text uses intriguing real-world applications to engage students' interest and show them the practical side of calculus. Many applications are financial or business related, but many applications in this text cover general-interest topics as well, including the growing population of Africa, the composition of the Supreme Court, water shortage, the fastest pitch in baseball, and pollution and the depletion of natural resources.<br /><br />The Fourth Edition maintains the hallmark features that have made Brief Applied Calculus so popular: contemporary and interesting applications; careful and effective use of technology, including integrated calculator coverage that is optional; constant pedagogical reinforcement through section summaries, chapter summaries, carefully annotated examples, and extra practice problems; and a variety of exercises and assignment options including exercise sets, projects, and essays.";   

var instructorHomeText = "This brief edition of Applied Calculus comprises Chapters 1-7 of the complete text plus two sections on differential equations. Designed for the one- or two-semester applied or business calculus course, this text uses intriguing real-world applications to engage students' interest and show them the practical side of calculus. Many applications are financial or business related, but many applications in this text cover general-interest topics as well, including the growing population of Africa, the composition of the Supreme Court, water shortage, the fastest pitch in baseball, and pollution and the depletion of natural resources.<br /><br />The Fourth Edition maintains the hallmark features that have made Brief Applied Calculus so popular: contemporary and interesting applications; careful and effective use of technology, including integrated calculator coverage that is optional; constant pedagogical reinforcement through section summaries, chapter summaries, carefully annotated examples, and extra practice problems; and a variety of exercises and assignment options including exercise sets, projects, and essays.";

/*
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"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/mathematics/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/mathematics/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=11844';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11844';
