<script type="text/javascript"><!--
var preload = new Array();

// List the images to be loaded, each 
//   image assigned to preload[#], with 
//   consecutive numbering starting at 0.

//    FLASH AND MARQUEE
preload[0] = "../../webpage_picts/holidayrentalsworldwide.jpg";
preload[1] = "picts/home.jpg";
preload[2] = "picts/background-page-image.jpg";
preload[3] = "picts_FR1007/vertical_marquee_image_1.jpg";

//    SLIDESHOW IMAGES
preload[4] = "../../webpage_picts/fading_1_example.jpg";
preload[5] = "../../webpage_picts/fading_2_example.jpg";
preload[6] = "../../webpage_picts/fading_3_example.jpg";
preload[7] = "../../webpage_picts/fading_4_example.jpg";
preload[8] = "../../webpage_picts/fading_5_example.jpg";
preload[9] = "../../webpage_picts/fading_6_example.jpg";
preload[10] = "../../webpage_picts/fading_7_example.jpg";

/*
preload[11] = "../../webpage_picts/fading_8_example.jpg";
preload[12] = "../../webpage_picts/fading_9_example.jpg";
preload[13] = "../../webpage_picts/fading_10_example.jpg";
preload[14] = "../../webpage_picts/fading_11_example.jpg";
*/

//    PHOTOS
preload[11] = "gallery_FR1007/gallery1-1.jpg";
preload[12] = "gallery_FR1007/gallery1-2.jpg";
preload[13] = "gallery_FR1007/gallery1-3.jpg";
preload[14] = "gallery_FR1007/gallery1-4.jpg";
preload[15] = "gallery_FR1007/gallery1-5.jpg";
preload[16] = "gallery_FR1007/gallery1-6.jpg";
preload[17] = "gallery_FR1007/gallery1-7.jpg";
preload[18] = "gallery_FR1007/gallery1-8.jpg";

/*
//    VIRTUAL TOUR PHOTOS
preload[23] = "tour_FR1007/tour_folder-1/outside_1_thumb.jpg";
preload[24] = "tour_FR1007/tour_folder-2/livingroom_1_thumb.jpg";
preload[25] = "tour_FR1007/tour_folder-4/diningroom_1_thumb.jpg";
preload[26] = "tour_FR1007/tour_folder-5/kitchen_1_thumb.jpg";
preload[27] = "tour_FR1007/tour_folder-12/garden_1_thumb.jpg";
preload[28] = "tour_FR1007/tour_folder-13/patio_1_thumb.jpg";
*/

// Leave the next 5 lines as they are.
var loadedimages = new Array();
for(var i=0; i<preload.length; i++) {
loadedimages[i] = new Image();
loadedimages[i].src = preload[i];
}
//--></script>
