// Sets cross-domain permissions for dojo library
djConfig = {
	useXDomain: true
};

var linkName = "Disney Blu-ray 3D";  // The link text for the movies chrome breadcrumb
var linkURL = "http://disney.go.com/bluray3d/";  // The link url for the movies chrome breadcrumb
var footerSlot = "2"; // sets which pane of the movies footer is highlighted.  Default is 2.


var chromeColor = "#2D4B87";
var chromeWidth = 994;
var bCrumbLevel_1 = "Entertainment";
var bCrumbLevel_2_text = "Disney Blu-ray 3D";
var bCrumbLevel_2_url = "http://disney.go.com/bluray3d";
var legalFooterColor = "#ffffff";
var legalFtrCpyRgt = "&copy; Disney. All rights reserved.";

var legalFooterCat = "";
var chromeCategory = "foo";

/*

var legalFooterColor = "#FFFFFF";
var footerCustomHeader = "Bambi | Disney";
var footerCustomSytle = "<style>a.dolFooterLnk,a.dolFooterLnk:visited,a.dolFooterLnk:hover,a.dolFooterLnk:active,a.dolFooterSmallLnk,a.dolFooterSmallLnk:visited,a.dolFooterSmallLnk:hover,a.dolFooterSmallLnk:active{color:"+legalFooterColor+" !important;background-color:transparent !important;text-decoration:underline;}a.dolFooterLnkRed,a.dolFooterLnkRed:visited,a.dolFooterLnkRed:hover,a.dolFooterLnkRed:active{color:#FF0000 !important;background-color:transparent !important;text-decoration:underline;}</style>";
var footerCustom = '<div id="legalFooterCustomDiv" align="center"><table width="996" cellspacing="0" cellpadding="0" align="center" style="text-align:center; padding:0px; margin:10px 0px; background:transparent none; border:none;"><tbody><tr width="996"><td style="font-family:arial,verdana,helvetica,sans-serif; color:'+legalFooterColor+'; background-color:transparent; text-align:center; font-size:10pt; border:none;" colspan="3"><strong>'+footerCustomHeader+'</strong></td></tr>';
try{if(footerCustomLinks){footerCustom+='<tr width="996"><td style="color:'+legalFooterColor+';">'+footerCustomLinks+'</td></tr>';}}catch(e){}
footerCustom+='</table></div>';
try{if(footerCustomCopyrights){footerCustomCopyrights='<div id="legalFooterCustomCopyrightsDiv" align="center"><table width="996" cellspacing="0" cellpadding="0" align="center" style="text-align:center; padding:0px; margin:10px 0px; background:transparent none; border:none;"><tbody><tr width="100%"><td style="font-family:arial,verdana,helvetica,san-serif; color:'+legalFooterColor+'; background-color:transparent; text-align:center; font-size:7pt; border:none;" colspan="3">'+footerCustomCopyrights+'</td></tr></table></div>'}}catch(e){};
*/

var mySettings = {
	chromeStyle:'black',
	styleBackground:'000000',
	footerStyleSet:'black'
}


