//var chromeColor = "#F8F6EA";
var chromeColor = "#000000";
var chromeWidth = 770;
var bCrumbLevel_1 = "Games";
var bCrumbLevel_2_text = "Video Games";
var bCrumbLevel_2_url = "http://disney.go.com/buenavistagames/";
var bCrumbLevel_3_text = "Pirates Of The Caribbean";
var bCrumbLevel_3_url = "http://disney.go.com/buenavistagames/pirates/";

//	REGISTRATION FOOTER SHOULD BE #000000
//	SITE FOOTER SHOULD BE #836031
if (location.protocol == "https:") { var legalFooterColor = "#000000"; } else { var legalFooterColor = "#ffffff"; }

var legalFtrCpyRgt = "&copy; 2006 Disney";

//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; }

// link disclaimer
function GOurl(url) { GOurl2(url); }
// the non-Joe Disney version
function OpenTheWindow(url){
	this.win=window.open(url,"extwin")
	this.win.focus()

}
function GOurl2(url){
var popDisclaimer=window.open("","disclaimer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=370,height=160,top=100,left=150,screenX=180,screenY=100");
popDisclaimer.document.writeln('<html><head><title>Disclaimer</title>\
<SCR'+'IPT TYPE="text/javascript" LANGUAGE="JavaScript">\
sendTimer = setTi'+'meout("sendToClientSide()",1500);closeTimer = setTi'+'meout("window.close()",15000);\
func'+'tion sendToCl'+'ientSide(){try{if(opener){opener.OpenTheWindow("'+url+'")}}catch(e){}}\
</scr'+'ipt>\
</head>\
<body bgcolor="#000000" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="window.focus();">\
<table width="330" border="0" cellspacing="0" cellpadding="5" align="center" style="font-family:arial; font-size:9pt; color:#cccccc; font-weight:bold;">\
<tr><td>The web site you are about to link to is not controlled by Disney Online and different terms of use and privacy policy will apply. By proceeding you agree and understand that Disney Online is not responsible for the site you are about to access.<br><br>If your page does not load within a few seconds, please <a href="javascript:sendToCl'+'ientSide(); self.close();" style="color:#ffffff; font-weight:bold;">click here</a> to open it.</td></tr></table></body></html>');
popDisclaimer.document.close();
}
// end link disclaimer