	function gE(el)
	{ return document.getElementById(el); }
	
	function OnPressFlash(obj,lang)
	{
		
	
		var pos=document.URL.indexOf(lang);
		if (pos!=-1)
		{
			switch (obj)
			{					
				case "seminars_g"		: self.location.href = "/"+lang+"/seminars.html"; break;
				case "exhibitions_g"	: self.location.href = "/"+lang+"/exhibitions.html"; break;
				case "award_g"			: self.location.href = "/"+lang+"/awards.html"; break;
				case "edu_proj_g"		: self.location.href = "/"+lang+"/trading_education.html"; break;
				case "participants_g"	: self.location.href = "/"+lang+"/exhibitors.html"; break;
				case "awards"			: self.location.href = "/"+lang+"/awards.html"; break;
				case "media_about_us"	: self.location.href = "/"+lang+"/media_about_us.html"; break;
				default					: self.location.href = "/"+lang+"/index.html"; break;
			}
		}
	}
