//Javascript for dynamically generated text elements that are shared on a booksite

var pic = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13343';
// Determines whether the Chapter NAV dropdown will be visible or not.  Set to 'yes' or 'no'
var showDropdown = 'yes';

var marketingFile = '/polisci/brown/prac_tex_pol/13e/marketing.js';

var bookMainUrl = '/polisci/brown/prac_tex_pol/13e/';

var bookCoverUrl = '/polisci/brown/prac_tex_pol/13e/cover/cover-ptp.jpg';

var booktitle = 'Practicing Texas Politics | Practicing Texas Politics Update Edition';

var author = 'Brown et al';

var edition = 'Thirteenth Edition';

// The text that will appear directly under the Book title/author names at the top of the student/instructor home pages
var studentHomeText = "Comprehensive and current, this market-leading text combines a survey of Texas government with coverage of public policy and relevant readings in each chapter. Fully updated coverage in the Thirteenth Edition includes the regular session of the 79th legislature, a discussion of the special sessions on school finance called by the governor, results of the fall 2006 mid-term elections, and the impact of Hurricanes Katrina and Rita on the state of Texas.";   

var instructorHomeText = "Comprehensive and current, this market-leading text combines a survey of Texas government with coverage of public policy and relevant readings in each chapter. Fully updated coverage in the Thirteenth Edition includes the regular session of the 79th legislature, a discussion of the special sessions on school finance called by the governor, results of the fall 2006 mid-term elections, and the impact of Hurricanes Katrina and Rita on the state of Texas.";

/*
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"
 );


//Place the Student Discipline Home url in this variable, between the single quotes
var disciplineHomeStu = '/polisci/students/index.html';

//Place the Tutoring Center (if any) url in this variable, between the single quotes.  Otherwise leave as is.
var tutoringCenter = '';

//Place the Instructor Discipline Home url in this variable, between the single quotes
var disciplineHomeIns = '/polisci/instructors/index.html';

//Place the Product's Catalog Url here
var pCatalogUrl = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13343';

//Place the Product's Bookstore Url here
var pBookstoreUrl = 'http://college.hmco.com/CollegeCatalog/CatalogController?cmd=Portal&subcmd=display&ProductID=13343';
