var chromeColor = "#333333";
var chromeWidth = "770";
var bCrumbLevel_1 = "insidedisney";
var bCrumbLevel_2_text = "Vault Disney";
var bCrumbLevel_2_url = "http://disney.go.com/vault/today/index.html";
var bCrumbLevel_3_text = null;
var bCrumbLevel_3_url = null;
var legalFooterColor = "#000000";
var legalFtrOpts = ["Guest Services","http://disney.go.com/guestservices/index.html", "Register", "https://register.go.com/disney/indexhome", "Help", "http://home.disney.go.com/guestservices/faqs"];

function isThisPage(identifier){var locTemp=location.href; return (locTemp.indexOf(identifier) != -1) ? true : false;}
if(isThisPage("/vault/read/dave_smith.html")){
	var bCrumbLevel_3_text = "Meet Dave Smith";
}else if(isThisPage("/vault/read/books/index.html")){
	var bCrumbLevel_3_text = "Read About Disney";
}else if(isThisPage("/vault/archives/today.html")){
	var bCrumbLevel_3_text = "Disney Archives";
	var legalFtrOpts = ["Guest Services","http://disney.go.com/guestservices/index.html", "Register", "https://register.go.com/disney/indexhome", "Help", "http://home.disney.go.com/guestservices/faqs", "Site Map", "http://disney.go.com/vault/archives/sitemap.html"];
}else if(isThisPage("/vault/archives/")){
	var bCrumbLevel_3_text = "Disney Archives";
	var bCrumbLevel_3_url = "http://disney.go.com/vault/archives/index.html";
}else if(isThisPage("/vault/read/walt/")){
	var bCrumbLevel_3_text = "Walt Disney Biography";
}