var preloaded = new Array();
function preload_images() {
    for (var i = 0; i < arguments.length; i++){
        preloaded[i] = document.createElement('img');
        preloaded[i].setAttribute('src',arguments[i]);
    };
};
preload_images(
    '/gfx/buttons/main_h.jpg',
    '/gfx/buttons/products_h.jpg',
    '/gfx/buttons/services_h.jpg',
    '/gfx/buttons/company_h.jpg',
    '/gfx/buttons/mainpage/tshirts_h.jpg',
    '/gfx/buttons/mainpage/blouses_h.jpg',
    '/gfx/buttons/mainpage/jackets_h.jpg',
    '/gfx/buttons/mainpage/backpacks_h.jpg',
    '/gfx/buttons/mainpage/bags_h.jpg',
    '/gfx/buttons/mainpage/briefcases_h.jpg',
    '/gfx/buttons/mainpage/summerhats_h.jpg',
    '/gfx/buttons/mainpage/winterhats_h.jpg',
    '/gfx/buttons/mainpage/special_h.jpg',
    '/gfx/buttons/mainpage/wallets_h.jpg',
    '/gfx/buttons/mainpage/gadgets_h.jpg',
    '/gfx/buttons/mainpage/medicine_h.jpg',
    '/gfx/buttons/mainpage/logotypes_h.jpg',
    '/gfx/buttons/mainpage/conferences_h.jpg',
    '/gfx/buttons/mainpage/transport_h.jpg',
    '/gfx/buttons/mainpage/textiles_h.jpg',
    '/gfx/buttons/mainpage/about_h.jpg',
    '/gfx/buttons/mainpage/contact_h.jpg',
    '/gfx/buttons/subpage/tshirts_h.jpg',
    '/gfx/buttons/subpage/blouses_h.jpg',
    '/gfx/buttons/subpage/jackets_h.jpg',
    '/gfx/buttons/subpage/backpacks_h.jpg',
    '/gfx/buttons/subpage/bags_h.jpg',
    '/gfx/buttons/subpage/briefcases_h.jpg',
    '/gfx/buttons/subpage/summerhats_h.jpg',
    '/gfx/buttons/subpage/winterhats_h.jpg',
    '/gfx/buttons/subpage/special_h.jpg',
    '/gfx/buttons/subpage/wallets_h.jpg',
    '/gfx/buttons/subpage/gadgets_h.jpg',
    '/gfx/buttons/subpage/medicine_h.jpg',
    '/gfx/buttons/subpage/logotypes_h.jpg',
    '/gfx/buttons/subpage/conferences_h.jpg',
    '/gfx/buttons/subpage/transport_h.jpg',
    '/gfx/buttons/subpage/textiles_h.jpg',
    '/gfx/buttons/subpage/about_h.jpg',
    '/gfx/buttons/subpage/contact_h.jpg'
);
