function countryEnglish(cntryCd)
{
	location.href="/GBPServiceMgr2.dyn?CntryCd=ME&LangCd=en&WebSiteID=GBPME&ReqsType=Pull&ServiceName=RequestBrochure&NampltCd=999^pageredirect&SellingSrc=72&cnInput=999/index.html^"+cntryCd;
}




function countryArabic(cntryCd)
{
	var CountryCode=cntryCd;
	location.href="/GBPServiceMgr2.dyn?CntryCd=ME&LangCd=ar&WebSiteID=GBPME&ReqsType=Pull&ServiceName=RequestBrochure&NampltCd=999^pageredirect&SellingSrc=72&cnInput=999/index.html^"+cntryCd;
	
}