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