//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=11883';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/larson/precalculus_acc/1e/marketing.js';

var bookMainUrl = '/mathematics/larson/precalculus_acc/1e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618627197_lg.gif';

var booktitle = 'Precalculus: A Concise Course';

var author = 'Larson | Hostetler';

var edition = '';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "With the same design and feature sets as the market leading <i>Precalculus, 7/e</i>, this new concise text provides both students and instructors with sound, consistently structured explanations of the mathematical concepts. Precalculus: A Concise Course is designed to offer a cost-effective, one-semester alternative to the traditional two-semester precalculus text. It contains the features that have made the Larson/Hostetler series a complete solution for both students and instructors: interesting applications, pedagogically effective design, and innovative technology combined with an abundance of carefully developed examples with worked-out solutions and exercises.";   

var instructorHomeText = "With the same design and feature sets as the market leading <i>Precalculus, 7/e</i>, this new concise text provides both students and instructors with sound, consistently structured explanations of the mathematical concepts. Precalculus: A Concise Course is designed to offer a cost-effective, one-semester alternative to the traditional two-semester precalculus text. It contains the features that have made the Larson/Hostetler series a complete solution for both students and instructors: interesting applications, pedagogically effective design, and innovative technology combined with an abundance of carefully developed examples with worked-out solutions and exercises.";

/*
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"
 );

//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=11883';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11883';
