<!--





if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img7 = new Image();
   img8 = new Image();

   
   img1.src = "images/shadow_right.png";
   img2.src = "images/shadow_left.png";
   img3.src = "images/shadow_bottom.png";
   img4.src = "images/meny_distans.gif";
   img5.src = "images/bg_lower.gif";
   img6.src = "images/bg.png";
   img7.src = "images/arrow.gif";
   img8.src = "images/top_banner.png";

}









//-->