//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=11943';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/wilson/finite_math/1e/marketing.js';

var bookMainUrl = '/mathematics/wilson/finite_math/1e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618332936_lg.gif';

var booktitle = 'Finite Mathematics';

var author = 'Wilson';

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 = "Geared toward business and social science majors in a single semester finite mathematics course, this text equips students with the analytical tools and technological skills they will need in the workplace. Plain language and an easy-to-read style help stress conceptual understanding and reinforce key terms and concepts. At the same time, the incorporation of real-life applications, examples, and data help engage students--even those who have never enjoyed mathematics. Pedagogy throughout the text helps students analyze data from a variety of approaches, including numeric, algebraic, graphical, literal, and technological. A robust supplement package and exciting new technology program provide students with extensive learning and support, so that instructors can spend more time teaching.";   

var instructorHomeText = "Geared toward business and social science majors in a single semester finite mathematics course, this text equips students with the analytical tools and technological skills they will need in the workplace. Plain language and an easy-to-read style help stress conceptual understanding and reinforce key terms and concepts. At the same time, the incorporation of real-life applications, examples, and data help engage students--even those who have never enjoyed mathematics. Pedagogy throughout the text helps students analyze data from a variety of approaches, including numeric, algebraic, graphical, literal, and technological. A robust supplement package and exciting new technology program provide students with extensive learning and support, so that instructors can spend more time teaching.";

/*
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"
 );

//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=11943';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11943';