var images = ['http://www.clubvw.by/templates/clubvw/img/nav/nav01.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav02.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav03.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav04.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav05.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav06.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav07.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav01active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav02active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav03active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav04active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav05active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav06active.jpg', 'http://www.clubvw.by/templates/clubvw/img/nav/nav07active.jpg'];
var preloaded = [];
for (var i=0; i<images.length; i++)
{
    preloaded[i] = new Image;
	preloaded[i].src = images[i];
}