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

var pic = 'http://college.hmco.com/pic/grabe5e';

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

var marketingFile = '/education/grabe/int_tech/5e/marketing.js';

var bookMainUrl = '/education/grabe/int_tech/5e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/061863701x_lg.gif';

var booktitle = 'Integrating Technology for Meaningful Learning';

var author = 'Grabe | Grabe';

var edition = 'Fifth 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. HM Video Cases are available <a href=\"/education/grabe/int_tech/5e/resources.html\">here</a>.";   

var instructorHomeText = "Welcome. HM Video Cases are available <a href=\"/education/grabe/int_tech/5e/resources.html\">here</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",
	"1. Key Themes and Issues for Using Technology in Your Classroom",
	"2. Meaningful Learning in an Information Age",
	"3. Using Tools: Word Processors, Databases, Spreadsheets, and Data Probes",
	"4. Using Instructional Software and Multimedia for Content-Area Learning",
	"5. The Internet as a Tool for Communication",
	"6. The Internet as a Tool for Inquiry",
	"7. Using Multimedia Tools",
	"8. Learning to Work with Images, Sound, and Video",
	"9. Learning from Student Projects: Knowledge as Design and the Design of Hypermedia",
	"10. Responsible Use of Technology"
 );

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

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

//Place the Tutoring Center (if any) url in this variable, between the single quotes.  Otherwise leave as is.
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=12344';

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