try {

  document.execCommand("BackgroundImageCache", false, true);
//pictures to preload  
var him1=new Image();
  him1.src="Catalogue.png";
  var him2=new Image();
  him2.src="./abc/pict/font.jpg";

  
//other pictures
} catch(err) {}
//-->
