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

var pic = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=12444';

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

var marketingFile = '/collegesurvival/hopper/practicing_college/4e/marketing.js';

var bookMainUrl = '/collegesurvival/hopper/practicing_college/4e/';

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

var booktitle = 'Practicing College Learning Strategies';

var author = 'Hopper';

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. Navigate through the site using the buttons in the blue sidebar on the left side of the page.<BR><BR>Looking for the PowerPoint slides?  Start at our <a href=\"resources/ppt.html\">PowerPoint introduction page</a>.<BR><BR>Take a Virtual Field Trip. <a target=\"_blank\"  href=\"http://www.mtsu.edu/~studskl/4evirtualfieldtrips.html\">Click here</a> for the links connected to the Fourth Edition of <i>Practicing College Learning Strategies</i>.   This page will open in a new browser window.";   

var instructorHomeText = "Welcome. Navigate through the site using the buttons in the blue sidebar on the left side of the page.<BR><BR>Looking for the PowerPoint slides?  <a href=\"resources/ppt.html\">PowerPoint introduction page</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 Chapter",
"Chapter Guide",
"Chapter 1",
"Chapter 2",
"Chapter 3",
"Chapter 4",
"Chapter 5",
"Chapter 6",
"Chapter 7",
"Chapter 8",
"Chapter 9",
"Chapter 10",
"Chapter 11",
"Appendix"
 );

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

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

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

hmspace = 'success';
