function oxid_custom_show(id) {
	$("#"+id).toggle('slow');
}
