	function openMap(url)
	{
		
		offset = 765
		if (screen.width - 400 < 765 )
		{
			offset = screen.width - 405
		}
		CountryInfo = window.open(url,'Info','width=400,height=650,left=' + offset + ',top=0,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,locationbar=no,screenX=50,screenY=50');
		void(0);
		CountryInfo.focus()
	}