//张建鹏 2009-4-18 修改,

function delconfirm(info) //删除提示
{
	if (confirm(info))
	{
		return showLayer();
	}
	else
		return false;
}
