//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/pic/thecollegewriter2e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/english/vandermey/college_writer/2e/marketing.js';

var bookMainUrl = '/english/vandermey/college_writer/2e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618642021_lg.gif';

var booktitle = 'The College Writer';

var author = 'VanderMey et al.';

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 = "The Online Study Center for <I>The College Writer</I> includes a wealth of resources to help you excel in your course, including exercises, research and writing tips, activities, student writing, and other useful interactive learning aids.";   

var instructorHomeText = "The Online Teaching Center for <I>The College Writer</I> includes a wealth of resources to help you teach and your students to excel in your course. Instructor Resources include assessment rubrics, learning objectives, and a downloadable version of the <I>Instructor's Resource Manual</I>, including a sample syllabus and teaching tips for every chapter.";

/*
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 Part",
"Part 1: Rhetoric",
"Part 2: Reader",
"Part 3: Research Guide",
"Part 4: Handbook"

 );

//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 = '';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12142';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12142';
