function ProcessCountryLanguageChange(nextPage, newCountry, newLanguage)
{
	document.location = nextPage +'?newCountry='+ newCountry +'&newLanguage='+ newLanguage; 
}

function call_ey()	
{
	window.open("http://www.marketscore.com/marketscore_ey.asp","EY");
}