//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/pic/zumdahlMEE7e';

// 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/chemistry/7e_mee/marketing.js';

var bookMainUrl = '/chemistry/general/zumdahl/chemistry/7e_mee/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/9780547054056_lg.gif';

var booktitle = 'Chemistry';

var author = 'Zumdahl | Zumdahl';

var edition = 'Seventh Edition - Media Enhanced Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages

var studentHomeText = '<img src="http://college.hmco.com/shared/images/site_graphics/protected.gif"> This website contains passkey protected study tools that are denoted by a lock icon:<ul><li>ACE+ Practice Tests</li><li>Video Lessons</li></ul>When you click on a passkey protected study tool, you will be asked to login and redeem your passkey. Use the passkey that came packaged with your new textbook.<br><br>If you purchased a used textbook, the passkey is available for purchase through your bookstore or through <a href="http://college.hmco.com/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp">Houghton Mifflin&#39;s online store.</a>';

var instructorHomeText = '<img src="http://college.hmco.com/shared/images/site_graphics/protected.gif">  This Instructor Website contains the same resources as the Student Website, plus additional passkey protected Instructor Resources that are denoted by a lock icon.<br><br>When you click on a passkey protected resource, you will be asked to login and redeem your passkey.<br><br>To obtain a passkey to access Instructor resources, please use our <a href="http://college.hmco.com/how/how_ins_password_help.html">Request a Passkey Form</a> or <a href="http://college.hmco.com/CollegeCatalog/CollegeServiceController?cmd=Service&subcmd=findSalesTeam">Contact Your Sales Respresentative</a>.';

/*
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",
	"Chapter 21",
	"Chapter 22"
 );

//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=15905';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=15905';

var hmspace = 'chem';

var studentProtected = 'true';