//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=10948';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/brase/understandable_statistics/8e/marketing.js';

var bookMainUrl = '/mathematics/brase/understandable_statistics/8e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/0618496580_lg.gif_9780618896967_md.gif';

var booktitle = 'Understandable Statistics - Enhanced Edition';

var author = 'Brase | Brase';

var edition = 'Eighth Edition';

var booktitle2 = 'Understandable Statistics';

var author2 = 'Brase | Brase';

var edition2 = 'Eighth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "<i>Understandable Statistics</i> is a thorough, yet approachable statistics text. Designed to help students overcome their apprehension about statistics, the text provides guidance and informal advice showing students the links between statistics and their everyday lives. To reinforce this approach, the book integrates real-life data selected from a variety of sources including journals, periodicals, newspapers and the Internet. The use of graphing calculators, Excel, Minitab and SPSS is covered, but not required. A set of technology resources accompanying the Eighth Edition, designed to provide reinforcement for struggling students, includes a market-leading video and DVD series, interactive lessons, and simulations.";   

var instructorHomeText = "<i>Understandable Statistics</i> is a thorough, yet approachable statistics text. Designed to help students overcome their apprehension about statistics, the text provides guidance and informal advice showing students the links between statistics and their everyday lives. To reinforce this approach, the book integrates real-life data selected from a variety of sources including journals, periodicals, newspapers and the Internet. The use of graphing calculators, Excel, Minitab and SPSS is covered, but not required. A set of technology resources accompanying the Eighth Edition, designed to provide reinforcement for struggling students, includes a market-leading video and DVD series, interactive lessons, and simulations.";

/*
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"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/mathematics/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/mathematics/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=10948';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=10948';
