//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/nevid2e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/psychology/nevid/psychology/2e/marketing.js';

var bookMainUrl = '/psychology/nevid/psychology/2e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618475117_lg.gif'; //

var booktitle = 'Psychology: Concepts and Applications';

var author = 'Jeffrey A. Nevid';

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 website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";   

var instructorHomeText = "<b>Your website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";

/*
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: Intro. to Psychology and Methods of Research",
	"Chapter 2: Biological Foundations of Behavior",
	"Chapter 3: Sensation and Perception",
	"Chapter 4: Consciousness",
	"Chapter 5: Learning",
	"Chapter 6: Memory",
	"Chapter 7: Thinking, Language, and Intelligence",
	"Chapter 8: Motivation and Emotion",
	"Chapter 9: Child Development",
	"Chapter 10: Adolescence and Adulthood",
	"Chapter 11: Gender and Sexuality",
	"Chapter 12: Personality",
	"Chapter 13: Psychological Disorders",
	"Chapter 14: Methods of Therapy",
	"Chapter 15: Psychology and Health",
	"Chapter 16: Social Psychology"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/psychology/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/psychology/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=11162'; // INCORRECT

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11081'; // INCORRECT
