<style type="text/css">
	#kpfg_header{ width:800px; height:180px; background:url(http://doclibrary.com/MFR457/IMG/bif_bg.jpg) no-repeat; }
		#kpfg_header h1 { color:#ffffff; font-size:22px; margin-bottom:3px;}
		#kpfg_header p { color:#ffffff; font-size:12px; margin-bottom:10px; }
	.kpfg { width:800px; }

	.kpfg h1 { margin-top:2.5em; margin-bottom:.5em; text-align:center; color: #ED1C24;}
	.kpfg h2 { font-size:0.875em; margin-top:1em; margin-bottom:1em; text-align:left;  color: #000000;}
		.kpfg h2 span { color:#d23239; }

	.kpfg table.requestorblock { width:800px; font-size:0.875em; }
	.kpfg table.requestorblock span { color:#d23239; }
	.kpfg table.requestorblock td { padding: 3px; } 
	.kpfg table.requestorblock td.l { width:140px; text-align:left;}
	.kpfg table.requestorblock td.l input { width:55px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.lx { width:780px; text-align:left;}
	.kpfg table.requestorblock td.rf { width:270px; }
	.kpfg table.requestorblock td.rf input { width:270px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rffname { width:135px; }
	.kpfg table.requestorblock td.rffname input { width:49px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rflname { width:135px; }
	.kpfg table.requestorblock td.rflname input { width:54px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rfzip { width:270px; }
	.kpfg table.requestorblock td.rfzip input { width:203px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rfx { width:670px; }
	.kpfg table.requestorblock td.rfx2 { width:800px; }
	.kpfg table.requestorblock td.rfx input { width:693px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rfx3 { width:670px; }
	.kpfg table.requestorblock td.rfx3 input { width:693px; background:#e6e7e8; border:0; }
	.kpfg table.requestorblock td.rfx2 textarea { width:795px;height:45px; border:1px solid #000000; } 
	
	.pfi-form { margin-top:25px; margin-bottom:25px; border:1px solid #a93439; }
	.pfi-form td { padding:5px; border:1px solid #a93439; text-align:center; }
		.pfi-form td:first-child{ text-align:left; }
	.pfi-form th { padding:5px; background:#a93439; color:#ffffff; }
		.pfi-form th:first-child { text-align:left; }
	
	/*ie10 */	
	@media screen and (min-width:0\0) { 
    	.kpfg table.requestorblock td.rfzip input { width:209px; background:#e6e7e8; border:0; }
	}
</style>

<cfscript>
	variables._SALES_REP = "";
	variables._BROKERAGE = "";
	variables._BRK_ADDRESS = "";
	variables._BRK_CITY = "";
	variables._BRK_STATE = "";
	variables._BRK_ZIP = "";
	variables._BRK_PHONE = "";
	variables._BRK_EMAIL = "";
	variables._KPFGRGNMGR = "";
	variables._OPR_CUTTINGDATE = "01/01/13";
</cfscript>

<!--- <cfif isdefined("client.brokerId") and client.brokerId neq 0> --->
	<cfmodule template="queries/qmd_getUserInfo.cfm"
				dsn="#client.datasource#"
				OwnerID="#client.user_ownerId#"
				OwnerType="#client.user_ownerType#"
				FSPro_UserID="#client.ID#">
					
					<cfscript>
						variables._SALES_REP = "#variables.usrFirstName# #variables.usrLastName#";
						variables._BROKERAGE = variables.usrCompany;
						variables._BRK_ADDRESS = variables.usrStreetAddress;
						variables._BRK_CITY = variables.usrCity;
						variables._BRK_STATE = variables.usrState;
						variables._BRK_ZIP = variables.usrZip;
						variables._BRK_PHONE = variables.usrPhone;
						variables._BRK_EMAIL = variables.usrEmail;
						variables._KPFGRGNMGR = variables.usrRgnMgr;
					</cfscript>
<!--- </cfif> --->



<div class="kpfg">
	<!--- <h1>Consumer Brands Order Form</h1> --->
	<div>
		<h2>Broker Information <span>*Required</span></h2>
		<table class="requestorblock">
			<!--- broker information --->
			<tr>
				<td class="l">Sales Rep<span>*</span></td>
				<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_SALES_REP" fieldDefaultValue="#variables._SALES_REP#" /></td>
				<td class="l">Brokerage<span>*</span></td>
	 			<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BROKERAGE" fieldDefaultValue="#variables._BROKERAGE#" /></td> 
			</tr>
			<tr>
				<td class="l">Address<span>*</span></td>
	 			<td class="rfx" colspan="3"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_ADDRESS" fieldDefaultValue="#variables._BRK_ADDRESS#" /></td> 
			</tr>
			<tr>
				<td class="l">City<span>*</span></td>
				<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_CITY" fieldDefaultValue="#variables._BRK_CITY#" /></td>
				<td class="l">State<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_STATE" fieldDefaultValue="#variables._BRK_STATE#" /></td>
	 			<td class="rfzip">Zip Code<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_ZIP" fieldDefaultValue="#variables._BRK_ZIP#" /></td> 
			</tr>
			<tr>
				<td class="l">Phone<span>*</span></td>
				<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_PHONE" fieldDefaultValue="#variables._BRK_PHONE#" /></td>
				<td class="l">Email<span>*</span></td>
	 			<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_BRK_EMAIL" fieldDefaultValue="#variables._BRK_EMAIL#" /></td> 
			</tr>
			<tr>
				<td class="l">KPFG Regional Manager<span>*</span></td>
	 			<td class="rfx" colspan="3"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_KPFGRGNMGR" fieldDefaultValue="#variables._KPFGRGNMGR#" /></td> 
			</tr>
		</table>
		<h2>Operator Information <span>*Required</span></h2>
		<table class="requestorblock">
			<!--- operator information --->
			<tr>
				<td class="l">Operator<span>*</span></td>
	 			<td class="rf" colspan="2"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_OPERATIONNAME"/></td> 
				<td class="l">Date of Cutting<span>*</span></td>
				<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_CUTTINGDATE" fieldDefaultValue="#variables._OPR_CUTTINGDATE#" /></td>
			</tr>
			<tr>
				<td class="l">Regional Chain<span>*</span></td>
				<td class="rf" colspan="2"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_REGCHAIN"/></td>
				<td class="l">No. of Units</td>
	 			<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_NUMUNITS"/></td> 
			</tr>
			<tr>
				<td class="l">Main Address<span>*</span></td>
	 			<td class="rfx3" colspan="4"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_ADDRESS"/></td> 
			</tr>
			<tr>
				<td class="l">City<span>*</span></td>
				<td class="rf" colspan="2"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_CITY"/></td>
				<td class="l">State<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_STATE"/></td>
	 			<td class="rfzip">Zip Code<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_ZIP"/></td> 
			</tr>
			<tr>
				<td class="l">Contact Person:</td>
				<td class="rffname">Given Name<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_FIRSTNAME"/></td>
				<td class="rflname">Last Name<span>*</span>&#160;<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_LASTNAME"/></td>
				<td class="l">Title<span>*</span></td>
	 			<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_CONTACTTITLE"/></td> 
			</tr>
			<tr>
				<td class="l">Phone<span>*</span></td>
				<td class="rf" colspan="2"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_CONTACTPHONE"/></td>
				<td class="l">Email<span>*</span></td>
	 			<td class="rf"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_CONTACTEMAIL"/></td> 
			</tr>
			<tr>
				<td class="l">Distributor<span>*</span></td>
	 			<td class="rfx3" colspan="4"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_OPR_DISTR"/></td> 
			</tr>
		</table>
		<!---<h2>Product Information</h2> --->
		<table class="requestorblock pfi-form">
			<tr>
				<th>Product</th>
				<th>Showed<br />(check all that apply)</th>
				<th>Interested<br />(check all that apply)</th>
			</tr>
			<tr>
				<td>Foothill Farms® Bourbon Flavor Sauce Mix S075-G0701</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S01"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I01"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Orange Ancho Chile Sauce Mix V460-F6190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S02"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I02"/></td>
			</tr>
			<tr>
				<td>TUF® Cheese Sauce Mix 088T-T0700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S03"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I03"/></td>
			</tr>
			<tr>
				<td>TUF® Cheese Sauce Mix 094T-T0700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S04"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I04"/></td>
			</tr>
			<tr>
				<td>TUF® Cream Soup Base &amp; Sauce Starter Mix 096T-T0700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S05"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I05"/></td>
			</tr>
			<tr>
				<td>TUF® Cream Soup Base &amp; Sauce Starter Mix (Lacto-Vegetarian) 067T-T0700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S06"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I06"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Ranch Dressing Mix V400-JA190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S07"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I07"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Ranch Dressing Mix No MSG 402-JA190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S08"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I08"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Blue Cheese Dressing Mix V403-JE190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S09"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I09"/></td>
			</tr>
			<tr>
				<td>Milano Gourmet® Caesar Dressing Mix J351-D3007</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S10"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I10"/></td>
			</tr>
			<tr>
				<td>Milano Gourmet® Lido Italian Dressing Mix J342-J5007</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S11"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I11"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Cilantro Lime Rice Seasoning S162-F6190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S12"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I12"/></td>
			</tr>
			<tr>
				<td>Foothill Farms® Creme Anglaise Custard Sauce Mix S907-F6190</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S13"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I13"/></td>
			</tr>
			<tr>
				<td>TUF® Bread Pudding Mix 102T-T0700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S14"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I14"/></td>
			</tr>
			<tr>
				<td>TUF® Non Fat Whip Topping Mix 046T-T1700</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S15"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I15"/></td>
			</tr>
			<tr>
				<td>Frostline® Simply Smoothies™ Base Mix D620-B5010</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S16"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I16"/></td>
			</tr>
			<tr>
				<td>Frostline® Simply Smoothies™ Base Mix D620-Y6010</td>
	 			<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_S17"/></td> 
				<td><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_PRDROW_I17"/></td>
			</tr>
		</table>
		<h2>Additional Questions</h2>
		<table class="requestorblock">
			<tr>
				<td class="lx" colspan="4">What follow up is necessary?* (send samples, test, cutting against similar products, secondary presentation.</td>
	 		</tr>
			<tr>
				<td class="rfx2" colspan="4"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_FOLLOWUP"/></td> 
			</tr>
			<tr>
				<td class="lx" colspan="4">Not interested, why?  Explain. (mixing, price, quality, distribution, labor, equipment)</td>
	 		</tr>
			<tr>
				<td class="rfx2" colspan="4"><cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="VARIETYPAY_NOTINTEREST"/></td> 
			</tr>
		</table>
	</div>
	<div class="buttons" style="text-align:center;margin-top:20px;">
		<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="button" class="submit"/>
		<!--- <cfmodule template="/mstrcfmod/WRK/bindings/helpers/button.cfm" class="reset"/> --->
	</div>
</div>

<cfoutput>

<script type="text/javascript">
	<![CDATA[
	document.cdaForm.VARIETYPAY_SALES_REP.value = '#JSStringFormat(variables._SALES_REP)#';
	document.cdaForm.VARIETYPAY_BROKERAGE.value = '#JSStringFormat(variables._BROKERAGE)#';
	document.cdaForm.VARIETYPAY_BRK_ADDRESS.value = '#JSStringFormat(variables._BRK_ADDRESS)#';
	document.cdaForm.VARIETYPAY_BRK_CITY.value = '#JSStringFormat(variables._BRK_CITY)#';
	document.cdaForm.VARIETYPAY_BRK_STATE.value = '#JSStringFormat(variables._BRK_STATE)#';
	document.cdaForm.VARIETYPAY_BRK_ZIP.value = '#JSStringFormat(variables._BRK_ZIP)#';
	document.cdaForm.VARIETYPAY_BRK_PHONE.value = '#JSStringFormat(variables._BRK_PHONE)#';
	document.cdaForm.VARIETYPAY_BRK_EMAIL.value = '#JSStringFormat(variables._BRK_EMAIL)#';
	document.cdaForm.VARIETYPAY_KPFGRGNMGR.value = '#JSStringFormat(variables._KPFGRGNMGR)#';
	document.cdaForm.VARIETYPAY_OPR_CUTTINGDATE.value = '#JSStringFormat(variables._OPR_CUTTINGDATE)#';
	]]>
</script>
</cfoutput>