function update_picture(picture)
{
	$('mainphoto').innerHTML='<img src="'+picture+'" width="646" height="250" alt=""/>';

	
}
