//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'alpha';

var marketingFile = '/mathematics/larson/college_concepts/5e/marketing.js';

var bookMainUrl = '/mathematics/larson/college_concepts/5e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/061849281x_md.gif';

var booktitle = 'College Algebra: Concepts and Models';

var author = 'Larson | Hostetler | Hodgkins';

var edition = 'Fifth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "<b>Your website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";   

var instructorHomeText = "<b>Your website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";

/*
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 R1",
	"Chapter R2",
	"Chapter 1",
	"Chapter 2",
	"Chapter 3",
	"Chapter 4",
	"Chapter 5",
	"Chapter 6",
	"Appendix B"
 );

//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=10821';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=10821';