//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12204';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'alpha';

var marketingFile = '/languages/italian/merlonghi/oggi/8e/marketing.js';

var bookMainUrl = '/languages/italian/merlonghi/oggi/8e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618704671_lg.gif';

var booktitle = 'Oggi in Italia: A First Course in Italian';

var author = 'Merlonghi et al.';

var edition = 'Eighth 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 Lezione",
	"Lezione P",
	"Lezione 1",
	"Lezione 2",
	"Lezione 3",
	"Lezione 4",
	"Lezione 5",
	"Lezione 6",
	"Lezione 7",
	"Lezione 8",
	"Lezione 9",
	"Lezione 10",
	"Lezione 11",
	"Lezione 12",
	"Lezione 13",
	"Lezione 14",
	"Lezione 15",
	"Lezione 16",
	"Lezione 17",
	"Lezione 18"
 );



//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/languages/italian/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/languages/italian/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=12204';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12204';
