//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/PIC/taylormicro5e';

// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes', 'no' or 'alpha'
var showDropdown = 'yes';

var marketingFile = '/economics/taylor/micro/5e/marketing.js';

var bookMainUrl = '/economics/taylor/micro/5e/';

var bookCoverUrl = '/shared/images/covers/booksite_coverart/0618640878_lg.gif';

var booktitle = 'Principles of Microeconomics';

var author = 'Taylor';

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 text1 = "Principles of Microeconomics offers a concise approach to basic economic concepts and strategies, while providing instructors with the flexibility to integrate supplemental resources or activities into their courses. Noted economist and teacher John Taylor unravels sophisticated material by combining clear, straightforward writing with annotated graphs and real-life examples that drive students' interest in modern economic theory.";   

var text2 = '<br><br><strong>Your Guide to an "A"</strong> provides you with access to premium online study tools, designed to help you get a better grade. Click on the roadmap below for more information...';

var image1 = '<br><br><a href="assets/student/guidetoa/guidetoa1.html"><img src="http://college.hmco.com/economics/taylor/economics/5e/assets/student/guidetoa/images/taylor_prong_roadmap90.jpg" border="0" alt="" align="absmiddle" ></a>'

var studentHomeText = text1 + text2 + image1;  

var instructorHomeText = "Principles of Microeconomics offers a concise approach to basic economic concepts and strategies, while providing instructors with the flexibility to integrate supplemental resources or activities into their courses. Noted economist and teacher John Taylor unravels sophisticated material by combining clear, straightforward writing with annotated graphs and real-life examples that drive students' interest in modern economic theory.";

/*
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",
	"Chapter 1",
	"Chapter 2",
	"Chapter 3",
	"Chapter 4",
	"Chapter 5",
	"Chapter 6",
	"Chapter 7",
	"Chapter 8",
	"Chapter 9",
	"Chapter 10",
	"Chapter 11",
	"Chapter 12",
	"Chapter 13",
	"Chapter 14",
	"Chapter 15",
	"Chapter 16",
	"Chapter 17",
	"Chapter 18",
	"Chapter 19"
 );

//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/economics/students/index.html';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/economics/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=12103';

//Place the Product's Bookstore Url here
var pBookstoreUrl = '/CollegeCatalog/CollegeStoreController?cmd=MainProdPage&subcmd=Main&ProdId=12103';
