//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=15165';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'alpha';

var marketingFile = '/languages/french/thompson/maisoui/4e/marketing.js';

var bookMainUrl = '/languages/french/thompson/maisoui/4e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/9780547052205_lg.gif';

var booktitle = 'Mais oui!';

var author = 'Thompson | Phillips';

var edition = 'Fourth 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.<br/><br/><img src='/shared/images/site_graphics/protected.gif'>&nbsp;This website contains passkey protected study tools that are denoted by a lock icon.<br/><br/>When you click on a passkey protected study tool, you will be asked to login and redeem your passkey.  Use the passkey that came packaged with your new textbook.<br/><br/>If you purchased a used textbook, the passkey is available for purchase through your bookstore or through Houghton Mifflin's <a href='/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp' target='_blank'>online store</a>.";   

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.<br/><br/><img src='/shared/images/site_graphics/protected.gif'>&nbsp;This Instructor Website contains the same resources as the Student Website, plus additional passkey protected Instructor Resources that are denoted by a lock icon.<br/><br/>When you click on a passkey protected resource, you will be asked to login and redeem your passkey.<br/><br/>To obtain a passkey to access Instructor Resources, please use our <a href='/how/how_ins_password_help.html' target='_blank'>Request a Passkey Form</a> or <a href='/CollegeCatalog/CollegeServiceController?cmd=Service&subcmd=findSalesTeam' target='_blank'>Contact Your Sales Representative</a>.";

/*
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 Chapitre",
	"Chapitre P",
	"Chapitre 1",
	"Chapitre 2",
	"Chapitre 3",
	"Chapitre 4",
	"Chapitre 5",
	"Chapitre 6",
	"Chapitre 7",
	"Chapitre 8",
	"Chapitre 9",
	"Chapitre 10",
	"Chapitre 11",
	"Chapitre 12",
	"Chapitre C"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/languages/french/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/languages/french/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=15165';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=15165';

//Place the Product's hmspace value here
var hmspace = 'french';
