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

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

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

var marketingFile = '/devenglish/series/dolphin_writer_book_2/1e/marketing.js';

var bookMainUrl = '/devenglish/series/dolphin_writer_book_2/1e/';

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

var booktitle = 'The Dolphin Writer Book 2: Composing Paragraphs and Crafting Essays';

var author = 'Houghton Mifflin Company';

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 = "Welcome to the Student Resource section of the Companion Website for, <i>The Dolphin Writer Book 2</i>. Here you will find much information that will be helpful to you in your studies. On this site, you will find objectives or learning goals for each chapter; links to additional resources online; and, exercises keyed to each chapter of your book that will guide you through topics discussed in your text. To get started, simply select a chapter from the pull-down menu above. ";   

var instructorHomeText = "Welcome to the Instructor Resource section of the Companion Website for <i>The Dolphin Writer Book 2</i> In this section you will find notes on how to approach each chapter in the classroom and an answer key/tips to the exercises in the Student Resources section of this Companion Website.";

/*
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(
    "Select 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",
	 "Chapter 16",
	 "Chapter 17",
     "Chapter 18",
	 "Chapter 19"
	  );

//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=12524';

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