//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=15124';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'

var showDropdown = 'yes';

var marketingFile = '/psychology/martin/child_dev/1e/marketing.js';

var bookMainUrl = '/psychology/martin/child_dev/1e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618917594_lg.jpg';

var booktitle = 'Discovering Child Development';

var author = 'Martin | Fabes';

var edition = 'First 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>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 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 Child Development",
"Chapter 2: Understanding and Studying Child Development",
"Chapter 3: Biological Foundations of Development",
"Chapter 4: Prenatal Development and Birth",
"Chapter 5: Physical Development and Health in Infancy and Toddlerhood",
"Chapter 6: Cognitive and Language Development in Infancy and Toddlerhood",
"Chapter 7: Social and Emotional Development in Infancy and Toddlerhood",
"Chapter 8: Physical Development and Health in Early Childhood",
"Chapter 9: Cognitive and Language Development in Early Childhood",
"Chapter 10: Social and Emotional Development in Early Childhood",
"Chapter 11: Physical Development and Health in Late Childhood",
"Chapter 12: Cognitive and Language Development in Late Childhood",
"Chapter 13: Social and Emotional Development in Late Childhood",
"Chapter 14: Physical Development and Health in Adolescence",
"Chapter 15: Cognitive Development in Adolescence",
"Chapter 16: Social and Emotional Development in Adolescence"
	);

//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=15124';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=15124';
