//script to open the participant profile
function openProfile(URL) {
	remote = window.open("/en/events/biketour/" + URL, "MSprofile", "width=660, height=500, resizable=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1"); 
}
