//Javascript for dynamically generated text elements that are shared on a booksite

var pic = "/PIC/larsoncalculus8e"
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'alpha';

var marketingFile = '/mathematics/larson/calculus_analytic/8e/marketing.js';

var bookMainUrl = '/mathematics/larson/calculus_analytic/8e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/061850298x_lg.gif';

var booktitle = 'Calculus, Calculus I, Calculus II, Calculus of a Single Variable, Multivariable Calculus';

var author = 'Larson | Hostetler | Edwards';

var edition = 'Eighth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Designed for the three-semester calculus course for math and science majors, <i>Calculus</i> continues to offer instructors and students new and innovative teaching and learning resources. This was the first calculus text to use computer-generated graphics, to include exercises involving the use of computers and graphing calculators, to be available in an interactive CD-ROM format, to be offered as a complete, online calculus course, and to offer a two-semester <i>Calculus I with Precalculus</i> text. Every edition of the series has made the mastery of traditional calculus skills a priority, while embracing the best features of new technology and, when appropriate, calculus reform ideas. Now, the Eighth Edition is the first calculus program to offer algorithmic homework and testing created in Maple so that answers can be evaluated with complete mathematical accuracy.";   

var instructorHomeText = "Designed for the three-semester calculus course for math and science majors, <i>Calculus</i> continues to offer instructors and students new and innovative teaching and learning resources. This was the first calculus text to use computer-generated graphics, to include exercises involving the use of computers and graphing calculators, to be available in an interactive CD-ROM format, to be offered as a complete, online calculus course, and to offer a two-semester <i>Calculus I with Precalculus</i> text. Every edition of the series has made the mastery of traditional calculus skills a priority, while embracing the best features of new technology and, when appropriate, calculus reform ideas. Now, the Eighth Edition is the first calculus program to offer algorithmic homework and testing created in Maple so that answers can be evaluated with complete mathematical accuracy.";

/*
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 P",
	"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"	
 );

//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=11085';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11085';
