//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 = 'yes';

var marketingFile = '/languages/italian/branciforte/parliamo/3e/marketing.js';

var bookMainUrl = '/languages/italian/branciforte/parliamo/3e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618533052_lg.gif';

var booktitle = 'Parliamo italiano!';

var author = 'Branciforte | Grassi';

var edition = 'Third Edition';

var pic = 'http://college.hmco.com/PIC/parliamo3e';

// 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. Start by reading the Site Overview below, and you're on your way!";   

var instructorHomeText = "<B>Your website has a new design!</B><BR><BR>Enjoy exploring your new 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 Unità",
	"Unità P",
	"Unità 1",
	"Unità 2",
	"Unità 3",
	"Unità 4",
	"Unità 5",
	"Unità 6",
	"Unità 7",
	"Unità 8",
	"Unità 9",
	"Unità 10",
	"Unità 11",
	"Unità 12"
 );
 
 
 
 /*
Place all the Chapter Titles in the following variable, comma seperated in quotes
as follows, no comma needed following the last entry:
*/
var chapterTitles = new Array(
	"Unità Preliminare: Per cominciare",
	"Unità 1: Visitare: Siamo a Roma!",
	"Unità 2: Studiare: Impariamo L'italiano!",
	"Unità 3: Abitare: Andiamo a Casa Mia!",
	"Unità 4: Comprare: Facciamo Delle Commissioni!",
	"Unità 5: Mangiare: Tutti a Tavola!",
	"Unità 6: Rilassarsi: Cosa Facciamo Di Bello?",
	"Unità 7: Vestirsi: Vestiamoci Alla Moda!",
	"Unità 8: Lavorare: Lavoriamo Insieme!",
	"Unità 9: Viaggiare: Andiamo in Vacanza!",
	"Unità 10: Divertirsi: Usciamo Stasera!",
	"Unità 11: Leggere: Recitiamo Una Poesia!",
	"Unità 12: Sognare: Immaginiamo Il Futuro!"
 );

//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 url in this variable, between the single quotes
var tutoringCenter = '';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=10961';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=10961';
