var baseIcon = [];
var smallIcon;
// Normal marker icon
baseIcon[0] = new GIcon();
baseIcon[0].image = "javascript/contours/images/marker.png";
baseIcon[0].shadow = "javascript/contours/images/shadow50.png";
baseIcon[0].iconSize = new GSize(20, 34);
baseIcon[0].shadowSize = new GSize(37, 34);
baseIcon[0].iconAnchor = new GPoint(9, 34);
baseIcon[0].infoWindowAnchor = new GPoint(9, 2);
baseIcon[0].infoShadowAnchor = new GPoint(18, 25);

// Base Icon for Small Colored Icons
smallIcon = new GIcon();
smallIcon.shadow = "javascript/contours/images/mm_20_shadow.png";
smallIcon.iconSize = new GSize(12, 20);
smallIcon.shadowSize = new GSize(22, 20);
smallIcon.iconAnchor = new GPoint(6, 20);
smallIcon.infoWindowAnchor = new GPoint(5, 1); 

baseIcon[1] = new GIcon(smallIcon);
baseIcon[1].image = "javascript/contours/images/mm_20_red.png";

baseIcon[2] = new GIcon(smallIcon);
baseIcon[2].image = "javascript/contours/images/mm_20_yellow.png";

baseIcon[3] = new GIcon(smallIcon);
baseIcon[3].image = "javascript/contours/images/mm_20_purple.png";

baseIcon[4] = new GIcon(smallIcon);
baseIcon[4].image = "javascript/contours/images/mm_20_blue.png";

baseIcon[5] = new GIcon(smallIcon);
baseIcon[5].image = "javascript/contours/images/mm_20_white.png";

baseIcon[6] = new GIcon(smallIcon);
baseIcon[6].image = "javascript/contours/images/mm_20_green.png";

baseIcon[7] = new GIcon(smallIcon);
baseIcon[7].image = "javascript/contours/images/mm_20_black.png";

baseIcon[8] = new GIcon(smallIcon);
baseIcon[8].image = "javascript/contours/images/mm_20_orange.png";

baseIcon[9] = new GIcon(smallIcon);
baseIcon[9].image = "javascript/contours/images/mm_20_gray.png";

baseIcon[10] = new GIcon(smallIcon);
baseIcon[10].image = "javascript/contours/images/mm_20_brown.png";


baseIcon[11] = new GIcon();
baseIcon[11].image = "javascript/contours/images/black-plus.png";
baseIcon[11].shadow = null;
baseIcon[11].iconSize = new GSize(24, 24);
baseIcon[11].shadowSize = new GSize(0, 0);
baseIcon[11].iconAnchor = new GPoint(12, 12);

baseIcon[12] = new GIcon();
baseIcon[12].image = "javascript/contours/images/blue-plus.png";
baseIcon[12].shadow = null;
baseIcon[12].iconSize = new GSize(13, 13);
baseIcon[12].shadowSize = new GSize(0, 0);
baseIcon[12].iconAnchor = new GPoint(6, 7);

baseIcon[13] = new GIcon();
baseIcon[13].image = "javascript/contours/images/googlemaps_marker.png";
baseIcon[13].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[13].iconSize = new GSize(18, 32);
baseIcon[13].shadowSize = new GSize(37, 32);
baseIcon[13].iconAnchor = new GPoint(9, 32);
baseIcon[13].infoWindowAnchor = new GPoint(12, 6);

smallIcon2 = new GIcon();
smallIcon2.iconSize = new GSize(10, 10);
smallIcon2.iconAnchor = new GPoint(5, 5);
smallIcon2.infoWindowAnchor = new GPoint(5, 5); 

baseIcon[14] = new GIcon(smallIcon2);
baseIcon[14].image = "javascript/contours/images/carre_01_rouge.png";

baseIcon[15] = new GIcon(smallIcon2);
baseIcon[15].image = "javascript/contours/images/carre_01_vert.png";

baseIcon[16] = new GIcon(smallIcon2);
baseIcon[16].image = "javascript/contours/images/carre_01_bleu.png";

baseIcon[17] = new GIcon(smallIcon2);
baseIcon[17].image = "javascript/contours/images/carre_02_rouge.png";

baseIcon[18] = new GIcon(smallIcon2);
baseIcon[18].image = "javascript/contours/images/carre_02_vert.png";

baseIcon[19] = new GIcon(smallIcon2);
baseIcon[19].image = "javascript/contours/images/carre_02_bleu.png";

baseIcon[20] = new GIcon(smallIcon2);
baseIcon[20].image = "javascript/contours/images/carre_02_jaune.png";

baseIcon[21] = new GIcon();
baseIcon[21].image = "javascript/contours/images/googlemaps_marker_bleu.png";
baseIcon[21].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[21].iconSize = new GSize(18, 32);
baseIcon[21].shadowSize = new GSize(37, 32);
baseIcon[21].iconAnchor = new GPoint(9, 32);
baseIcon[21].infoWindowAnchor = new GPoint(12, 6);

baseIcon[22] = new GIcon();
baseIcon[22].image = "javascript/contours/images/googlemaps_marker_bleuciel.png";
baseIcon[22].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[22].iconSize = new GSize(18, 32);
baseIcon[22].shadowSize = new GSize(37, 32);
baseIcon[22].iconAnchor = new GPoint(9, 32);
baseIcon[22].infoWindowAnchor = new GPoint(12, 6);

baseIcon[23] = new GIcon();
baseIcon[23].image = "javascript/contours/images/googlemaps_marker_jaune.png";
baseIcon[23].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[23].iconSize = new GSize(18, 32);
baseIcon[23].shadowSize = new GSize(37, 32);
baseIcon[23].iconAnchor = new GPoint(9, 32);
baseIcon[23].infoWindowAnchor = new GPoint(12, 6);

baseIcon[24] = new GIcon();
baseIcon[24].image = "javascript/contours/images/googlemaps_marker_orange.png";
baseIcon[24].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[24].iconSize = new GSize(18, 32);
baseIcon[24].shadowSize = new GSize(37, 32);
baseIcon[24].iconAnchor = new GPoint(9, 32);
baseIcon[24].infoWindowAnchor = new GPoint(12, 6);

baseIcon[25] = new GIcon();
baseIcon[25].image = "javascript/contours/images/googlemaps_marker_rouge.png";
baseIcon[25].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[25].iconSize = new GSize(18, 32);
baseIcon[25].shadowSize = new GSize(37, 32);
baseIcon[25].iconAnchor = new GPoint(9, 32);
baseIcon[25].infoWindowAnchor = new GPoint(12, 6);

baseIcon[26] = new GIcon();
baseIcon[26].image = "javascript/contours/images/googlemaps_marker_vert.png";
baseIcon[26].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[26].iconSize = new GSize(18, 32);
baseIcon[26].shadowSize = new GSize(37, 32);
baseIcon[26].iconAnchor = new GPoint(9, 32);
baseIcon[26].infoWindowAnchor = new GPoint(12, 6);

baseIcon[27] = new GIcon();
baseIcon[27].image = "javascript/contours/images/googlemaps_marker_violet.png";
baseIcon[27].shadow = "javascript/contours/images/marker_shadow.png";
baseIcon[27].iconSize = new GSize(18, 32);
baseIcon[27].shadowSize = new GSize(37, 32);
baseIcon[27].iconAnchor = new GPoint(9, 32);
baseIcon[27].infoWindowAnchor = new GPoint(12, 6);




