function ChangeMyPhoto(url,object)
{
	window.location = '?' + url + '/setactive/' + $(object).value;  
}
