// --------------------------------------------------------------
// Icon for the red square displayed with the mouse wheel zoom
var baseIcon = new GIcon();
baseIcon.iconSize=new GSize(100,100);
baseIcon.iconAnchor=new GPoint(50,50);
var rectIcon = new GIcon(baseIcon, RELATIVE_IMAGES_PATH+"rect.png", null);

// === Create an associative array of GIcons() ===
var gicons = [];
gicons["house"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"house.png");
gicons["house"].iconSize = new GSize(32,32);
gicons["house_with_images"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"fs.gif");
gicons["house_with_images"].iconSize = new GSize(32,32);

gicons["commercial"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"commercial.png");
gicons["commercial"].iconSize = new GSize(32,32);
gicons["commercial_with_images"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"commercial.png");
gicons["commercial_with_images"].iconSize = new GSize(32,32);

gicons["vacant_land"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"vacant_land.png");
gicons["vacant_land"].iconSize = new GSize(32,32);
gicons["vacant_land_with_images"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"vacant_land_with_images.png");
gicons["vacant_land_with_images"].iconSize = new GSize(32,32);

gicons["house_blue"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"house_blue.png");
gicons["house_blue"].iconSize = new GSize(26,34);
gicons["house_green"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"house_green.png");
gicons["house_green"].iconSize = new GSize(26,34);

gicons["bank_owned"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"bank_owned.png");
gicons["bank_owned"].iconSize = new GSize(32,32);
gicons["bank_owned_with_images"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"bank_owned_with_images.png");
gicons["bank_owned_with_images"].iconSize = new GSize(32,32);

gicons["pending"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"pending.png");
gicons["pending"].iconSize = new GSize(32,32);

gicons["sold"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"soldpng.png");
gicons["sold"].iconSize = new GSize(37,38);

gicons["user_home"] = new GIcon(G_DEFAULT_ICON, RELATIVE_ICONS_PATH+"user_home.png");
gicons["user_home"].iconSize = new GSize(32,32);


//Property Choices
var otherProperties = [
    {"title":"Isleworth and Lake Butler Sound","xurl":"isleworthmap.htm"},
    {"title":"The Top 25","xurl":"top25map.htm"},
    {"title":"The Butler Chain","xurl":"tbcmap.htm"},
    {"title":"Access to Butler Chain","xurl":"bcaccess.htm"},
    {"title":"Keene's Pointe","xurl":"kpmap.htm"},
    {"title":"All Chain of Lakes","xurl":"allchains.htm"},
    {"title":"Rentals in 4 Zips","xurl":"rental.htm"},
    {"title":"Bank Owned","xurl":"bankownedmap.htm"},
    {"title":"Short Sales","xurl":"short.htm"},
    {"title":"32836 32819 34786","xurl":"all3a.htm"},
    {"title":"","xurl":""},
    {"title":"South West Subdivisions","xurl":"subdivisions.htm"}
    

];