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

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

var marketingFile = '/devenglish/brandon/sentences_paragraphs/5e/marketing.js';

var bookMainUrl = '/devenglish/brandon/sentences_paragraphs/5e/';

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

var booktitle = "Sentences, Paragraphs, and Beyond";

var author = 'Brandon';

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 = "Welcome to <em>Sentences, Paragraphs, and Beyond's</em> Online Study Center, with tools, tips, and self-quizzes to help you succeed in this course.";   

var instructorHomeText = "Welcome to <em>Sentences, Paragraphs, and Beyond's</em> Online Teaching Center, with tools, tips, and self-quizzes to help you teach this course.";

/*
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",
"Ch 1: From Reading to Writing",
"Ch 2: Parts of Speech",
"Ch 3: Subjects and Verbs",
"Ch 4: Kinds of Sentences",
"Ch 5: Combining Sentences",
"Ch 6: Correcting Fragments, Comma Splices and",
"Ch 7: Verbs",
"Ch 8: Pronouns",
"Ch 9: Adjectives and Adverbs",
"Ch 10: Balancing Sentence Parts",
"Ch 11: Punctuaton and Capitalization",
"Ch 12: Spelling and Phrasing",
"Ch 13: Brief Guide for ESL Students",
"Ch 14: Writing Process: Stage One",
"Ch 15: Writing Process: Stage Two",
"Ch 16: Writing Process: Stage Three",
"Ch 17: Paragraphs and Essays",
"Ch 18: Descriptive Narration",
"Ch 19: Exemplification",
"Ch 20: Process Analysis",
"Ch 21: Cause and Effect",
"Ch 22: Comparison and Contrast",
"Ch 23: Analysis by Division",
"Ch 24: Argument"
 );


//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/instructors/index.html';

//Place the Tutoring Center (if any) url in this variable, between the single quotes.  Otherwise leave as is.
//var tutoringCenter = 'http://smarthinking.com/partners/houghton/buyindex.cfm';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13563';


//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://college.hmco.com/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13563';
