<!--- $HeaderUTC: register.cfm, 4, 2006-02-03 22:14:42Z, Raz Yalov$ --->
<!--- $NoKeywords$ --->
<cfinclude template="../incval.cfm">
<cfinclude template="../inchtm.cfm">
<cfif url.action EQ "Register">
<!--- Load "" --->
<cfinclude template="paramblank.cfm">
<!--- Set Title and Page Name --->
<cfset title="Merchant #url.action#">
<title><cfoutput>#application.desc# - #title#</cfoutput></title>
<cfelseif url.action EQ "Update">
<!--- Load from DB--->
<cfinclude template="paramdbload.cfm">
<!--- Set Title and Page Name --->
<cfset title="#url.action# Merchant">
<title><cfoutput>#application.desc# - #title#</cfoutput></title>
</cfif>
<cfinclude template="../inccom.cfm">
<cfinclude template="../inctop.cfm">
<cfinclude template="../inctable.cfm">
<!--- Content Begins Here --->
<cfform action="registerai.cfm"
method="POST"
name="update"
enctype="application/x-www-form-urlencoded">
<!--- Page Name, same as #title# --->
<tr>
<td colspan