		var IconPath = "http://www.beeliving.co.uk/images/layout/";
		
		var iconMini = new GIcon();
			iconMini.image = IconPath + "mm_20_red.png";
			iconMini.shadow = IconPath + "mm_20_shadow.png";
			iconMini.transparent = IconPath + "mm_20_transparent.png";
			iconMini.iconSize = new GSize(12, 20);
			iconMini.shadowSize = new GSize(22, 20);
			iconMini.iconAnchor = new GPoint(6, 20);
			iconMini.infoWindowAnchor = new GPoint(5, 1);
			iconMini.imageMap =
				[5,20,
				3,12,
				0,9,
				0,3,
				3,0,
				9,0,
				12,3,
				12,9,
				9,12,
				7,20];
			/*
		var iconBee = new GIcon();
			iconBee.image = IconPath + "mapBee.png";
			iconBee.shadow = IconPath + "mapBeeShadow.png";
			iconBee.transparent = IconPath + "mapBeeTransparent.png";
			iconBee.iconSize = new GSize(49, 35);
			iconBee.shadowSize = new GSize(62, 35);
			iconBee.iconAnchor = new GPoint(15, 35);
			iconBee.infoWindowAnchor = new GPoint(15, 4);
			iconBee.infoShadowAnchor = new GPoint(15, 35);
			iconBee.imageMap =
				[0,0,
				0,6,
				15,9,
				21,5,
				31,3,
				34,12,
				42,7,
				48,7,
				49,12,
				34,23,
				27,25,
				20,35,
				10,35,
				4,30];*/
var iconBee = new GIcon();
iconBee.image = IconPath + "mapBee2.png";
iconBee.shadow = IconPath + "mapBeeShadow2.png";
iconBee.transparent = IconPath + "mapBeeTransparent2.png";
iconBee.iconSize = new GSize(33, 36);
iconBee.shadowSize = new GSize(60, 36);
iconBee.iconAnchor = new GPoint(30, 36);
iconBee.infoWindowAnchor = new GPoint(30, 0);
iconBee.infoShadowAnchor = new GPoint(30, 36);
iconBee.imageMap =
	[32,36,
	22,36,
	17,31,
	14,25,
	8,21,
	0,13,
	0,6,
	7,2,
	15,6,
	19,0,
	27,5,
	32,19];
				

