//Javascript for dynamically generated text elements that are shared on a booksite

var pic = '/PIC/raimesopenhandbook1e';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'text';

var marketingFile = '/english/raimes/open_handbook/1e/marketing.js';

var bookMainUrl = '/english/raimes/open_handbook/1e/';

var bookCoverUrl = '/english/raimes/open_handbook/1e/assets/shared/open_handbook_bookcover.jpg';

var booktitle = 'The Open Handbook';

var author = 'Raimes | Jerskey';

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 = "The web can help expand the skills you are learning in <i>The Open Handbook</i> with practices, examples, and more. You will find references throughout your book to student samples; templates for research and peer-review; further exercises to reinforce the book's advice; and tutorials to help students work through concepts. Use this web site to investigate helpful materials in any of these topics:  <ul><li><a href=\"/english/raimes/open_handbook/1e/chapters/thewritingprocess.html\">The writing process</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/designandvisuals.html\">Design and visuals</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/researchanddocumentation.html\">Research and documentation</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/style.html\">Style</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/usageandgrammar.html\">Usage and grammar</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/sentenceproblems.html\">Sentence problems</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/punctuationmechanicsandspelling.html\">Punctuation, mechanics, and spelling</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/esl.html\">ESL</a></li> <li><a href=\"/english/raimes/open_handbook/1e/chapters/writingacrossbeyondcollege.html\">Writing across and beyond college</a></li></ul> You can also navigate by topic with the drop-down menu in the upper left corner. To find particular kinds of resources, go to:<ul><li><a href=\"/english/raimes/open_handbook/1e/resources/forms_checklists.html\">Forms and checklists</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/practices.html\">Practices</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/student_papers.html\">Student papers</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/reference_center.html\">Reference center</a></li></ul>";   

var instructorHomeText = "The web can help expand the skills you are learning in <i>The Open Handbook</i> with practices, examples, and more. You will find references throughout your book to student samples; templates for research and peer-review; further exercises to reinforce the book's advice; and tutorials to help students work through concepts. Use this web site to investigate helpful materials in any of these topics:  <ul><li><a href=\"/english/raimes/open_handbook/1e/chapters/thewritingprocess.html\">The writing process</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/designandvisuals.html\">Design and visuals</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/researchanddocumentation.html\">Research and documentation</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/style.html\">Style</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/usageandgrammar.html\">Usage and grammar</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/sentenceproblems.html\">Sentence problems</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/punctuationmechanicsandspelling.html\">Punctuation, mechanics, and spelling</a></li><li><a href=\"/english/raimes/open_handbook/1e/chapters/esl.html\">ESL</a></li> <li><a href=\"/english/raimes/open_handbook/1e/chapters/writingacrossbeyondcollege.html\">Writing across and beyond college</a></li></ul> You can also navigate by topic with the drop-down menu in the upper left corner. To find particular kinds of resources, go to:<ul><li><a href=\"/english/raimes/open_handbook/1e/resources/forms_checklists.html\">Forms and checklists</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/practices.html\">Practices</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/student_papers.html\">Student papers</a></li><li><a href=\"/english/raimes/open_handbook/1e/resources/reference_center.html\">Reference center</a></li></ul> The full <a href=\"/english/raimes/open_handbook/1e/assets/instructors/protected/answer_key/index.html\">Answer Key</a> to the exercises in The Open Handbook expands on the Answer Key on pages 543-564. You will be prompted for a username and password.";

/*
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 Topic",
	"The Writing Process",
	"Design and Visuals",
	"Research and Documentation",
	"Style",
	"Sentence Problems",
	"Usage and Grammar",
	"Punctuation, Mechanics, and Spelling",
	"ESL",
	"Writing Across/Beyond College"
 );

//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/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 = '/instructors/catalog/index.html';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=LP&nextPage=Main.jsp';
