//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=13723';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/accounting/needles/man_acc/8e/marketing.js';

var bookMainUrl = '/accounting/needles/man_acc/8e/';

var bookCoverUrl = '/shared/images/covers/catalog_coverart/9780618777181_md.gif';

var booktitle = 'Managerial Accounting';

var author = 'Needles | Crosson';

var edition = 'Eighth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var text1 = "<b>Your website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";   

var text2 = '<br><br><strong>Your Guide to an A</strong> provides you with access to premium online study tools, designed to help you get a better grade. Click on the roadmap below for more information...';

var image1 = '<br><br><a href="assets/students/guidetoa/guidetoa1.html"><img src="assets/students/guidetoa/images/roadmap95.jpg" border="0" alt="" align="absmiddle" ></a>'

var studentHomeText = "<b>The Eighth Edition focuses primarily on the use of accounting information in today's business world and represents the most significant revision of the text to date. Content updates reflect current accounting and business practices, while greater attention is given to ethics, service enterprises, and international issues.";   

var instructorHomeText = "<b>Crosson and Needles continue to help instructors stay on top of the change curve with Managerial Accounting. Balanced, flexible content in this market-leading text is supported by an array of integrated print and technology supplements. Whether an instructor wants to present a user or procedural orientation, incorporate new instructional strategies, develop students' core skills and competencies, or integrate technology into the classroom, Managerial Accounting provides a total solution, making it the natural choice for accounting instructors. The Eighth Edition focuses primarily on the use of accounting information in today's business world and represents the most significant revision of the text to date. Content updates reflect current accounting and business practices, while greater attention is given to ethics, service enterprises, and international issues.";

/*
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 (if any) url in this variable, between the single quotes.  Otherwise leave as is.
var tutoringCenter = 'http://smarthinking.com/partners/houghton/buyindex.cfm';


//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13723';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=13723';
