// JavaScript Document

function ConfirmForm(confirmMessage)
{
	return confirm(confirmMessage);
}