//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12264';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/languages/german/moeller/kaleidoskop/7e/marketing.js';

var bookMainUrl = '/languages/german/moeller/kaleidoskop/7e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/061871460x_lg.gif';

var booktitle = 'Kaleidoskop: Kultur, Literatur und Grammatik';

var author = 'Moeller et al.';

var edition = 'Seventh Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Enjoy exploring your site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";   

var instructorHomeText = "Enjoy exploring your site with extra features and functionality. Start by reading the Site Overview below, and you're on your way!";

/*
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",
	"Kapitel 1",
	"Kapitel 2",
	"Kapitel 3",
	"Kapitel 4",
	"Kapitel 5",
	"Kapitel 6",
	"Kapitel 7",
	"Kapitel 8",
	"Kapitel 9",
	"Kapitel 10"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/languages/german/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/languages/german/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=12264';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12264';
