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();
img9 = new Image();
img10 = new Image();
img11 = new Image();
img12 = new Image();
img1.src = "images/salondivas.jpg"
img2.src = "images/salondivas2.jpg"
img3.src = "images/salondivas3.jpg"
img4.src = "images/salondivas4.jpg"
img5.src = "images/salondivas5.jpg"
img6.src = "images/salondivas6.jpg"
img7.src = "images/salondivas7.jpg"
img8.src = "images/salondivas8.jpg"
img9.src = "images/salondivas9.jpg"
img10.src = "images/salondivas10.jpg"
img11.src = "images/salondivas11.jpg"
img12.src = "images/salondivas12.jpg"
}