function openDialog(div, attn)
{
	$(div).dialog({
		modal: true,
		hide: "fold",
		show: "fold"
	});
}
