//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/pic/bams12e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'text';

var marketingFile = '/masterstudent/series/becoming_a_master_student/12e/marketing.js';

var bookMainUrl = '/masterstudent/series/becoming_a_master_student/12e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/9780618950034_lg.gif';

var booktitle = 'Master Student Series: Becoming A Master Student, 12/e';

var author = 'Ellis';

var 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 to the Student Resource section of the Companion Website for , <i>Becoming a Master Student, 12/e</i>. Here you will find much information that will be helpful to you in your studies. On this site, you will find objectives or learning goals for each chapter; links to additional resources online; and, exercises keyed to each chapter of your book that will guide you through topics discussed in your text. To get started, simply select a chapter from the pull-down menu above.<BR /><BR /><img src=\"/shared/images/site_graphics/protected.gif\" alt=\"Protected Asset\" style=\"margin-right: 20px;\">This website contains passkey protected study tools that are denoted by a lock icon. 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. If you purchased a used textbook, the passkey may be available for purchase through your bookstore or through Houghton Mifflin's <a href=\"http://college.hmco.com/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp\">online store</a>.";   

var instructorHomeText = "Welcome to the new <I>Becoming a Master Student</I> Instructor website. Information from the HM Class Prep CD, 11e website, and 11e Course Manual has been updated and posted here for your convenience. You can now get all your Master Student resources in one place! If you have any questions about finding a specific document please email <a href=\"mailto:collegesurvival@hmco.com\">collegesurvival@hmco.com</a> . A special thanks to Faculty Advisor, Dean Mancina, for his work on this these instructor resources.<BR /><BR /><img src=\"/shared/images/site_graphics/protected.gif\" alt=\"Protected Asset\" style=\"margin-right: 20px;\">This Instructor Website contains the same resources as the Student Website, plus additional passkey protected Instructor Resources that are denoted by a lock icon. When you click on a passkey protected resource, you will be asked to login and redeem your passkey. To obtain a passkey to access Instructor Resources, please use our <a href=\"http://college.hmco.com/how/how_ins_password_help.html\">Request a Passkey Form</a> or <a href=\"http://college.hmco.com/CollegeCatalog/CollegeServiceController?cmd=Service&amp;subcmd=findSalesTeam\">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(
    "Select Chapter",
	"Introduction",
	 " Chapter 1",
     " Chapter 2",
	 " Chapter 3",
     " Chapter 4",
	 " Chapter 5",
     " Chapter 6",
	 " Chapter 7",
     " Chapter 8",
	 " Chapter 9",
     " Chapter 10",
	 " Chapter 11",
     " Chapter 12"
	 	  );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/masterstudent/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/masterstudent/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=15423';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=15423';

var hmspace = 'success';

var studentProtected = 'true'