// JavaScript Document

function preload() {
       var brochure = new Array();
       var pics = preload.arguments;
       var dir = 'images/about1_04.gif/images/about1_09.gif/images/about1_14.gif/images/about1_16.gif/
images/about1_18.gif/images/about1temp_07.gif/images/clientstemp_05.gif/images/clientstemp_08.gif/images/clientstemp_11.gif/images/clientstemp_14.gif/images/clientstemp_16.gif/images/contacttemp_05.gif/images/contacttemp_09.gif/images/contacttemp_12.gif/images/contacttemp_13.gif/images/contacttemp_15.gif/images/contacttemp_17.gif/images/hometemp_04.gif/images/hometemp_06.gif/images/hometemp_08.gif/images/hometemp_10.gif/images/hometemp_11.gif/images/hometemp_12.gif/images/hometemp_13.gif/images/hometemp_15.gif/images/hometemp_17.gif/images/hometemp_18.gif/images/hometemp_20.gif/images/hometemp_21.gif/images/indextemp_01.gif/images/indextemp_03.gif/images/projectstemp_09.gif/images/projectstemp_13.gif/images/projectstemp_15.gif/images/projectstemp_16.gif/images/projectstemp_18.gif/images/projectstemp_06.gif/' // path to images




       for (i=0;i<pics.length;i++) {
               brochure[i] = new Image();
               brochure[i].src = dir + pics[i] + '.gif'; 
       }
}


function addLoadEvent(func) {
 var oldonload = window.onload;
 if (typeof window.onload != 'function') {
   window.onload = func;
 } else {
   window.onload = function() {
     if (oldonload) {
       oldonload();
     }
     func();
   }
 }
}

addLoadEvent(function() {
       preload('images/about1_04.gif','images/about1_09.gif','images/about1_14.gif','images/about1_16.gif','images/about1_18.gif','images/about1temp_07.gif','images/clientstemp_05.gif','images/clientstemp_08.gif','images/clientstemp_11.gif','images/clientstemp_14.gif','images/clientstemp_16.gif','images/contacttemp_05.gif','images/contacttemp_09.gif/','images/contacttemp_12.gif','images/contacttemp_13.gif','images/contacttemp_15.gif','images/contacttemp_17.gif','images/hometemp_04.gif','images/hometemp_06.gif/','images/hometemp_08.gif','images/hometemp_10.gif/','images/hometemp_11.gif','images/hometemp_12.gif','images/hometemp_13.gif','images/hometemp_15.gif','images/hometemp_17.gif','images/hometemp_18.gif','images/hometemp_20.gif','images/hometemp_21.gif','images/indextemp_01.gif','images/indextemp_03.gif','images/projectstemp_09.gif','images/projectstemp_13.gif','images/projectstemp_15.gif','images/projectstemp_16.gif','images/projectstemp_18.gif/','images/projectstemp_06.gif/');
})
