
function showTermsOfUse() {
    window.open("/c/div/regulations", "Regulamin", "status=0,toolbar=0, resizable=yes, width=640, height=480, scrollbars=1");                                     
}

function sendActivationEmail(user_id){
	window.location = "/profile/sendActivationEmail/"+user_id;
}
