function DoBagUserPicSelect(formID, userPicName){
	e=document.getElementById(formID);

  e.CurrentUserPic.value=userPicName;
	e.submit();
}
