function  ajax_photo_ref()
{
	
	
	temp=new Image();
	
	
	temp.onload=function()
	{
			
			var larg=temp.width+10+46*2+40;
			
			Fond_Param_Only();
			
			temp.src=Get_Obj('ajax-photo-img').style.visibility="visible";
	}
	
	temp.src=Get_Obj('ajax-photo-img').src;

	if(Get_Obj('tab_ajax_photo_pos'))
	{
			pos_tab_ajax_ref=eval(Get_Obj('tab_ajax_photo_pos').value);
	}
}

function lost_password()
{
	Fond_Param_Only();	
}
				

		
