//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=PIC&display=main&value=needlesfa9e';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/accounting/needles/financial/9e/marketing.js';

var bookMainUrl = '/accounting/needles/financial/9e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/061862676x_lg.gif';

var booktitle = 'Financial Accounting';

var author = 'Needles | Powers';

var edition = 'Ninth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "A market-leading program, Financial Accounting provides business students and accounting majors with a comprehensive introduction to practices and procedures. The text is well known for its highly respected author team, balanced approach, and real-world emphasis."

//<TEXT><![CDATA[<img src="/accounting/needles/financial/9e/e-study75.jpg"><img src="e-study100.jpg"> ]]></TEXT>";   

var instructorHomeText = "A market-leading program, Financial Accounting provides business students and accounting majors with a comprehensive introduction to practices and procedures. The text is well known for its highly respected author team, balanced approach, and real-world emphasis.";

/*
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"
 );
 
 
//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/accounting/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/accounting/instructors/index.html';

//Place the Tutoring Center url in this variable, between the single quotes
var tutoringCenter = '/students/stu_smarthinking.html';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12082';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12082';