<!--
var hfPath = "images/";
var hfPics = new Array;
hfPics[0]=new Array("hf2education1big.jpg",392,392);
hfPics[1]=new Array("hf2education2big.jpg",392,392);
hfPics[2]=new Array("hf2education3big.jpg",392,392);
hfPics[3]=new Array("hf2education1.jpg",237,120);
hfPics[4]=new Array("hf2education2.jpg",237,120);
hfPics[5]=new Array("hf2education3.jpg",237,120);

hfPics[6]=new Array("hf2residential1big.jpg",392,392);
hfPics[7]=new Array("hf2residential2big.jpg",392,392);
hfPics[8]=new Array("hf2residential3big.jpg",392,392);
hfPics[9]=new Array("hf2residential1.jpg",237,130);
hfPics[10]=new Array("hf2residential2.jpg",237,130);
hfPics[11]=new Array("hf2residential3.jpg",237,130);

hfPics[12]=new Array("hf2industrial1big.jpg",392,392);
hfPics[13]=new Array("hf2industrial2big.jpg",392,392);
hfPics[14]=new Array("hf2industrial3big.jpg",392,392);
hfPics[15]=new Array("hf2industrial1.jpg",237,120);
hfPics[16]=new Array("hf2industrial2.jpg",237,120);
hfPics[17]=new Array("hf2industrial3.jpg",237,120);

hfPics[18]=new Array("hf2commercial1big.jpg",392,392);
hfPics[19]=new Array("hf2commercial2big.jpg",392,392);
hfPics[20]=new Array("hf2commercial3big.jpg",392,392);
hfPics[21]=new Array("hf2commercial1.jpg",237,120);
hfPics[22]=new Array("hf2commercial2.jpg",237,120);
hfPics[23]=new Array("hf2commercial3.jpg",237,120);

hfPics[24]=new Array("hf2retirement1big.jpg",392,392);
hfPics[25]=new Array("hf2retirement2big.jpg",392,392);
hfPics[26]=new Array("hf2retirement3big.jpg",392,392);
hfPics[27]=new Array("hf2retirement1.jpg",237,120);
hfPics[28]=new Array("hf2retirement2.jpg",237,120);
hfPics[29]=new Array("hf2retirement3.jpg",237,120);

hfPics[30]=new Array("hf2specialneeds1big.jpg",392,392);
hfPics[31]=new Array("hf2specialneeds2big.jpg",392,392);
hfPics[32]=new Array("hf2specialneeds3big.jpg",392,392);
hfPics[33]=new Array("hf2specialneeds1.jpg",237,120);
hfPics[34]=new Array("hf2specialneeds2.jpg",237,120);
hfPics[35]=new Array("hf2specialneeds3.jpg",237,120);

hfPics[36]=new Array("hf2sportleisure1big.jpg",392,392);
hfPics[37]=new Array("hf2sportleisure2big.jpg",392,392);
hfPics[38]=new Array("hf2sportleisure3big.jpg",392,392);
hfPics[39]=new Array("hf2sportleisure1.jpg",237,120);
hfPics[40]=new Array("hf2sportleisure2.jpg",237,120);
hfPics[41]=new Array("hf2sportleisure3.jpg",237,120);

hfPics[42]=new Array("hf2projectsscroll1big.jpg",398,396);
hfPics[43]=new Array("hf2projectsscroll2big.jpg",398,396);
hfPics[44]=new Array("hf2projectsscroll3big.jpg",398,396);
hfPics[45]=new Array("hf2projectsscroll4big.jpg",398,396);

var thePics2 = preloadImages(hfPath,hfPics);
function preloadImages(path,pics) {
     var images = new Array;
     for (var picNum=0; picNum<pics.length; picNum++)
        {
        images[picNum] = new Image(pics[picNum][1],pics[picNum][2]);
        images[picNum].src = (path + pics[picNum][0]);
        }
     return (images);
}
/*
Education
Residential
Industrial
Commercial
Retirement/Care Nursing
Special Needs
Sports & Leisure
Healthcare
Master Planning
Landscape
Conservation
CDM/Safety Coordinators
*/
-->