//-- function to open participant profile
function openProfile(URL) {
	remote = window.open("/fr/evenements/velotour/" + URL, "MSprofile", "width=660, height=500, resizable=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1"); 
}