//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/shipman11e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/economics/taylor/economics/6e/marketing.js';

var bookMainUrl = '/economics/taylor/economics/6e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/9780618967612_md.gif';

var booktitle = 'Principles of Economics';

var author = 'Taylor';

var edition = 'Sixth Edition';

var hmspace = 'econ';

var studentProtected = 'true';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Popular for its coverage of modern policy issues, this clearly written text was the first to discuss long-run (macro) fundamentals before exploring short-term economic fluctuations. The Sixth Edition maintains the text's modern approach with concise yet thorough coverage of current economic theories. New co-author Akila Weerapana brings attention to the needs of today's students by thoroughly refreshing examples, applications, and end-of-chapter problems throughout the text. Streamlined content and pedagogy and the simplification of advanced topics make the material more accessible. Chapter 3, for example, now focuses solely on supply, demand, and market equilibrium, and boxed features have been realigned to maximize accessibility.";   

var instructorHomeText = "Popular for its coverage of modern policy issues, this clearly written text was the first to discuss long-run (macro) fundamentals before exploring short-term economic fluctuations. The Sixth Edition maintains the text's modern approach with concise yet thorough coverage of current economic theories. New co-author Akila Weerapana brings attention to the needs of today's students by thoroughly refreshing examples, applications, and end-of-chapter problems throughout the text. Streamlined content and pedagogy and the simplification of advanced topics make the material more accessible. Chapter 3, for example, now focuses solely on supply, demand, and market equilibrium, and boxed features have been realigned to maximize accessibility.";

/*
Place all SelectBox text elements in the following variable, comma separated 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",
	"Chapter 5",
	"Chapter 6",
	"Chapter 7",
	"Chapter 8",
	"Chapter 9",
	"Chapter 10",
	"Chapter 11",
	"Chapter 12",
	"Chapter 13",
	"Chapter 14",
	"Chapter 15",
	"Chapter 16",
	"Chapter 17",
	"Chapter 18",
	"Chapter 19",
	"Chapter 20",
	"Chapter 21",
	"Chapter 22",
	"Chapter 23",
	"Chapter 24",
	"Chapter 25",
	"Chapter 26",
	"Chapter 27",
	"Chapter 28",
	"Chapter 29",
	"Chapter 30"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/economics/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/economics/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=14043';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=14043';
