//Javascript for dynamically generated text elements that are shared on a booksite
var pic = '/pic/raimesKW5e';

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

var marketingFile = '/english/raimes/keys_writers/5e/marketing.js';

var bookMainUrl = '/english/raimes/keys_writers/5e/';

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

var booktitle = 'Keys for Writers';
var author = 'Raimes';

var edition = '5th Edition';

var studentHomeText = '<p>The web can help expand the skills you are learning in <i>Keys for Writers</i> with self-grading practices, examples, templates, and tutorials. Use the pull-down menu at left to navigate to a topic to see all of the materials available to help you on your writing journey. You may find especially useful:</p><ul><li><a href="/english/raimes/keys_writers/5e/prepare/acrossbeyondcollege.html">Across/Beyond College</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/designmedia.html">Design Media</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/esl.html">ESL</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/mechanics.html">Mechanics</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/research.html">Research</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/sentenceproblems.html">Sentence Problems</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/style.html">Style</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/usage.html">Usage</a></li><li><a href="/english/raimes/keys_writers/5e/prepare/writingprocess.html">Writing Process</a></li></ul>';   

var instructorHomeText = "Welcome.  When you're ready, use the buttons in the blue sidebar on the left to navigate through the site.";

/*
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 Section",
	 "Across/Beyond College",
	 "Design/Media",
	 "ESL",
	 "Mechanics",
	 "Research",
	 "Sentence Problems",
	 "Style",
	 "Usage",
	 "Writing Process"
 );

//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 = '/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13784';

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