/*
THIS IS A TEST SPANISH CHROME.
This file should be loaded before the chrome.js file. Modify this file to over-ride default links, etc.
*/

var HTTPImagePath = "http://latam-media.disneyinternational.com/LATAM/es-LA/dcom/media/chrome/";
var SSLImagePath = "http://latam-media.disneyinternational.com/LATAM/es-LA/dcom/media/chrome/";

var chromePlayLinks=new Array(
	"Juegos|http://home.disneylatino.com/juegos/",
	"Videos|http://home.disneylatino.com/videos/",
	"Personajes|http://home.disneylatino.com/personajes/"
	"Especiales|http://home.disneylatino.com/mipagina/",
); 

var chromeExploreLinks=new Array( 
	"Pel&iacute;culas|http://home.disneylatino.com/peliculas/",
	"TV|http://home.disneylatino.com/tv/",
	"M&uacute;sica|http://home.disneylatino.com/musica/",
	"Shows|http://home.disneylatino.com/shows/",
	"Parques|http://disneyworld.disney.go.com/wdwi/es/index?bhcp=1",
	"M&oacute;viles|http://mobile.disneylatino.com/web/"
); 

var chromeLocURLMap=new Array( // Format: Category|current url map  :this is the map for the onState
	"Pel&iacute;culas|/peliculas;",
	"TV|/disneychannel;",
	"M&uacute;sica|/musica;",
	"Shows|/shows;"
);

var searchFieldString = "Busca en Disney";
var searchFormActionURL = "http://home.disneylatino.com/search/";