function showimage() {
   if (!document.images)
	 return	 document.images.avatar.src= 'http://www.lafim.com/modules/Forums/images/avatars/gallery/' + document.Register.user_avatar.options[document.Register.user_avatar.selectedIndex].value;
}

