//Javascript for dynamically generated text elements that are shared on a booksite

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var pic = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=11502';

var marketingFile = '/english/muller/many_americas/1e/marketing.js';

var bookMainUrl = '/english/muller/many_americas/1e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618608281_lg.gif';

var booktitle = 'Many Americas: Reading and Writing Across the Cultural Divides';

var author = 'Muller';

var edition = '1st Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "<br><br>";   

var instructorHomeText = "Support student learning and save time with these password-protected materials. For a password, please contact your sales rep or call our Faculty Services Center: (800) 733-1717, Mon. - Fri., 8 a.m. - 5 p.m. CST.<br><br>";

/*
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 all the Chapter Titles in the following variable, comma seperated in quotes
as follows, no comma needed following the last entry:
*/
var chapterTitles = new Array(
"",
"Chapter 1  Critical Thinking, Reading, and Writing Across the Cultural Divide",
"Chapter 2  Red or Blue?: Values, Culture, and Community",
"Chapter 3  Voting and Values: Are We Indivisible?",
"Chapter 4  The Home Front: Who is the American Family?",
"Chapter 5  Getting and Spending: Shopping, Working, and Values",
"Chapter 6  Faith and Reason: What Do We Believe?",
"Chapter 7  America the Beautiful: Wilderness or Resource?",
"Chapter 8  The Body Politic: Public Health",
"Chapter 9  Johnny Can't Read: The Value of an Education",
"Chapter 10  What's the Frequency? Values, Media, and Entertainment",
"Chapter 11  Safe and Secure: What Are We Afraid Of?",
"Chapter 12  From Outside In: America in the World"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/english/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/english/instructor/index.html';

//Place the Tutoring Center url in this variable, between the single quotes
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=11502';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=11502';
