function change_description()
{
	$$('.jobdescription').invoke('hide');
	$('detail-'+$F('job')).appear();
}