var chromeColor="#000000";
var chromeWidth=770;
var bCrumbLevel_1="touchstone";
var bCrumbLevel_2_text=null;
var bCrumbLevel_2_url=null;
var bCrumbLevel_3_text=null;
var bCrumbLevel_3_url=null;
var legalFooterColor="gray";
if(location.href.match(/showtimes.disneypictures.com/)){var legalFooterColor="#FFFFFF";}
if(location.href.match(/showtimes.touchstonepictures.com/)){var legalFooterColor="#FFFFFF";}

var legalFtrOpts=["Register","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/touchstone/chooseAge&name=g_legalFooter_register","Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/touchstone/lists&name=g_legalFooter_guestservices"]

var legalFtrCpyRgt="&copy; Touchstone Pictures. All rights reserved.";

window.status="Touchstone Pictures -- The Official Homepage"
window.focus();

//	WINDOW OPENERS
function popup(pop_url, winname, windowWidth, windowHeight, scrollbars, toolbar, location) {window.open(pop_url,winname,"scrollbars="+scrollbars+",width="+windowWidth+",height="+windowHeight+",toolbar="+toolbar+",location"+location);}

// DISCLAIMER POPUP SCRIPT
function openDisclaimer(){win = window.open('http://disney.go.com/disneypictures/javascript/disclaimer/disclaimer.html?http://www.narnia.com',  'intermediate','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=370,height=210');}
//launch Touchstone registration module from Flash
function TP_register() {popupFull('https://register.go.com/touchstone/chooseAge');}

// OPEN VISIT SITE LINKS IN SAME WINDOW
fpInit = 0;
function popupFull(pop_url) {
	if (fpInit == 0) {
		fpInit = 1;
		theFullPop = window.open(pop_url,"full_pop");
	} else if(false == theFullPop.closed) {
		//tfp_w = theFullPop.outerWidth;
		//tfp_h = theFullPop.outerHeight;
		//tfp_x = theFullPop.screenX;
		//tfp_y = theFullPop.screenY;
		theFullPop.close ();
		theFullPop = window.open(pop_url,"full_pop");
		//theFullPop.moveTo(tfp_x,tfp_y);
		//theFullPop.resizeTo(tfp_w,tfp_h);
	} else {
		theFullPop = window.open(pop_url,"full_pop");
	}
}