////////////////////////////////////////////////////////////
//                                                        //
// frontpage.js - client use JavaScript library module    //
//                                                        //
// Copyright : (c) 1998,99-00,03 all rights reserved by   //
//                 Technical System Services Limited      //
//                                                        //
//============={ Version: 2.0 - SC 21/04/03 }=============//

////////////////////////////////////////////////////////////
//                                                        //
// Version:    2.0 - SC 15/11/99 ? Add Airconstruct       //
//                                                        //
// load_icons(where) - pre-load icons into cache if 'v4'. //
//                                                        //
//============={ Version: 2.0 - SC 15/11/99 }=============//

function load_icons(where) {

   if (v4) {

      // ACM House Image

      housicn1=new Image();
      housicn1.src="image/house-splash.jpg";

      housicn0=new Image();
      housicn0.src="image/shim.gif";

      // Factory Image

      facticn1=new Image();
      facticn1.src="image/factory-splash.jpg";

      facticn0=new Image();
      facticn0.src="image/shim.gif";

   }

}

        
