var chromeColor = "#36689B";
var chromeWidth = 994;
var bCrumbLevel_1 = "InsideDisney";
var bCrumbLevel_2_text = "Corporate Information";
var bCrumbLevel_2_url = "http://corporate.disney.go.com/index.html";
var bCrumbLevel_3_text = "Disney's Solar Panels";
var bCrumbLevel_3_url = null;
var legalFooterColor = "#FFFFFF";


function GOurl(url){
url=url.replace(/ *$/mg,'').replace(/^ */mg,'');
if (url.indexOf('http')==-1){ url="http://"+url; }
window.open("http://home.disney.go.com/guestservices/disclaimers/redirect?destination="+escape(url));
}

function OpenTheWindow(url){
	this.win=window.open(url,"winname")
	this.win.focus()

}
