378 : <cfif rsOptionColors.ColorID neq lastOptionColorID>
379 : <div id="opt#rsOptionColors.ColorID#" style="display: <cfif rsOptionColors.currentrow eq 1 >block<cfelse>none</cfif>; border: 0; padding: 0;" name="opt#rsOptionColors.ColorID#">
380 : <img src="/client/images/full/#rsOptionColors.Image#" border="0" alt="#rsInventory.Brand# #rsInventory.Product# #replace(rsOptionColors.Color,thisBrand,"")#"><br>
381 : <strong>#rsOptionColors.Color#</strong></div>
382 : <cfset lastOptionColorID = rsOptionColors.ColorID>
|