//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 = 'alpha';

var marketingFile = '/languages/spanish/long/nexos/1e/mediaed/marketing.js';

var bookMainUrl = '/languages/spanish/long/nexos/1e/mediaed/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618716831_lg.gif';

var booktitle = 'Nexos Media Edition';

var author = 'Long | Carreira | Velasco | et al.';

var edition = '';

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12223';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "<B>Your website has a new design!</B><BR><BR>Enjoy exploring your new site with extra features and functionality.";   

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.";

/*
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 Cap&#237;tulo",
	"Cap&#237;tulo P",
	"Cap&#237;tulo 1",
	"Cap&#237;tulo 2",
	"Cap&#237;tulo 3",
	"Cap&#237;tulo 4",
	"Cap&#237;tulo 5",
	"Cap&#237;tulo 6",
	"Cap&#237;tulo 7",
	"Cap&#237;tulo 8",
	"Cap&#237;tulo 9",
	"Cap&#237;tulo 10",
	"Cap&#237;tulo 11",
	"Cap&#237;tulo 12",
	"Cap&#237;tulo 13",
	"Cap&#237;tulo 14"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/languages/spanish/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/languages/spanish/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=12223';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12223';
