<CFIF NOT IsDefined('ID')>
     <CFSET ID=0>
<CFELSEIF NOT IsNumeric(ID)>
     <CFABORT showerror="Zmienna ID nie jest liczb">
</CFIF>
