function hm_openInfo(u) {
	if (u.length > 0) {
		if (!(u.indexOf('mer=488') == -1) && !(u.indexOf('http://www.pro-partners.nl/cl/') == -1)) {
			window.open(u, 'info', 'status=no,left=50,top=25,width=1015,height=775,menubar=no,toolbar=no,location=no');
			if ("undefined" != typeof (event)) {
				event.returnValue = false; }
			else { return false; }
		} else { return true; }
	} else { return true; }
}
