//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/williamsonMMOE5e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/chemistry/organic/williamson/macroscale/5e/marketing.js';

var bookMainUrl = '/chemistry/organic/williamson/macroscale/5e/';

var bookCoverUrl = 'http://college.hmco.com/shared/images/covers/booksite_coverart/0618590676_lg.gif';

var booktitle = 'Macroscale and Microscale Organic Experiments';

var author = 'Williamson | Minard | Masters';

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 studentHomeText = "<b>The market leader for the full-year organic laboratory, this manual presents an authoritative and flexible combination of macroscale and microscale experiments.  Pre-lab exercises, marginal notes, clear-line drawings, and questions engage students' interest and help them comprehend the material.  On this web site, you can explore an interactive multimedia resource that provides lab demonstration videos searchable by chapter, topic, and keyword.";   

var instructorHomeText = "<b>The market leader for the full-year organic laboratory, this manual presents an authoritative and flexible combination of macroscale and microscale experiments.  Pre-lab exercises, marginal notes, clear-line drawings, and questions engage students' interest and help them comprehend the material.  On this web site, you can explore an interactive multimedia resource that provides lab demonstration videos searchable by chapter, topic, and keyword.";

/*
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",
	"Chapter 23",
	"Chapter 24",
	"Chapter 25",
	"Chapter 26",
	"Chapter 27",
	"Chapter 28",
	"Chapter 29",
	"Chapter 30",
	"Chapter 31",
	"Chapter 32",
	"Chapter 33",
	"Chapter 34",
	"Chapter 35",
	"Chapter 36",
	"Chapter 37",
	"Chapter 38",
	"Chapter 39",
	"Chapter 40",
	"Chapter 41",
	"Chapter 42",
	"Chapter 43",
	"Chapter 44",
	"Chapter 45",
	"Chapter 46",
	"Chapter 47",
	"Chapter 48",
	"Chapter 49",
	"Chapter 50",
	"Chapter 51",
	"Chapter 52",
	"Chapter 53",
	"Chapter 54",
	"Chapter 55",
	"Chapter 56",
	"Chapter 57",
	"Chapter 58",
	"Chapter 59",
	"Chapter 60",
	"Chapter 61",
	"Chapter 62",
	"Chapter 63",
	"Chapter 64",
	"Chapter 65",
	"Chapter 66",
	"Chapter 67",
	"Chapter 68"
 );

//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=12507';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12507';
