
/*	GOOGLE
	----------------------------------------------------- */

eng.google = {
	pageTitle: "Google",
	logo: "google.png",
	places: {
		'Web'    : ["http://www.google.com/search?q=%query%&hl=es",		false],
		'Imagenes' : ["http://images.google.com/images?q=%query%&hl=es",	false],
		'Mapas'   : ["http://maps.google.com/maps?q=%query%",			false]
	}
};


/*	WIKIPEDIA
	----------------------------------------------------- */
	
eng.wikipedia = {
	pageTitle: "Wikipedia",
	logo: "wikipedia.png",
	places: {
		'Ir al Articulo' : ["http://es.wikipedia.org/wiki/Special:Search?search=%query%&go=Go",	false],
		'Buscar'        : ["http://es.wikipedia.org/wiki/Special:Search?search=%query%&fulltext=Search",	false]
	}
	//Esto hace petar el IExplorer, aunque en los demas navegadores va bien...
	/*languages: {
		'ES': 'es',
		'DE': 'de',
		'FR': 'fr',
		'EN': 'en',
	}*/
};


/*	YOUTUBE
	----------------------------------------------------- */

eng.youtube = {
	pageTitle: "YouTube",
	logo: "youtube.png",
	places: {
		'Videos' : ["http://www.youtube.com/results??gl=ES&hl=es&search_query=%query%", false]
	}
};


/*	TWITTER
	----------------------------------------------------- */

eng.twitter = {
	pageTitle: "Twitter",
	logo: "twitter.png",
	places: {
		'Buscar en Twitter' : ["http://twitter.com/search?q=%query%", false]
	}
};

/*	MIMVI
	----------------------------------------------------- */

eng.mimvi = {
	pageTitle: "Mimni",
	logo: "mimvi.png",
	places: {
		'Apple' : ["http://www.mimvi.com/apple/search/?q=%query%&submit=Mimvi+Searchsearch",	false],
		'Android' : ["http://www.mimvi.com/android/search/?q=%query%&submit=Mimvi+Search",	false],
		'BlackBerry' : ["http://www.mimvi.com/blackberry/search/?q=%query%&submit=Mimvi+Search",	false],
		'WebApps' : ["http://www.mimvi.com/search/?q=%query%&filter=mobileweb&submit=Mimvi+Search",	false]
	}
};


