function LoadPic(img)
{
	Element.hide('Photo');
	$('Photo').src=img;
	new Effect.Appear('Photo');
}
