<SCRIPT language=JavaScript>

function MsgOkCancel()
{
var fRet;
fRet = confirm('Are you sure?');
alert(fRet);
}

</SCRIPT>
