
  function preloadpic() {
      
  
  
    timghome1 = new Image(); timghome1.src = "../data/home/home1.jpg";
    timghome2 = new Image(); timghome2.src = "../data/home/home2.jpg";
    timghome3 = new Image(); timghome3.src = "../data/home/home3.jpg";    
    timghome4 = new Image(); timghome4.src = "../data/home/home4.jpg";    
    
    timghomemenu1 = new Image(); timghomemenu1.src = "../images/menu_hover1.jpg";
    timghomemenu2 = new Image(); timghomemenu2.src = "../images/menu_hover2.jpg";
    timghomemenu3 = new Image(); timghomemenu3.src = "../images/menu_hover3.jpg";
    timghomemenu4 = new Image(); timghomemenu4.src = "../images/menu_hover4.jpg";
    timghomemenu5 = new Image(); timghomemenu5.src = "../images/menu_hover5.jpg";
    timghomemenu6 = new Image(); timghomemenu6.src = "../images/menu_hover6.jpg";
    timghomemenu7 = new Image(); timghomemenu7.src = "../images/menu_hover7.jpg";
    
    timgproducts1 = new Image(); timgproducts1.src = "../data/products/products1h.jpg";
    timgproducts2 = new Image(); timgproducts2.src = "../data/products/products2h.jpg";
    timgproducts3 = new Image(); timgproducts3.src = "../data/products/products3h.jpg";
    timgproducts4 = new Image(); timgproducts4.src = "../data/products/products4h.jpg";
    timgproducts5 = new Image(); timgproducts5.src = "../data/products/products5h.jpg";
    timgproducts6 = new Image(); timgproducts6.src = "../data/products/products6h.jpg";
    timgproducts7 = new Image(); timgproducts7.src = "../data/products/products7h.jpg";
    timgproducts8 = new Image(); timgproducts8.src = "../data/products/products8h.jpg";
    timgproducts9 = new Image(); timgproducts9.src = "../data/products/products9h.jpg";
    timgproducts10 = new Image(); timgproducts10.src = "../data/products/products10h.jpg";    

    timgprofileleft  = new Image(); timgprofileleft.src  = "../images/kiri_hover.jpg";    
    timgprofileright = new Image(); timgprofileright.src = "../images/kanan_hover.jpg";    
    
    timgproducts1main = new Image(); timgproducts1main.src = "../data/products/products_main1.jpg";
    timgproducts2main = new Image(); timgproducts2main.src = "../data/products/products_main2.jpg";
    timgproducts3main = new Image(); timgproducts3main.src = "../data/products/products_main3.jpg";
    timgproducts4main = new Image(); timgproducts4main.src = "../data/products/products_main4.jpg";
    timgproducts5main = new Image(); timgproducts5main.src = "../data/products/products_main5.jpg";
    timgproducts6main = new Image(); timgproducts6main.src = "../data/products/products_main6.jpg";
    timgproducts7main = new Image(); timgproducts7main.src = "../data/products/products_main7.jpg";
    timgproducts8main = new Image(); timgproducts8main.src = "../data/products/products_main8.jpg";
    timgproducts9main = new Image(); timgproducts9main.src = "../data/products/products_main9.jpg";
    timgproducts10main = new Image(); timgproducts10main.src = "../data/products/products_main10.jpg";
    
  }

