//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 = 'no';

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


var marketingFile = '/english/perl/writing_true/1e/marketing.js';

var bookMainUrl = '/english/perl/writing_true/1e/';

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

var booktitle = 'Writing True: The Art and Craft of Creative Nonfiction';

var author = 'Perl | Schwartz';

var edition = 'First Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Explore the Online Study Center for Writing True for 26 additional professional essays, 11 student essays, interviews with writers, and web links for creative nonfiction and digital storytelling. ";   

var instructorHomeText = "Instructor Resources include a downloadable version of the Instructor’s Resource Manual, which contains teaching suggestions, in-depth assignments, and sample syllabi<br><br>Under General Resources, your students will find 26 additional professional essays, 11 student essays, interviews with writers, web links for creative nonfiction and digital storytelling, and other useful references.";

/*
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(

 );
  
 
 
 /*
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(
	"Chapter 1: Chemical Foundations"
	
 );*/

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

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/english/instructor/index.html';

//Place the Tutoring Center url in this variable, between the single quotes
var tutoringCenter = ' http://smarthinking.com/partners/houghton/buyindex.cfm';

//Place the Product's Catalog Url here
var pCatalogUrl = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=11483';

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