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

var pic = 'http://college.hmco.com/pic/readingkeys2e';

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

var marketingFile = '/devenglish/flemming/reading_keys/2e/marketing.js';

var bookMainUrl = '/devenglish/flemming/reading_keys/2e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618660593_lg.gif';

var booktitle = 'Reading Keys';

var author = 'Flemming';

var edition = 'Second 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 key to reading!</b><br><br>This website includes additional practice opportunities and materials that will help you prepare for class.";   

var instructorHomeText = "This site contains instructor's resources to accompany Laraine Flemming's clear and comprehensive introduction to reading skills. Enjoy exploring your new site with extra features and functionality.";

/*
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",
"01. Words and Meanings",
"02. Making Sentence Connections",
"03. From Topics to Main Ideas",
"04. Recognizing Topic Sentences",
"05. Drawing Inferences About Implied Main Ideas",
"06. Working Together: Topic Sentences and Supporting Details",
"07. Transitions and Paragraphs",
"08. Recognizing Patterns of Organization",
"09. Mixing and Matching Patterns",
"10. Drawing Inferences about Purpose, Tone, and Bias"
 );

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

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

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