Contact Western Fireworks

First Name: *
Last Name: *
Address:
City:
State:
Zip:
Daytime Telephone: *
Evening Telephone:
E-mail Address: *
Best Time to Reach Me: *
Comments:
Confirmation Code:
 

All information provided to Western Fireworks, Inc. will be keep private and confidential.  It is not used by any other company to market, advertise, or solicit business for any other product or service.  We do not sell or share this information with any outside company.


<% Call OpenDB() sql = "select * from categoryTbl where featurecat=1 and catActive=1 order by catsort" 'and ParentCatID = 0 set rs = DBConn.Execute(sql) if not rs.eof then mysidenavlist = "" rs.movefirst Do while not rs.eof if isNumeric(rs("catActive")) AND cint(rs("catActive")) <> 0 then cls = IIF(rs.AbsolutePosition = 1,"class=""first""","") mysidenavlist = mysidenavlist & "
  • " & rs("catedesc") & "
  • " end if rs.movenext Loop 'whole thing rs.close set rs= nothing end if 'write out categories If len(mysidenavlist) > 0 Then response.Write mysidenavlist End If Call CloseDB() %>