//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=13624';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/mathematics/aufmann/college_trigonometry/6e/marketing.js';

var bookMainUrl = '/mathematics/aufmann/college_trigonometry/6e/';


var bookCoverUrl = '/shared/images/covers/booksite_coverart/061882507x_lg.gif';

var booktitle = 'College Trigonometry';

var author = 'Aufmann  | Barker  | Nation';

var edition = 'Sixth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Accessible to students and flexible for instructors, College Trigonometry, Sixth Edition, uses the dynamic link between concepts and applications to bring mathematics to life. By incorporating interactive learning techniques, the Aufmann team helps students to better understand concepts, work independently, and obtain greater mathematical fluency. The text also includes technology features to accommodate courses that allow the option of using graphing calculators. Additional program components accessible to students and flexible for instructors, College Trigonometry, Sixth Edition, uses the dynamic link between concepts and applications to bring mathematics to life. By incorporating interactive learning techniques, the Aufmann team helps students to better understand concepts, work independently, and obtain greater mathematical fluency. The text also includes technology features to accommodate courses that allow the option of using graphing calculators. Additional program components that support student success include Eduspace tutorial practice, online homework, SMARTHINKING Live Online Tutoring, and Instructional DVDs.";   

var instructorHomeText = "Accessible to students and flexible for instructors, College Trigonometry, Sixth Edition, uses the dynamic link between concepts and applications to bring mathematics to life. By incorporating interactive learning techniques, the Aufmann team helps students to better understand concepts, work independently, and obtain greater mathematical fluency. The text also includes technology features to accommodate courses that allow the option of using graphing calculators. Additional program components accessible to students and flexible for instructors, College Trigonometry, Sixth Edition, uses the dynamic link between concepts and applications to bring mathematics to life. By incorporating interactive learning techniques, the Aufmann team helps students to better understand concepts, work independently, and obtain greater mathematical fluency. The text also includes technology features to accommodate courses that allow the option of using graphing calculators. Additional program components that support student success include Eduspace tutorial practice, online homework, SMARTHINKING Live Online Tutoring, and Instructional DVDs.";

/*
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"
	
	
	
 );

//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=13624';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13624';
