function resolutionEiFr()
{
	var weit = screen.width;

	if( weit < 1024)
	{
		alert("Beste Sitenansicht mit einer Bildschirmauflösung von 1024 x 768.");
		window.document.write("<link href='css/tao_iframe.css' type='text/css' rel='stylesheet'>");
	}


	if(weit >= 1024 && weit < 1280)
	{
		window.document.write("<link href='css/tao_iframe.css' type='text/css' rel='stylesheet'>");
	}

	if( weit >= 1280)
	{
		window.document.write("<link href='css/tao_iframe_1280.css' type='text/css' rel='stylesheet'>");
	}
}

