var chromeColor = "#000";   //Blue
var chromeWidth = 973;
var legalFooterColor = "#000000";
var legalFtrCpyRgt = "&copy; Disney Enterprises, Inc./Pixar Animation Studios. All Rights Reserved.";
var legalFooterCat = "LiveEvents";
var legalFtrOpts = ["Register","https://register.go.com/disney/disneyonice/register?level=3"]

// link disclaimer
function GOurl(url) { GOurl2(url); }
// the non-Joe Disney version
function OpenTheWindow(url){
	this.win=window.open(url,"newwin")
	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=150,top=100,left=150,screenX=180,screenY=100");
popDisclaimer.document.writeln('<html><head><title>Disney Online - 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="#FAC836" text="#000000" link="#FFFF80" vlink="#FFFF80" alink="#FFFF80"  marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" onload="window.focus();">\
<table width="370" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="330" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><br><FONT FACE="tahoma,verdana,arial,sans-serif" SIZE="2" COLOR="#000000"><b>The web site you are about to link to is not controlled by Disney Online and different terms of use and privacy policy may apply. By proceeding you agree and understand that Disney Online is not responsible for the site you are about to access.</b></FONT><br><br></td></tr></table>\
</body></html>');
popDisclaimer.document.close();
}
// end link disclaimer