/*


This file should be loaded before the chrome.js file. Modify this file to over-ride default links, etc.



*/

	var chromeColor = "#003399";
	var chromeWidth = 994;
	var chromeLocation = "http://disney.go.com/home/html/index.html";


var HTTPImagePath = "http://a.dolimg.com/en-US/dcom/media/chrome/";
var SSLImagePath = "https://a.dolimg.com/en-US/dcom/media/chrome/";

var chromePlayLinks=new Array(
	"Games|http://disney.go.com/games",
	"Videos|http://disney.go.com/videos",
	"My Page|http://disney.go.com/mypage",
	"Characters|http://disney.go.com/characters"
); 

var chromeExploreLinks=new Array( 
	"Movies|http://disney.go.com/movies/",
	"TV|http://disney.go.com/tv/",
	"Music|http://disney.go.com/music/",
	"Live Events|http://disney.go.com/liveevents/",
	"Parks|http://disney.go.com/parks/",
	"Store|http://disneyshopping.go.com",
	"For You|http://disney.go.com/foryou/"
); 

var chromeLocURLMap=new Array( // Format: Category|current url map  :this is the map for the onState
	"Movies|.com/movies/;",
	"TV|/disneychannel;tv.disney.go.com;.com/tv/;playhouse/today;.www.disney.com/tv",
	"Music|go.com/music/;www.disney.com/music",
	"Live Events|.disney.com/liveevents/;.go.com/liveevents/",
	"Travel|.disney.com/travel/;.go.com/travel/",
	"Parks|disneyparks.disney.go.com;www.disney.com/travel/",
	"Store|disneyshopping.go.com;www.disney.com/shopping",
	"For You|www.disney.com/foryou/;disney.go.com/foryou",
	"Games|disney.go.com/games;www.disney.com/games",
	"Videos|http://disney.go.com/videos;www.disney.com/videos",
	"My Page|http://disney.go.com/mypage;www.disney.com/mypage",
	"Characters|http://disney.go.com/characters;www.disney.com/characters"
);

var searchFieldString = "Search Disney.com";

var searchFormActionURL = "http://disney.go.com/search/";