 function open_advert(id)
{
		$('#advert_'+id).slideToggle("slow");
}