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

var pic = 'http://college.hmco.com/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp';

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

var marketingFile = '/english/resources/research_guide/2e/marketing.js';

var bookMainUrl = '/english/resources/research_guide/2e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/imagenotavail_md.gif';

var booktitle = 'Internet Research Guide';

var author = 'Houghton Mifflin';

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 = "Welcome.";   

var instructorHomeText = "Welcome.";

/*
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",
	"Chapter 1",
	"Chapter 2",
	"Chapter 3",
	"Chapter 4"
 );

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

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/english/instructors/englishcomposition.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 = 'http://college.hmco.com/instructors/catalog/';

//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://college.hmco.com/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp';
