//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=13524';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/aufmann/intermediate_algebra_applications/7e/marketing.js';

var bookMainUrl = '/mathematics/aufmann/intermediate_algebra_applications/7e/';


var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618803688_lg.gif';

var booktitle = 'Intermediate Algebra with Applications ';

var author = 'Aufmann  | Barker  | Lockwood';

var edition = 'Seventh Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Intended for developmental math courses in intermediate algebra, this text retains the hallmark features that have made the Aufmann texts market leaders: an interactive approach in an objective-based framework: a clear writing style, and an emphasis on problem-solving strategies. The acclaimed Aufmann Interactive Method, allows students to try a skill as it is introduced with matched-pair examples, offering students immediate feedback, reinforcing the concept, identifying problem areas, and, intended for developmental math courses in intermediate algebra, this text retains the hallmark features that have made the Aufmann texts market leaders: an interactive approach in an objective-based framework: a clear writing style, and an emphasis on problem-solving strategies. The acclaimed Aufmann Interactive Method, allows students to try a skill as it is introduced with matched-pair examples, offering students immediate feedback, reinforcing the concept, identifying problem areas, and, overall, promoting student success.";   

var instructorHomeText = "Intended for developmental math courses in intermediate algebra, this text retains the hallmark features that have made the Aufmann texts market leaders: an interactive approach in an objective-based framework: a clear writing style, and an emphasis on problem-solving strategies. The acclaimed Aufmann Interactive Method, allows students to try a skill as it is introduced with matched-pair examples, offering students immediate feedback, reinforcing the concept, identifying problem areas, and, intended for developmental math courses in intermediate algebra, this text retains the hallmark features that have made the Aufmann texts market leaders: an interactive approach in an objective-based framework: a clear writing style, and an emphasis on problem-solving strategies. The acclaimed Aufmann Interactive Method, allows students to try a skill as it is introduced with matched-pair examples, offering students immediate feedback, reinforcing the concept, identifying problem areas, and, overall, promoting student success.";

/*
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=13524';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13524';
