// Tree stuff
var ExpandedChar = "\u25BC";
var CollapsedChar = "\u25BA";

// HTML tags
var tagTbl = "table";
var tagBody = "body";
var tagImg = "img";
var tagListItem = "li";
var tagComment = "#comment";
var tagText = "#text";

// HTML Keywords
var kwNone = "none";
var kwFloatLeft = "left";
var kwPosRel = "relative";
var kwPosAbs = "absolute";
var kwVisHide = "hidden";
var kwVisShow = "visible";





//////
// Item descriptions
//////

//
// Buttons
//

//
// Header stuff

	// Home Button
var DescBtnHomeNormal = "This button takes you to the homepage of this site.  From there, you can go anywhere on the site.";
var DescBtnHomeSelected = "Anytime you click this button, you come back to this page.  From here, you can go anywhere on the site.  Of course, you are here now.";

	// Profile Button
var DescBtnProfileButton = "This button lets you view and/or edit your profile.  From here, you can change your e-mail address, password, and more.  You just can't change your UserName.";

	// Log in/out Buttons
var DescBtnLogOut = "Click here to log out.  Be sure to protect your account and use this when accessing our site from any public machine.";
var DescBtnLogIn = "Click here to log in.";

	// Register
var DescBtnRegisterNormal = "Click here to open a new account.  We won't sell or give away your e-mail address.  See the FAQs for how it would be used.  We would love to have you.";
var DescBtnRegisterSelected = "Thank you for registering.";


//
// Menu stuff

	// Home page link
var DescMenuHomeNormal = "From anywhere in the site, click this link to return to the homepage of the menu.  Once there, you can go to any other portion of the site.";
var DescMenuHomeSelected = "Anytime you click this link, you come back to this page.  From here, you can go anywhere on the site.  Of course, you are here now.";

	// Site Info
var DescMenuSiteInfo = "Go here to learn about this site.";

	// Queue of upcoming events
var DescMenuQueue = "This is a list of items Will Pittenger might be working on in the near future.";

	// Guestbook
var DescMenuGuestBook = "Feel free to leave a comment.";

	// Member List
var DescMenuMembers = "See everyone that has an account.  Looking for someone?  Go here.";

	// Contact Us
var DescMenuContact = "If you have an issue you don't want to raise via the forums or you don't have an account, please use this form to reach us.";

	// Donate
var DescMenuDonate = "We could always use your money to keep the site going.  If nothing else, Will Pittenger's machine is 5 years old and needs replaced badly.";

///////
// Common URLs
UrlGrinImg = "http://src.ucoz.net/sm/24/biggrin.gif";
UrlPoorImg = "http://src.ucoz.net/sm/24/poor.gif";
UrlThumbUpImg = "http://src.ucoz.net/sm/24/good.gif";
UrlBookReaderImg = "http://src.ucoz.net/sm/24/book.gif";


///////
// Common Page ID values
PageIdHome = "sitePage1";
PageIdReg = "register";