defaultStatus = "Versicherungsmarkt GmbH * 95500 Heinersreuth * Tel: 0921 / 85 24 16 * E-Mail: info@versicherungsmarkt.de";
var _void
function click(c)
	{
	if (navigator.appName == 'Netscape' && (c.which == 3 || c.which == 2))
		return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
		alert('For more information contact Versicherungsmarkt GmbH');
		return false;
	}
	return true;
}
document.onmousedown=click;
