//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://academic.cengage.com/cengage/student.do?totalresults.do?page=null&keyfor=allsite&keyitem=all&keytype=null&resultfor=higheredu&resulttype=instructor&keyword_all=rusch&pagefrom=search&disciplinenumber=303&product_isbn=9780618660407&contextelement=http://academic.cengage.com/cengage';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'alpha';

var marketingFile = '/languages/spanish/rusch/imagenes/2e/marketing.js';

var bookMainUrl = '/languages/spanish/rusch/imagenes/2e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618704698_lg.gif';

var booktitle = 'Imágenes: An Introduction to Spanish Language and Cultures';

var author = 'Rusch | Domínguez | Garner';

var edition = 'Second Edition';

// 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 = "<b>Your website has a new design!</b><br><br>Enjoy exploring your new site with extra features and functionality.";

/*
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 P",
	"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 = 'http://academic.cengage.com/cengage/instructor.do?totalresults.do?page=null&keyfor=allsite&keyitem=all&keytype=null&resultfor=higheredu&resulttype=instructor&keyword_all=rusch&pagefrom=search&disciplinenumber=303&product_isbn=9780618660407&contextelement=http://academic.cengage.com/cengage';

//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://academic.cengage.com/cengage/student.do?totalresults.do?page=null&keyfor=allsite&keyitem=all&keytype=null&resultfor=higheredu&resulttype=instructor&keyword_all=rusch&pagefrom=search&disciplinenumber=303&product_isbn=9780618660407&contextelement=http://academic.cengage.com/cengage';