//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13284';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/polisci/janda/chall_dem/9e/marketing.js';

var bookMainUrl = '/polisci/janda/chall_dem/9e/';

var bookCoverUrl = 'http://college.hmco.com/shared/images/covers/catalog_coverart/061881017x_md.gif';

var booktitle = 'The Challenge of Democracy';

var author = 'Janda | Berry | Goldman';

var edition = 'Ninth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "This best-selling, mainstream American government text is both a comprehensive introduction and a complete program, with the print text and ancillaries carefully crafted to work together to benefit both instructor and student. The Ninth Edition maintains its highly acclaimed, non-ideological framework, exploring three themes: freedom, order, and equality as political values; the majoritarianism vs. pluralism debate; and globalization's effect on American politics. Extensively updated, this edition includes new examples, figures, and data and current discussions on such topics as the 2006 Congressional election, the Bush administration, campaign finance reform, Hurricane Katrina and FEMA, immigration policy, MEDICARE, and more.";   

var instructorHomeText = "This best-selling, mainstream American government text is both a comprehensive introduction and a complete program, with the print text and ancillaries carefully crafted to work together to benefit both instructor and student. The Ninth Edition maintains its highly acclaimed, non-ideological framework, exploring three themes: freedom, order, and equality as political values; the majoritarianism vs. pluralism debate; and globalization's effect on American politics. Extensively updated, this edition includes new examples, figures, and data and current discussions on such topics as the 2006 Congressional election, the Bush administration, campaign finance reform, Hurricane Katrina and FEMA, immigration policy, MEDICARE, and 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",
	"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"

 );
 
 
 
 /*
Place all the Chapter Titles in the following variable, comma seperated in quotes
as follows, no comma needed following the last entry:
*/
/*var chapterTitles = new Array(
	"Chapter 1: Chemical Foundations",
	"Chapter 2: Atoms, Molecules, and Ions",
	"Chapter 3: Stoichiometry",
	"Chapter 4: Types of Chemical Reactions and Solution Stoichiometry",
	"Chapter 5: Gases",
	"Chapter 6: Thermochemistry",
	"Chapter 7: Atomic Structure and Periodicity",
	"Chapter 8: Bonding: General Concepts",
	"Chapter 9: Covalent Bonding: Orbitals",
	"Chapter 10: Liquids and Solids",
	"Chapter 11: Properties and Solutions",
	"Chapter 12: Chemical Kinetics",
	"Chapter 13: Chemical Equilibrium",
	"Chapter 14: Acids and Bases",
	"Chapter 15: Applications of Aqueous Equilibria",
	"Chapter 16: Spontaneity, Entropy, and Free Energy",
	"Chapter 17: Electrochemistry",
	"Chapter 18: The Nucleus: A Chemist's View",
	"Chapter 19: The Representative Elements: Groups 1A Through 4A",
	"Chapter 20: The Representative Elements: Groups 5A Through 8A",
	"Chapter 21: Transition Metals and Coordination Chemistry",
	"Chapter 22: Organic and Biological Molecules"
 );*/

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/polisci/students/index.html';

//Place the Tutoring Center (if any) url in this variable, between the single quotes.  Otherwise leave as is.
var tutoringCenter = '';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/polisci/instructors/index.html';

//Place the Product's Catalog Url here
var pCatalogUrl = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13284';

//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13284';
