document.open();
document.writeln("<p style=\"text-align:center;\">");
if(navigator.userAgent.indexOf("Windows NT 6")!=-1) document.writeln("<img width=\"698\" height=\"543\" src=\"images/ebenisterieduluberon/windows-safari.png\" alt=\"\">");
else
{
	if(navigator.userAgent.indexOf("Windows NT 5.1")!=-1||navigator.userAgent.indexOf("Windows NT 5.2")!=-1) document.writeln("<img width=\"704\" height=\"559\" src=\"images/ebenisterieduluberon/windows-xp-safari.png\" alt=\"\">");
	else
	{
		if(navigator.userAgent.indexOf("SunOS")!=-1) document.writeln("<img width=\"698\" height=\"550\" src=\"images/ebenisterieduluberon/solaris-firefox.png\" alt=\"\">");
		else document.writeln("<img width=\"684\" height=\"540\" src=\"images/ebenisterieduluberon/macos-safari.png\" alt=\"\">");
	}
}
document.writeln("</p>");
document.close();