//cache menu icons
var icons = [
	'msicon-cycletournet',
	'msicon-derkleinenick',
	'msicon-flag-daenemark',
	'msicon-flag-deutschland',
	'msicon-flag-norwegen',
	'msicon-flag-schottland',
	'msicon-flag-schweden',
	'msicon-flag-england',
	'msicon-flag-italien',
	'msicon-handballer',
	'msicon-helliotcom',
	'msicon-helliotdrache',
	'msicon-helliotnet',
	'msicon-irondragon',
	'msicon-katzen',
	'msicon-martinohmde',
	'msicon-rastedehandballde',
	'msicon-tippspielnet',
	'msicon-gruenkohl'
	];
	
var iconsLen = icons.length;
var imgs = [];

for(var i=0; i < iconsLen; i++)
{
	imgs[i] = new Image;
	imgs[i].src =  'http://www.helliot.de/menu/udm/gifs/' + icons[i] + '.gif';
}