var chromeColor = "#003399";
var chromeWidth = 770;

var bCrumbLevel_1 = "Entertainment";

var bCrumbLevel_2_text = "Disney Video + DVD";
var bCrumbLevel_2_url = "http://disney.go.com/disneyvideos/index.html";

var bCrumbLevel_3_text = "The Lion King 2: Simba's Pride";
var bCrumbLevel_3_url = "http://disney.go.com/disneyvideos/animatedfilms/simbaspride/index.html";

var legalFooterColor = "#BA8858";

var legalFtrCpyRgt = "&copy; Disney. All rights reserved.";

var legalFtrOpts = ["Register","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/bvhe/chooseAge%3Fsite=lionking&name=g_legalFooter_register","Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://home.disney.go.com/guestservices/faqs%3Fsite=lionking&name=g_legalFooter_guestservices","Help","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://www.disneystudiohelp.com&name=g_legalFooter_help"]



function orderWin() {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 500) / 2);
	putmey = ((userscreenheight - 300) / 2);
	window.open("redirect_order.htm","LionKing2Purchase","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=400,height=300")
}

function tradingWin() {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 790) / 2);
	putmey = ((userscreenheight - 600) / 2);
	window.open("redirect_trading.htm","LionKing2TradingCards","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=790,height=600")
}

function trailerWin(pagename) {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 340) / 2);
	putmey = ((userscreenheight - 480) / 2);
	window.open(pagename,"LionKing2Trailer","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=340,height=480")
}

function bugWin() {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 700) / 2);
	putmey = ((userscreenheight - 475) / 2);
	window.open("Games/bagabug.html","LionKing2Trailer","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=700,height=475")
}

function crocWin() {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 700) / 2);
	putmey = ((userscreenheight - 475) / 2);
	window.open("Games/Crocodile.html","LionKing2Trailer","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=700,height=475")
}

function coloringWin(url) {
	userscreenwidth = screen.width;		
	userscreenheight = screen.height;	
	putmex = ((userscreenwidth - 640) / 2);
	putmey = 10;
	window.open(url,"ColoringActivity","menubar=yes,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,screenX="+putmex+",screenY="+putmey+",top="+putmey+",left="+putmex+",width=640,height=575")
}