function umleitung ()
{
var breite = screen.width;

if (breite <= 1080)
	alert("Die homepage ist für eine Auflösung von 1028x768 oder höher optimiert")
	//location.href = "http://www.wikana.de/shop/"
	
//else
	//alert(">=1280");	//window.location.href="index.shtml"
	location.href = "http://www.wikana.de/shop/"

}
