function show_details(p) {
	if ($('#av_'+p).css('display') == "block")
		$('#av_'+p).hide();
	else 
		$('#av_'+p).show();
}
