var chromeColor = "#9D1D1A";
var chromeWidth = 770;
var bCrumbLevel_1 = "shopping";
var bCrumbLevel_2_text = "mDisney";
var bCrumbLevel_2_url = "http://www.mdisney.com";
var bCrumbLevel_3_text = "Pirates of the Caribbean";
var bCrumbLevel_3_url = null;
var legalFooterColor = "#ffffff";
var legalFtrOpts = ["Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/disney/disneymobile/guestServices&name=g_legalFooter_guestservices","Register","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/disney/disneymobile/chooseAge&name=g_legalFooter_register","Help","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://psc.disney.go.com/guestservices/index.html&name=g_legalFooter_help"]
var legalFtrCpyRgt = ["&copy; 2006 Walt Disney Pictures and JERRY BRUCKHEIMER, Inc."]

// 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:#ffffff; 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

//generic open new window
function openWinNew(new_url) {
	var url = new_url;
	regwindow = window.open (url , 'regwindow')
regwindow.focus();
}

//rollover
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}