/* Képek cache-elése */

var images = [
	'/img/bg.jpg',
	'/img/bullet.png',
	'/img/contact_sidebar.png',
	'/img/div_separator.jpg',
	'/img/footer_bg.jpg',
	'/img/footer_limiter.jpg',
	'/img/footer_wrapper_bg.jpg',
	'/img/header_akciok.jpg',
	'/img/header_alkatreszek_forgalmazasa.jpg',
	'/img/header_bemutatkozas.jpg',
	'/img/header_bg.jpg',
	'/img/header_galeria.jpg',
	'/img/header_idopont.jpg',
	'/img/header_kapcsolat.jpg',
	'/img/header_referencia.jpg',
	'/img/header_udvozoljuk.jpg',
	'/img/icon_date_time.png',
	'/img/icon_email.png',
	'/img/icon_map.png',
	'/img/icon_phone.png',
	'/img/insolis.png',
	'/img/logo.png',
	'/img/menu_akciok.jpg',
	'/img/menu_alkatreszek_forgalmazasa.jpg',
	'/img/menu_bemutatkozas.jpg',
	'/img/menu_bg.jpg',
	'/img/menu_galeria.jpg',
	'/img/menu_idopont.jpg',
	'/img/menu_kapcsolat.jpg',
	'/img/menu_referenciak.jpg',
	'/img/number_bg_current.png',
	'/img/number_bg_normal.png',
	'/img/terkep.jpg'
];

$.each(images, function(key) {
	images[key] = new Image();
	images[key].src = this;
});
