// JavaScript Document

if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img1.src = "../theme-images/ew/icon-abouton.gif";
   img2.src = "../theme-images/ew/icon-contacton.gif";
   img3.src = "../theme-images/ew/icon-cpanelon.gif";
   img4.src = "../theme-images/ew/icon-basketon.gif";
   img5.src = "../theme-images/ew/icon-webmailon.gif";
   img6.src = "../theme-images/ew/icon-statuson.gif";
}