var bookTitle = "";
var edition = "";

// Total limit for each user on uploaded images/documents
// (used in the help file for note formatting)
var noteUploadSizeLimit = "50 MB (megabytes)";

var leftHighlightBgdColor = "#000000";
var leftHighlightPartBorderColorNormal = "#666666";
var leftHighlightPartBorderColorHighlighted = "#ffffff";

// CHANGE THE FOLLOWING TO 1 ONCE THE DEV PERIOD IS OVER
var defaultReturnToPageValue = 0;

var chapterStartSectionOffset = 1;

var defaultFontSize = "12px";
defaultFontFace = "Verdana";

var textFarRight = 535;
var fixedTextWidth = true;		// does the text have a fixed width?

var eBookToolsBgcolor = '#000000';

var chapterType = "Chapter";

var defaultPopInBgColor = "#dddddd";

// used for custom sections; see ebookNotesAPI.js
var chapterContentsBlockType = "TR";

// start of prompts for discussion questions; see theguide8e
var dqpromptStart = "";

// see ebookPopInAPI
var definitionWidth = null;

// also used in prompts for theguide8e
var dqlinks1 = null;
var dqlinks2 = null;

// For eBook in comment
var addCommentRefs = null;
var hideCommentTOC = null;

// Return whether or not part p has any chapters available
// By default, we just return false.
function pa(p) {
	return false;
}

function WriteChapterMenu() {
}

// Write book-specific stuff for profs in the left-side TOC
function WriteBookSpecificLeftSideStuff() {
	
}

// Start of self-quiz items
var selfQuizStart = '<br><form style="margin:0px; padding:10px; background-color:#ffcc66">';

// KC: This is used in ebookQuestionsAPI.js so must be defined here
var WriteDQLinks = null;

// KC: this is used in writing eBook tools menu
var noGlossary = null;
var printOptionInEbookTools = null;

// KC
var commentStyle = null;
var startPage = null;
var initialAlert = null;
var suppLinksRightMargin = null;
var wikiUser = null;
var windowLeft = null;
var showSuppCategory = true;
