//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/bernsteinessentials4e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'

var showDropdown = 'yes';

var marketingFile = '/psychology/bernstein/essentials/4e/marketing.js';

var bookMainUrl = '/psychology/bernstein/essentials/4e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618713123_lg.gif';

var booktitle = 'Essentials of Psychology';

var author = 'Bernstein | Nash';

var edition = 'Fourth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages

var text1 = "<b>Welcome to the Online Study Center!</b><BR><BR>The resources within this site enable you to view animations and maps of important topics, participate in interactive tutorials on challenging concepts, complete activities that will help you think critically about ideas presented in your course, and find the research you need to complete assignments and papers.<BR><BR>Start by reading the Site Overview below, and you're on your way!";

var text2 = '<br><br><strong>Your Guide to an A</strong> provides you with access to premium online study tools, designed to help you get a better grade. Click on the image below for more information.';

var image1 = '<br><br><a href="assets/students/guidetoa/guidetoa.html"><img src="http://college.hmco.com/psychology/bernstein/essentials/4e/assets/students/images/yga_bern4e.jpg" border="0" alt="Your Guide to an A" align="absmiddle" ></a>'

var studentHomeText = text1 + text2 + image1;   

var instructorHomeText = "<b>Welcome to the Online Teaching Center!</b><BR><BR>Choose from a wide range of tools that will help you to organize your course and enhance your lectures. Resources include presentation tools, media guides, tabbing guides, suggested critical thinking and active learning activities, and much more!";

/*
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 - Introduction to the Science of Psychology",
	"Chapter 2 - Biology and Behavior",
	"Chapter 3 - Sensation and Perception",
	"Chapter 4 - Consciousness",
	"Chapter 5 - Learning",
	"Chapter 6 - Memory",
	"Chapter 7 - Thought, Language, and Intelligence",
	"Chapter 8 - Motivation and Emotion",
	"Chapter 9 - Human Development",
	"Chapter 10 - Health, Stress, and Coping",
	"Chapter 11 - Personality",
	"Chapter 12 - Psychological Disorders",
	"Chapter 13 - Treatment of Psychological Disorders",
	"Chapter 14 - Social Psychology",
	"Chapter 15 - Industrial/Organizational Psychology",
	"Chapter 16 - Neuropsychology"
 );

//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=13423';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13423';
