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

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

var marketingFile = '/english/lauter/heath/5e/marketing.js';

var bookMainUrl = '/english/lauter/heath/5e/';

var pic = '';

var bookCoverUrl = '/english/heath/images/heath5.gif';

var booktitle = 'The Heath Anthology of American Literature';

var author = 'Paul Lauter, General Editor';

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 = "<p>College instructors agree that students need to be aware of current events and have the ability to critically analyze the stories in the news.  To help you gain this crucial skill, Houghton Mifflin has partnered with the Associated Press to provide the days\' top stories right here on your textbook\'s website.</p><p>Use the drop down menu on the left hand side of this page to access materials designed specifically for each volume of the Heath Anthology of Literature. To see all available textbook materials in a clickable list, select the \"site map.\"</p>";   

var instructorHomeText = "<p>College instructors agree that students need to be aware of current events and have the ability to critically analyze the stories in the news.  To help students gain this crucial skill, Houghton Mifflin has partnered with the Associated Press to provide the days\' top stories right here on your textbook\'s website. </p><p>Use the drop down menu on the left hand side of this page to access instructor materials, general resources, materials designed specifically for each volume of the Heath Anthology of Literature. To see all available textbook materials in a clickable list, select the \"site map.\"</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 Volume",
	"Volume A",
	"Volume B",
	"Volume C",
	"Volume D",
	"Volume E"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/english/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/english/instructor/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=11162';

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