//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/croushore1e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/economics/croushore/moneybank/1e/marketing.js';

var bookMainUrl = '/economics/croushore/moneybank/1e/';

var bookCoverUrl = 'http://college.hmco.com/shared/images/covers/catalog_coverart/0618161252_md.gif';

var booktitle = 'Money and Banking';

var author = 'Croushore';

var edition = '';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Money and Banking is an innovative text that offers a concise writing style complemented by real-world applications. The text's shorter, more focused approach addresses the modern framework of today's financial system, in which both financial markets and banks play important roles. Designed to appeal to a range of learners, the pedagogical features include over 130 figures and 20 full-color photos and cartoons, and the ancillary program, written entirely by the author, provides a well-integrated and flexible set of learning tools and teaching resources.";   

var instructorHomeText = "Money and Banking is an innovative text that offers a concise writing style complemented by real-world applications. The text's shorter, more focused approach addresses the modern framework of today's financial system, in which both financial markets and banks play important roles. Designed to appeal to a range of learners, the pedagogical features include over 130 figures and 20 full-color photos and cartoons, and the ancillary program, written entirely by the author, provides a well-integrated and flexible set of learning tools and teaching resources.";

/*
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",
	"Chapter 16",
	"Chapter 17",
	"Chapter 18"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/economics/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/economics/instructors/index.html';

var tutoringCenter = '';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12203';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12203';
