home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / golive5 / GoLive5_Tryout.exe / MM7.Cab / F2381_PreloadImages.scpt.A1180258_69AD_4130_944D_0B6274131723 < prev    next >
Encoding:
Text File  |  2000-08-17  |  132 b   |  9 lines

  1. ImageArray = new Array;
  2. var preloadFlag = false;
  3. function preloadImages() {
  4.     if (document.images) {
  5.         %1
  6.         preloadFlag = true;
  7.     }
  8. }
  9.