if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;

image0.src = "../../../images/locations/maps/select-text.gif";
image1.src = "../../../images/locations/maps/bur.gif";
image2.src = "../../../images/locations/maps/wc2.gif";
image3.src = "../../../images/locations/maps/pan.gif";
image4.src = "../../../images/locations/maps/pas.gif";
image5.src = "../../../images/locations/maps/col.gif";

}