var images = ['http://forum.clubvw.by/Themes/CVWB/img/nav/mainHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/aboutHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/articlesHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/forumHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/galleryHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/garageHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/newsHover.gif', 'http://forum.clubvw.by/Themes/CVWB/img/nav/parthnersHover.gif'];
var preloaded = [];
for (var i=0; i<images.length; i++)
{
    preloaded[i] = new Image;
	preloaded[i].src = images[i];
}
