//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/zumdahlCP5e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'

var showDropdown = 'yes';

var marketingFile = '/chemistry/general/zumdahl/chemprinciples/5e/marketing.js';

var bookMainUrl = '/chemistry/general/zumdahl/chemprinciples/5e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618447946_lg.gif';

var booktitle = 'Chemical Principles';

var author = 'Zumdahl';

var edition = 'Fifth 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>Designed for students with solid mathematical preparation and prior exposure to chemistry, <i>Chemical Principles</i> emphasizes a qualitative understanding of chemical concepts.  Throughout the text, Zumdahl uses a thoughtful step-by-step approach to problem solving and emphasizes models and applications to help students understand the real-world implications of chemical processes. The comprehensive technology program reinforces the approach of text and provides superior support for instructors and students.</b>";

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="assets/students/guidetoa/images/yga_chem08.jpg" border="0" alt="" align="absmiddle" ></a>-->'

var studentHomeText = text1 + text2 + image1;   

var instructorHomeText = "<b>Designed for students with solid mathematical preparation and prior exposure to chemistry, <i>Chemical Principles</i> emphasizes a qualitative understanding of chemical concepts.  Throughout the text, Zumdahl uses a thoughtful step-by-step approach to problem solving and emphasizes models and applications to help students understand the real-world implications of chemical processes. The comprehensive technology program reinforces the approach of text and provides superior support for instructors and students.</b>";

/*
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 - Chemists and Chemistry",
"Chapter 2 - Atoms, Molecules, and Ions",
"Chapter 3 - Stoichiometry",
"Chapter 4 - Types of Chemical Reactions and Solution Stoichiometry",
"Chapter 5 - Gases",
"Chapter 6 - Chemical Equilibrium",
"Chapter 7 - Acids and Bases",
"Chapter 8 - Applications of Aqueous Equilibria",
"Chapter 9 - Energy, Enthalpy, and Thermochemistry",
"Chapter 10 - Spontaneity, Entropy, and Free Energy",
"Chapter 11 - Electrochemistry",
"Chapter 12 - Quantum Mechanics and Atomic Theory",
"Chapter 13 - Bonding - General Concept",
"Chapter 14 - Covalent Bonding - Orbitals",
"Chapter 15 - Chemical Kinetics",
"Chapter 16 - Liquids and Solids",
"Chapter 17 - Properties of Solutions",
"Chapter 18 - The Representative Elements - Groups 1A Through 4A",
"Chapter 19 - The Representative Elements - Groups 5A Through 8A",
"Chapter 20 - Transition Metals and Coordination Chemistry",
"Chapter 21 - The Nucleus - A Chemist's View",
"Chapter 22 - Organic and Biochemical Molecules"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/chemistry/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/chemistry/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=3581';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=3581';
