//Javascript for dynamically generated text elements that are shared on a booksite
var pic = 'http://college.hmco.com/PIC/raimesUK2e';

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

var marketingFile = '/english/raimes/universal_keys/2e/marketing.js';

var bookMainUrl = '/english/raimes/universal_keys/2e/';

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

var booktitle = 'Universal Keys';
var author = 'Raimes and Jerskey';

var edition = '2nd Edition';                                         

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = '<p>The web can help expand the skills you are learning in <i>Universal 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>Templates for recording sources<ul><li><a href="javascript: ow(\'/english/raimes/keys_writers/5e/assets/students/template_print_book_source.pdf\',0)">print book</a></li><li><a href="javascript: ow(\'/english/raimes/keys_writers/5e/assets/students/template_print_article_source.pdf\',0)">print article</a></li><li><a href="javascript: ow(\'/english/raimes/keys_writers/5e/assets/students/template_database_source.pdf\',0)">database article</a></li><li><a href="javascript: ow(\'/english/raimes/keys_writers/5e/assets/students/template_web_source.pdf\',0)">web source</a></li> </ul></li><li><a href="javascript:ow(\'/english/raimes/keys_writers/5e/fae/popup.html?layer=app&amp;src=title_manifest.xml&amp;subsecid=para\',1,790,560,1,0,0,0,0,0,20,20)">Practices on quality paraphrases, summaries, and quotations</a></li><li> <a href="/english/raimes/keys_writers/5e/assets/students/quick_guide.html">Tutorials on <b>documentation</b> style</a></li><li><a href="/english/raimes/universal_keys/2e/assets/students/27subj_areas.html">Sources in 27 subject areas</a></li><li><a href="javascript: ow(\'/english/raimes/universal_keys/2e/assets/students/double_entry_reading_notebook.pdf\',0)">Double-entry reading journal example</a></li></p>';   
var instructorHomeText = "Welcome. Start by reading the <I>Site Overview</I> below to learn how the site is set up. 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=13863';

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