//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=12563';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/languages/spanish/long/pueblos/1e/marketing.js';

var bookMainUrl = '/languages/spanish/long/pueblos/1e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/9780618150472_lg.gif';

var booktitle = 'Pueblos';

var author = 'Spaine Long | Martínez-Lage | Sánchez-López  | Colomé';

var edition = 'First Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Welcome! Start by browsing your textbook materials in the navigation pane to the left, or enjoy reading the Associated Press articles listed below.";   

var instructorHomeText = "Welcome! Start by browsing your textbook materials in the navigation pane to the left, or enjoy reading the Associated Press articles listed below.";

/*
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ítulo",
	"Capítulo 1",
	"Capítulo 2",
	"Capítulo 3",
	"Capítulo 4",
	"Capítulo 5",
	"Capítulo 6",
	"Capítulo 7",
	"Capítulo 8",
	"Capítulo 9",
	"Capítulo 10",
	"Capítulo 11",
	"Capítulo 12"
 );

//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 = '';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12563';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12563';
