function tgl(id)
{
	$("#dd"+id).toggle("slow");
}
