var chromeColor = "#003399";
var chromeWidth = 994;

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 = "Disney Princess Enchanted Tales";
var bCrumbLevel_3_url = "http://disney.go.com/disneyvideos/animatedfilms/disneyprincessenchantedtales/";

var legalFooterColor = "#FFFFFF";

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&name=g_legalFooter_register","Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://home.disney.go.com/guestservices/faqs&name=g_legalFooter_guestservices","Help","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://www.disneystudiohelp.com&name=g_legalFooter_help"]

function openSweepsRules() { //v2.0
   var w = 795;
   var h = 700;
   var winl = (screen.width - w) / 2;
   var wint = (screen.height - h) / 2;
   coords = 'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no,width='+w+',height='+h+',top='+wint+',left='+winl;
   win = window.open("http://disney.go.com/disneyvideos/animatedfilms/disneyprincessenchantedtales/sweepstakes_popup.html","ruleswin",coords);
   win.focus();
   win.window.focus();
}