window.onload = function(){
	document.getElementById('men').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/herren-schaufensterfiguren/Schaufensterfiguren-1_4_0_m_1.html';
	}
	document.getElementById('women').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/damen-schaufensterfiguren/Schaufensterfiguren-1_5_0_m_1.html';
	}
	document.getElementById('children').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/kinder-schaufensterfiguren/Schaufensterfiguren-1_6_0_m_1.html';
	}
	document.getElementById('accessories').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/busten-und-deko/Schaufensterfiguren-1_8_0_m_1.html';
	}
	document.getElementById('trends').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/trends/-9_42.html';
	}
	document.getElementById('promotions').onclick = function (){
		window.location.href = 'http://www.mannequins-online.com/de/sonderangebote-schaufensterfiguren-1_m_1.html';
	}
}
