

function confirmTxt(txt)
{
	return (confirm(txt));
}//[end function]