//var chromeColor = "#F8F6EA";
var chromeColor = "#000000";
var chromeWidth = 722;
var bCrumbLevel_1 = "Entertainment";
var bCrumbLevel_2_text = "The Chronicles of Narnia";
var bCrumbLevel_2_url = "http://disney.go.com/buenavistagames/narnia/";
var bCrumbLevel_3_text = "";
var bCrumbLevel_3_url = "";

//	REGISTRATION FOOTER SHOULD BE #000000
//	SITE FOOTER SHOULD BE #836031
if (location.protocol == "https:") { var legalFooterColor = "#000000"; } else { var legalFooterColor = "#836031"; }

var legalFtrCpyRgt = "THE CHRONICLES OF NARNIA, NARNIA, and all book titles, characters and locales original thereto<br>are trademarks of C.S. Lewis Pte Ltd. and are used with permission. &copy; Disney/Walden.";
var popupLegalFtrCpyRgt = "&copy; Disney Pictures/Walden Media. All rights reserved.";

//var legalFtrOpts = ["Register For Updates","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/wdpictures/narnia/register&name=g_legalFooter_register","Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/wdpictures/preferenceCenter/lists&name=g_legalFooter_guestservices","Help","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://psc.disney.go.com/guestservices/index.html&name=g_legalFooter_help"]

//	CHROME PULLDOWN MENU
function popChrome(doh) {
	if (doh=="books") {
		URL="http://books.narnia.com/movielanding.html";
		width=786;height=578;scrollB="yes";
	} else {
		URL="http://books.narnia.com/discover/explore/explorenarnia.html";
		width=640;height=578;scrollB="no";
	}
//    var left = (screen.width - width) / 2;var top = (screen.height - height) / 2;
	popDiscover = window.open(URL,width,'scrollbars='+scrollB+',width='+width+',height='+height);
	popDiscover.focus();
}

//	QUERY PARSER
function params(qp){ try{r=unescape(location.search.match(new RegExp(qp+"=+([^&]*)"))[1]);}catch(e){r='';} return r; }