//structure :  Name, URL(without http:// only www.exemple.com) , FlagImg
	seiten = new Array(
		Array('German Website','www.kaese-schweiz.com','de.gif'),
		Array('French Website','www.fromagesdesuisse.com','fr.gif'),
		Array('Italian Website','www.swisscheese.it','it.gif'),
		Array('Spanish Website','www.switzerland-cheesesl.es','es.gif'),
		Array('Belgish Website','www.switzerland-cheese.be','be.gif'),
		Array('Swiss Website','www.schweizerkaese.ch','ch.gif')
	);
//path to the flags
	flag_path = '/fileadmin/templates/images/flags/';
	
//content width without 'px'
	contentWidth = 250;

//Change the bg-color for the hover in the list
	bgColorContent = '#F0F0F0';
	bgColorContentHover = '#E8E8E8';
 