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

var pic = 'http://www.cengage.com/cengage/student.do?product_isbn=9780618928170&disciplinenumber=3';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/education/bahr/elementary_math/1e/marketing.js';

var bookMainUrl = '/education/bahr/elementary_math/1e/';

var bookCoverUrl = 'http://www.cengage.com/cengage/imageservlet?productISBN=9780618928170';

var booktitle = 'Elementary Mathematics is Anything but Elementary: Content and Methods from a Developmental Perspective';

var author = 'Bahr | de Garcia';

var edition = 'First Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "<p>This web site has been designed to supplement and reinforce the material in the textbook and the efforts of your instructor.  The study tools here will help you prepare for class and improve your grade.  Resources include chapter quizzes, flashcards, web links related to each chapter of the text, videos related to chapter concepts, bonus materials, and more.</p><p><img style=\"margin-right: 20px;\" alt=\"Protected Asset\" src=\"/shared/images/site_graphics/protected.gif\"/>This website contains passkey protected study tools that are denoted by a lock icon. When you click on a passkey protected study tool, you will be asked to login and redeem your passkey. Use the passkey that came packaged with your new textbook. If you purchased a used textbook, the passkey is available for purchase at <a href=\"http://www.ichapters.com\">www.ichapters.com</a>.</p>";   

var instructorHomeText = "<p>Welcome to the Instructor Resource section of the Companion Website for <em>Elementary Mathematics is Anything but Elementary</em>.  You can find many helpful resources here including an Instructor&#8217;s Manual and PowerPoint slides.</p><p><img style=\"margin-right: 20px;\" alt=\"Protected Asset\" src=\"/shared/images/site_graphics/protected.gif\"/>This Instructor Website contains the same resources as the Student Website, plus additional passkey protected Instructor Resources that are denoted by a lock icon. When you click on a passkey protected resource, you will be asked to login and redeem your passkey. To obtain a passkey to access Instructor Resources, please use our <a href=\"http://college.hmco.com/how/how_ins_password_help.html>Request a Passkey Form</a> or Contact Your Sales Representative.</p>";

/*
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",
	"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 = 'http://www.cengage.com/cengage/discipline.do?disciplinenumber=3';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = 'http://www.cengage.com/cengage/discipline.do?disciplinenumber=3';

//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 = 'http://www.cengage.com/cengage/instructor.do?product_isbn=9780618928170&disciplinenumber=3';

//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://www.cengage.com/cengage/student.do?product_isbn=9780618928170&disciplinenumber=3';

var hmspace = 'Education';

var studentProtected = 'true';