function vl_toggle_visiblity( header_id ){
	
	$( "#"+header_id ).toggle();
	
	return false;
	}
