var books_loaded = false;
var molds_loaded = false;
var weddings_loaded = false;
var cookies_loaded = false;
  
var last_item = 1071;  // products contains last item

function catItem(title, desc, clr_flavor, size, stock, src, price) {
	this.title = title
	this.desc = desc
	this.clr_flavor = clr_flavor
	this.size = size
	this.stock = stock
	this.src = src
	this.price = price
}

var post_costs = new Array(9);
post_costs[0] = 8.65;
post_costs[1] = 9.95;
post_costs[2] = 10.95;
post_costs[3] = 12.95;
post_costs[4] = 14.95;
post_costs[5] = 16.95;
post_costs[6] = 18.95;
post_costs[7] = 20.95;
post_costs[8] = 23.95;

var post_sur = 2.50;

var catalog = new Array(1100);
catalog[0] = new catItem("Polyurethane Decorator Bag","","","8 inch","2001","", 2.59)
catalog[1] = new catItem("Polyurethane Decorator Bag","","","10 inch","2002","", 3.50)
catalog[2] = new catItem("Polyurethane Decorator Bag","","","12 inch","2003","", 4.75)
catalog[3] = new catItem("Polyurethane Decorator Bag","","","14 inch","2004","", 5.75)
catalog[4] = new catItem("Polyurethane Decorator Bag","","","16 inch","2005","", 6.75)
catalog[5] = new catItem("Polyurethane Decorator Bag","","","18 inch","2006","", 8.65)
catalog[6] = new catItem("Polyurethane Decorator Bag","","","21 inch","2007","", 11.25)
catalog[7] = new catItem("Polyurethane Decorator Bag","","","24 inch","2008","", 14.50)

catalog[8] = new catItem("Plastic-Coated Decorator Bag","","","8 inch","2009","", 3.25)
catalog[9] = new catItem("Plastic-Coated Decorator Bag","","","10 inch","2010","", 3.75)
catalog[10] = new catItem("Plastic-Coated Decorator Bag","","","12 inch","2011","", 4.25)
catalog[11] = new catItem("Plastic-Coated Decorator Bag","","","14 inch","2012","", 4.75)
catalog[12] = new catItem("Plastic-Coated Decorator Bag","","","16 inch","2013","", 5.25)
catalog[13] = new catItem("Plastic-Coated Decorator Bag","","","18 inch","2014","", 5.75)
catalog[14] = new catItem("Plastic-Coated Decorator Bag","","","21 inch","2015","", 6.50)
catalog[15] = new catItem("Plastic-Coated Decorator Bag","","","24 inch","2016","", 7.50)

catalog[16] = new catItem("Disposable Poly Bags 12 inch","","","","2017","", 0.25)
catalog[17] = new catItem("Disposable Poly Bags 18 inch","","","","2018","", 0.45)

catalog[18] = new catItem("Edible Decorating Paper (8.5x11 in)",
  "This paper is actually made from rice and is completely edible.  It comes in 8&nbsp;&frac12 by 11 inch sheets and is perfect for tracing a pattern to place on a cake.","","","2019","", 0.25)
catalog[19] = new catItem("Disposable Decorator Bags (pkg of 200)","","","12 inch","2020","", 50.00)

catalog[20] = new catItem("Parchment Paper Triangles, 17 in.","","","pkg of 25","2021","", 3.25)
catalog[21] = new catItem("Parchment Paper Triangles, 17 in.","","","pkg of 50","2022","", 6.25)
catalog[22] = new catItem("Parchment Paper Triangles, 17 in.","","","pkg of 100","2023","", 12.00)

catalog[23] = new catItem("Decorator Tip 1-12","","","","2024","", 0.99)
catalog[24] = new catItem("Decorator Tip 55","","","","2025","", 0.99)
catalog[25] = new catItem("Decorator Tip 57","","","","2026","", 0.99)
catalog[26] = new catItem("Decorator Tip 301","","","","2027","", 0.99)
catalog[27] = new catItem("Decorator Tip 2A","","","","2028","", 1.69)
catalog[28] = new catItem("Decorator Tip 1A","","","","2029","", 1.89)
catalog[29] = new catItem("Decorator Tip 1L","","","","2030","", 1.89)
catalog[30] = new catItem("Decorator Tip 1S","","","","2031","", 1.59)
catalog[31] = new catItem("Decorator Tip 230","","","","2032","", 2.95)
catalog[32] = new catItem("Decorator Tip 86-88","","","","2033","", 0.99)
catalog[33] = new catItem("Decorator Tip 100","","","","2034","", 0.99)
catalog[34] = new catItem("Decorator Tip 340","","","","2035","", 1.59)
catalog[35] = new catItem("Decorator Tip 353","","","","2036","", 1.59)
catalog[36] = new catItem("Decorator Tip 401","","","","2037","", 0.99)
catalog[37] = new catItem("Decorator Tip 402","","","","2038","", 1.69)
catalog[38] = new catItem("Decorator Tip 403","","","","2039","", 1.69)
catalog[39] = new catItem("Decorator Tip 406","","","","2040","", 1.69)
catalog[40] = new catItem("Decorator Tip 13-22","","","","2041","", 0.99)
catalog[41] = new catItem("Decorator Tip 32","","","","2042","", 0.99)
catalog[42] = new catItem("Decorator Tip 172","","","","2043","", 1.69)
catalog[43] = new catItem("Decorator Tip 199","","","","2044","", 1.69)
catalog[44] = new catItem("Decorator Tip 362","","","","2045","", 1.69)
catalog[45] = new catItem("Decorator Tip 363","","","","2046","", 1.69)
catalog[46] = new catItem("Decorator Tip 364","","","","2047","", 1.69)
catalog[47] = new catItem("Decorator Tip 4B","","","","2048","", 1.69)
catalog[48] = new catItem("Decorator Tip 6B","","","","2049","", 1.69)
catalog[49] = new catItem("Decorator Tip 8B","","","","2050","", 1.69)
catalog[50] = new catItem("Decorator Tip 2110","","","","2051","", 1.69)
catalog[51] = new catItem("Decorator Tip 65-70","","","","2052","", 0.99)
catalog[52] = new catItem("Decorator Tip 73","","","","2053","", 0.99)
catalog[53] = new catItem("Decorator Tip 74","","","","2054","", 0.99)
catalog[54] = new catItem("Decorator Tip 75","","","","2055","", 0.99)
catalog[55] = new catItem("Decorator Tip 112","","","","2056","", 1.69)
catalog[56] = new catItem("Decorator Tip 113","","","","2057","", 1.69)
catalog[57] = new catItem("Decorator Tip 115","","","","2058","", 1.69)
catalog[58] = new catItem("Decorator Tip 326","","","","2059","", 1.59)
catalog[59] = new catItem("Decorator Tip 349/352s","","","","2060","", 1.59)
catalog[60] = new catItem("Decorator Tip 352","","","","2061","", 1.59)
catalog[61] = new catItem("Decorator Tip 366","","","","2062","", 1.69)
catalog[62] = new catItem("Decorator Tip 65s","","","","2063","", 1.59)
catalog[63] = new catItem("Decorator Tip 24","","","","2064","", 0.99)
catalog[64] = new catItem("Decorator Tip 26-31","","","","2065","", 0.99)
catalog[65] = new catItem("Decorator Tip 33","","","","2066","", 0.99)
catalog[66] = new catItem("Decorator Tip 35","","","","2067","", 0.99)
catalog[67] = new catItem("Decorator Tip 54","","","","2068","", 0.99)
catalog[68] = new catItem("Decorator Tip 133","","","","2069","", 0.99)
catalog[69] = new catItem("Decorator Tip 42","","","","2070","", 0.99)
catalog[70] = new catItem("Decorator Tip 89","","","","2071","", 0.99)
catalog[71] = new catItem("Decorator Tip 134","","","","2072","", 1.69)
catalog[72] = new catItem("Decorator Tip 233","","","","2073","", 1.69)
catalog[73] = new catItem("Decorator Tip 234","","","","2074","", 1.69)
catalog[74] = new catItem("Decorator Tip 235","","","","2075","", 1.69)
catalog[75] = new catItem("Decorator Tip TripleStar","","","","2076","", 2.89)
catalog[76] = new catItem("Decorator Tip 44-48","","","","2077","", 0.99)
catalog[77] = new catItem("Decorator Tip 1D","","","","2078","", 1.69)
catalog[78] = new catItem("Decorator Tip 2B","","","","2079","", 1.69)
catalog[79] = new catItem("Decorator Tip 789","","","","2080","", 2.99)
catalog[80] = new catItem("Decorator Tip 77-81","","","","2081","", 0.99)
catalog[81] = new catItem("Decorator Tip 83","","","","2082","", 0.99)
catalog[82] = new catItem("Decorator Tip 95","","","","2083","", 0.99)
catalog[83] = new catItem("Decorator Tip 96","","","","2084","", 0.99)
catalog[84] = new catItem("Decorator Tip 98","","","","2085","", 0.99)
catalog[85] = new catItem("Decorator Tip 105","","","","2086","", 0.99)
catalog[86] = new catItem("Decorator Tip 136","","","","2087","", 1.69)
catalog[87] = new catItem("Decorator Tip 250","","","","2088","", 1.69)
catalog[88] = new catItem("Decorator Tip 252","","","","2089","", 1.69)
catalog[89] = new catItem("Decorator Tip 347","","","","2090","", 1.69)
catalog[90] = new catItem("Decorator Tip 59s","","","","2091","", 0.99)
catalog[91] = new catItem("Decorator Tip 59-62","","","","2092","", 0.99)
catalog[92] = new catItem("Decorator Tip 64","","","","2093","", 0.99)
catalog[93] = new catItem("Decorator Tip 97","","","","2094","", 0.99)
catalog[94] = new catItem("Decorator Tip 101s","","","","2095","", 1.59)
catalog[95] = new catItem("Decorator Tip 101-104","","","","2096","", 0.99)
catalog[96] = new catItem("Decorator Tip 116","","","","2097","", 1.69)
catalog[97] = new catItem("Decorator Tip 121","","","","2098","", 1.69)
catalog[98] = new catItem("Decorator Tip 123-127","","","","2099","", 1.69)
catalog[99] = new catItem("Decorator Tip 127D","","","","2100","", 2.59)
catalog[100] = new catItem("Decorator Tip 150","","","","2101","", 1.69)
catalog[101] = new catItem("Decorator Tip 106-108","","","","2102","", 1.69)
catalog[102] = new catItem("Decorator Tip 109","","","","2103","", 1.69)
catalog[103] = new catItem("Decorator Tip 129","","","","2104","", 1.69)
catalog[104] = new catItem("Decorator Tip 131","","","","2105","", 1.69)
catalog[105] = new catItem("Decorator Tip 140","","","","2106","", 1.69)
catalog[106] = new catItem("Decorator Tip 190","","","","2107","", 1.69)
catalog[107] = new catItem("Decorator Tip 191","","","","2108","", 1.69)
catalog[108] = new catItem("Decorator Tip 193","","","","2109","", 1.69)
catalog[109] = new catItem("Decorator Tip 194","","","","2110","", 1.69)
catalog[110] = new catItem("Decorator Tip 195","","","","2111","", 1.69)
catalog[111] = new catItem("Decorator Tip 224","","","","2112","", 1.69)
catalog[112] = new catItem("Decorator Tip 225","","","","2113","", 1.69)
catalog[113] = new catItem("Decorator Tip 1B-1G","","","","2114","", 1.69)
catalog[114] = new catItem("Decorator Tip 2B-2F","","","","2115","", 1.69)

// 115 - 120 now airbrush colors

catalog[121] = new catItem("Wilton&acute;s 18 Piece Cake Decorating Set",
  "Includes 4 tips (#4, 12, 18, and 103), 6 12in. disposable bags, 2 couplers, 5 liquid color packets, and 10 pg instruction booklet.","","","2104S2530","images//wi_start_set.gif", 7.99)
catalog[122] = new catItem("Wilton&acute;s 25 Piece Cake Decorating Set",
  "Includes 5 tips (#3, 16, 32, 104, and 352), 12 12in. disposable bags, 2 couplers, 4&nbsp;&frac12;&nbsp;oz icing colors, 1&frac12;in. flower nail No. 9 and instruction booklet.","","","2104J2536","images//wi_basic_set.gif", 12.99)
catalog[123] = new catItem("", "","","","","", 0)
catalog[124] = new catItem("Wilton&acute;s 53 Piece Cake Decorating Set",
  "Includes 18 tips (#2, 3, 5, 7, 12, 16, 18, 21, 32, 48, 67, 101, 103, 104, 129, 225, 349, and 352), 24 12in. disposable bags, 2 couplers, 5&nbsp;1&frac12;&nbsp;oz icing colors, 1&frac12;in. flower nail No. 9, 8in. angled spatula, storage tray, 40 pg Cake Decorating Beginners Guide.","","","2104S2546","images//wi_supreme_set.gif", 32.99)
catalog[125] = new catItem("Wilton&acute;s 50 Piece Tool Caddy Decorating Set",
  "Includes 19 tips, round tips #2, 3, 5, 7, 12; open star tips #16, 18, 21, 32; basketweave tip #47; leaf tip #67,352; petal tips #101,103,104; drop flower tips #225; multi-opening tip #233; closed star tip #133, large drop flower tip #2004 (2D); No. 7 Flower Nail; 18 disposable bags; 1 10in. Professional Bag; tip brush; Decorator Brush; 2 couplers; 4 0&frac12;&nbsp;oz icing colors: Lemon Yellow, Christmas Red, Royal Blue, Leaf Green; 8in. angled spatula; practice board; storage caddy; Cake Decorating Beginners Guide.","","","2109S859","images//wi_caddy_set.gif", 61.99)
catalog[126] = new catItem("Wilton&acute;s Deluxe Tip Set",
  "Includes 26 decorating tips (#2, 4, 7, 13, 16, 17, 18, 30, 42, 46, 47, 61, 65, 66, 67, 74, 78, 97, 98, 101, 102, 103, 104, 106, 107, and 199), tip coupler, one flower nail, and a plastic tipsaver case.","","","2104S6666","images//wi_dlx_tip_set.gif", 28.59)
catalog[127] = new catItem("Wilton&acute;s Master Tip Set",
  "Includes 52 decorating tips (#1, 2, 3, 4, 6, 7, 12, 13, 16, 17, 18, 22, 24, 27, 30, 31, 32, 42, 45, 46, 47, 48, 54, 59, 61, 65, 66, 67, 68, 69, 70, 73, 74, 78, 96, 97, 98, 101, 102, 103, 104, 106, 108, 109, 123, 124, 129, 134, 136, 195, 199, and 2C), tip couplers, two flower nails, and a plastic tipsaver case.","","","2104S7778","images//wi_mstr_tip_set.gif", 49.49)
catalog[128] = new catItem("Wilton&acute;s Ready-To-Use Decorator Icing",
  "Perfect for frosting and filling cakes, cookies, and cupcakes, as well as piping flowers, borders, and text.  One can covers two 8 or 9 in. layers or one 9x13 in. cake.  Available in White or Chocolate. To prevent melting, this product is only available during the winter months.","","","710J118-9","images//wi_white_icing.gif", 3.29)
catalog[129] = new catItem("Wilton&acute;s Vanilla Whipped Icing Mix",
  "Just add ice water and it whips up perfectly.  Great for all your cake decorating needs.  Light and delicate flavor. Certified Kosher.  Makes 4 cups. ","","","710J1241","images//wi_vanilla_icing.gif", 4.99)
catalog[130] = new catItem("",
  "","","","", 0)
catalog[131] = new catItem("",
  "","","","","", 0)
catalog[132] = new catItem("Wilton&acute;s Creamy White Buttercream Icing Mix",
  "Add butter and milk for rich buttercream icing, great for decorating.  Makes two cups.","","","710J112","images//wi_white_icing_mix.gif", 2.99)
catalog[133] = new catItem("Wilton&acute;s Color Flow Mix",
  "Add water and confectioners&acute; sugar to create dimensional flow-in designs for your cakes. Certified Kosher. Makes ten 1 1/2 cup batches.","","","2701J47","images//wi_color_flow.gif", 7.49)
catalog[134] = new catItem("Glycerin",
  "Restores dried out icing colors. 2&nbsp;oz.","","","708-R-14","images//glycerin.gif", 2.25)
catalog[135] = new catItem("Wilton&acute;s Tube Decorating Gels",
  "Perfect for text and decorating cakes and cookies, they add a shimmering stained-glass effect.  Colors match Wilon Icing Colors. Certified Kosher &nbsp;&nbsp;0.75&nbsp;oz. tube","","","704J3xx","images//wi_tube_gel.gif", 1.49)
catalog[136] = new catItem("Wilton&acute;s Tube Decorating Icings",
  "Each tube can be used with the Tip and Nail Set or Coupler Ring Set and any standard size metal tip.  Colors match Wilton Icing Colors. Certified Kosher &nbsp;&nbsp;4.25&nbsp;oz. tube","","","704J2xx","images//wi_tube_icing.gif", 1.99)
catalog[137] = new catItem("Wilton&acute;s Tip and Nail Set",
  "Tips easily twist onto Wilton tube icings.  Includes Star, Round, Leaf and Petal Tips, Flower Nail.","","","418J47300","images//wi_tip_nail_set.gif", 1.99)
catalog[138] = new catItem("Wilton&acute;s Coupler Ring Set",
  "Attaches standard size metal decorating tips onto Wilton tube icings. 4 pieces.","","","418J47306","images//wi_coupler_ring_set.gif", 2.19)
catalog[139] = new catItem("Cake Fillings",
  "Delicious ready-made fillings.  2&nbsp;lb bags","","","TS+2140","images//de_fillings.gif", 4.75)
catalog[140] = new catItem("Cake Fillings",
  "","","","TS+2141","", 4.25)
catalog[141] = new catItem("Cake Fillings",
  "","","","TS+2142","", 4.50)
catalog[142] = new catItem("Meringue Powder",
  "","","","2143","", 15.95)
catalog[143] = new catItem("Meringue Powder",
  "","","","2144","", 7.95)
catalog[144] = new catItem("Meringue Powder",
  "","","","2145","", 4.95)
catalog[145] = new catItem("Egg White Powder",
  "1&frac12; teaspoon for each egg white.  8&nbsp;oz.","","","2146","", 7.50)
catalog[146] = new catItem("Clear Piping Gel",
  "8&nbsp;oz.","","","2147","", 2.25)
catalog[147] = new catItem("Dessicated Coconut",
  "8&nbsp;oz.","","","2148","", 1.95)
catalog[148] = new catItem("Wilton&acute;s Icing Colors",
  "Vivid, realistic colors for your icing.  This concentrated gel formula requires only a small amount and is easy to blend to make your own custom shades. Certified Kosher. 1&nbsp;oz. jars.","","","610J2xx","images//wi_paste_color.gif", 1.99)
catalog[149] = new catItem("Wilton&acute;s Icing Colors",
  "","","","610J698-998","", 1.99)
catalog[150] = new catItem("Wilton&acute;s White-White Icing Color",
  "Used to whiten icing made with butter or margarine.  Perfect crisp white for wedding cakes. 2&nbsp;oz.","","","603J1236","images//wi_white_white_color.gif", 2.99)
catalog[151] = new catItem("Cake Fillings",
  "","","","TS+2143","", 5.25)
catalog[152] = new catItem("Cake Fillings",
  "","","","TS+2143","", 6.25)
catalog[153] = new catItem("Cake Fillings",
  "","","","TS+2143","", 5.95)
catalog[154] = new catItem("Cake Fillings",
  "","","","TS+2143","", 6.25)

catalog[155] = new catItem("Ateco&acute;s Spectrum Food Colors 4.5 oz",
  "Intense, consistent, convient, and unsurpassed colors for all your icing needs. Soft Gel Pastes in easy to use squeeze bottles.","","","2156","images//at_paste_colors.gif", 5.75)
catalog[156] = new catItem("Cake Fillings",
   "","","","TS+2143","", 4.25)
catalog[157] = new catItem("Wilton&acute;s 8-Icing Colors Set",
  "Set contains Christmas Red, Lemon Yellow, Leaf Green, Sky Blue, Brown, Orange, Pink, and Violet in &frac12;&nbsp;oz. jars. Certified Kosher.","","","601J5577","images//wi_8color_set.gif", 9.99)
catalog[158] = new catItem("Wilton&acute;s 12-Icing Colors Set",
  "Set contains Kelly Green, Violet, Pink, Brown, Lemon Yellow, Black, No-Taste Red, Royal Blue, Golden Yellow, Burgundy, Teal, and Copper (Lt. Skintone) in &frac12;&nbsp;oz. jars. Certified Kosher.","","","601J5580","images//wi_12color_set.gif", 13.99)
catalog[159] = new catItem("Wilton&acute;s Pastel 4-Icing Colors Set",
  "Set contains Petal Pink, Creamy Peach, Willow Green, and Corflower Blue in &frac12;&nbsp;oz. jars. Certified Kosher.","","","601J25588","images//wi_past_color_set.gif", 4.99)
catalog[160] = new catItem("Wilton&acute;s Garden Tone 4-Icing Colors Set",
  "Set contains Buttercup Yellow, Aster Mauve, Juniper Green, and Delphinium Blue in &frac12;&nbsp;oz. jars. Certified Kosher.","","","601J4240","images//wi_gard_color_set.gif", 4.99)
catalog[161] = new catItem("Wilton&acute;s Primary 4-Icing Colors Set",
  "Set contains Lemon Yellow, Christmas Red, Sky Blue, and Brown in &frac12;&nbsp;oz. jars. Certified Kosher.","","","601J5127","images//wi_primary_color_set.gif", 4.99)
catalog[162] = new catItem("Ateco&acute;s 12 Pack of Soft Gel Paste Food Color",
  "Set contains Black, Blue, Yellow, Green, Pink, Red, Teal, Orange, Fuschia, Violet, Sky Blue, and Brown in &frac34;&nbsp;oz. jars.","","","2163","images//at_12color_set.gif", 21.95)
catalog[163] = new catItem("Ateco&acute;s Six Pack of Soft Gel Paste Food Color",
  "Set contains Black, Blue, Yellow, Green, Pink, Red in &frac34;&nbsp;oz. jars.","","","2164","images//at_6color_set.gif", 11.95)
catalog[164] = new catItem("Candy Mold - Baby Items",
  "Makes 21 baby-related candies.","","","2165","images//mold_babymisc.gif", 1.85)
catalog[165] = new catItem("Cake Craft Standard Paste Colors",
  "Easy to use and mix paste colors for all your icing decorating needs. 1&nbsp;oz. jars.","","","2166","images//cc_icingcolors.gif", 2.25)
catalog[166] = new catItem("Cake Craft Special Paste Colors",
  "","","","2167","", 2.59)
catalog[167] = new catItem("Cake Craft Super Paste Colors",
  "","","","2168","", 2.70)
  
catalog[168] = new catItem("Bakery Crafts Airbrush Colors",
  "Easy to use pre-mixed colors for your airbrush. 8&nbsp;oz. bottles:","","","2169","images//airbrush_colors.gif", 3.75)
catalog[169] = new catItem("Bakery Crafts Airbrush Colors","","","","2170","", 4.30)
catalog[170] = new catItem("Bakery Crafts Airbrush Colors","","","","2171","", 4.75)
catalog[171] = new catItem("KopyKake","","","","2172","", 4.89)

catalog[115] = new catItem("Bakery Crafts Airbrush Colors","","","","2116","", 5.55)
catalog[116] = new catItem("Bakery Crafts Airbrush Colors","","","","2117","", 6.75)
catalog[117] = new catItem("Bakery Crafts Airbrush Colors","","","","2118","", 6.65)
catalog[118] = new catItem("Bakery Crafts Airbrush Colors","","","","2119","", 7.25)
catalog[119] = new catItem("Bakery Crafts Airbrush Colors","","","","2120","", 8.10)

catalog[120] = new catItem("","","","","","", 0)


catalog[172] = new catItem("Real Ease",
  "All vegetable pan coating, use whenever your recipe requires greasing the pan. 12&nbsp;oz.","","","2173","", 3.50)
catalog[173] = new catItem("Whip Cream and Icing Agar Stabilizer",
  "Use only 1 teaspoon for each cup of cream.  8&nbsp;oz.","","","2174","", 5.25)
catalog[174] = new catItem("Old Dutch Cocoa",
  "8&nbsp;oz.","","","2175","", 2.75)
catalog[175] = new catItem("Dark Cocoa",
  "8&nbsp;oz.","","","2176","", 3.15)
catalog[176] = new catItem("Glucose",
  "1&nbsp;lb.","","","2177","", 2.25)
catalog[177] = new catItem("Clear Jel A",
  "1&nbsp;lb.","","","2178","", 3.75)
catalog[178] = new catItem("Instant Clear Jel",
  "1&nbsp;lb.","","","2179","", 3.75)
catalog[179] = new catItem("White Margarine",
  "For bright white icings (will not add a yellow tint).  1&nbsp;lb.","","","2180","", 2.00)
catalog[180] = new catItem("Brite White",
  "Hi-ratio, hot weather icing base. 12&nbsp;oz.","","","2181","", 2.99)
catalog[181] = new catItem("Hi-Whip",
  "Simply add water and white margaring and whip it up to a perfect decorating icing. 8&nbsp;oz.","","","2182","", 1.95)


catalog[228] = new catItem("Guittard Chocolate Apeels",
  "Great for candies, melts easily and smoothly, does not require tempering.","","","TS+2229","images//guittardmilkchoc3.gif", 3.95)
catalog[229] = new catItem("Guittard Chocolate Apeels",
  "","","2 lb","TS+2230","", 7.90)
catalog[230] = new catItem("Guittard Chocolate Apeels",
  "","","5 lb","TS+2231","", 19.75)
catalog[231] = new catItem("Guittard Mint Flavored Apeels",
  "Great for candies, melts easily and smoothly, does not require tempering. 1 lb bags.","","","TS+2232","images//guittardmints.gif", 4.95)
catalog[232] = new catItem("Guittard Flavored Apeels",
  "Great for candies, melts easily and smoothly, does not require tempering. 1 lb bags.","","","TS+2233","images//guittardflavors.gif", 4.95)
catalog[233] = new catItem("Merkens Sugar Free Chocolate with Maltitol",
  "1 lb bags.","","","TS+2234","", 7.25)
catalog[234] = new catItem("Merkens Chocolate Coating Waffers",
  "Great for candies, melts easily and smoothly, does not require tempering.","","","TS+2235","images//merkens_choc.gif", 4.95)
catalog[235] = new catItem("Merkens Chocolate Coating Waffers",
  "","","2 lb","TS+2236","", 9.90)
catalog[236] = new catItem("Merkens Chocolate Coating Waffers",
  "","","5 lb","TS+2237","", 24.75)
catalog[237] = new catItem("Merkens Colored Coating Waffers",
  "Great for candies, melts easily and smoothly, does not require tempering. Vanilla flavor. 1 lb bags.","","","TS+2238","images//merkenscolors.gif", 4.95)
catalog[238] = new catItem("Jordan Almonds",
  "1 lb bags.","","","2239","images//jordanalmonds.gif", 7.99)


catalog[267] = new catItem("Round Cake Pans",
  "Pure aluminum, extra thick bakeware in 2 and 3 inch depths.","","6x2","2268","images//round_pans.gif", 7.99)
catalog[268] = new catItem("Round Cake Pans",
  "","","8x2","2269","", 8.99)
catalog[269] = new catItem("Round Cake Pans",
  "","","9x2","2270","", 9.99)
catalog[270] = new catItem("Round Cake Pans",
  "","","10x2","2271","", 11.99)
catalog[271] = new catItem("Round Cake Pans",
  "","","12x2","2272","", 14.49)
catalog[272] = new catItem("Round Cake Pans",
  "","","14x2","2273","", 19.99)
catalog[273] = new catItem("Round Cake Pans",
  "","","16x2","2274","", 21.99)
catalog[274] = new catItem("",
  "","","","","", 0)
catalog[275] = new catItem("",
  "","","","","", 0)
catalog[276] = new catItem("",
  "","","","","", 0)
catalog[277] = new catItem("",
  "","","","","", 0)
catalog[278] = new catItem("",
  "","","","","", 0)
catalog[279] = new catItem("Round Cake Pans",
  "","","6x3","2280","", 9.99)
catalog[280] = new catItem("Round Cake Pans",
  "","","8x3","2281","", 10.99)
catalog[281] = new catItem("Round Cake Pans",
  "","","10x3","2282","", 12.99)
catalog[282] = new catItem("Round Cake Pans",
  "","","12x3","2283","", 16.49)
catalog[283] = new catItem("Round Cake Pans",
  "","","14x3","2284","", 19.99)
catalog[284] = new catItem("Round Cake Pans",
  "","","16x3","2285","", 22.99)
catalog[285] = new catItem("",
  "","","","","", 0)
catalog[286] = new catItem("",
  "","","","","", 0)
catalog[287] = new catItem("Square Cake Pans",
  "Pure aluminum, extra thick bakeware in 2 and 3 inch depths.","","4.5x2","2288","images//squarepan.gif", 14.25)
catalog[288] = new catItem("Square Cake Pans",
  "","","6x2","2289","", 15.50)
catalog[289] = new catItem("Square Cake Pans",
  "","","7x2","2290","", 16.50)
catalog[290] = new catItem("Square Cake Pans",
  "","","8x2","2291","", 17.25)
catalog[291] = new catItem("Square Cake Pans",
  "","","9x2","2292","", 18.25)
catalog[292] = new catItem("Square Cake Pans",
  "","","10x2","2293","", 19.25)
catalog[293] = new catItem("Square Cake Pans",
  "","","12x2","2294","", 22.75)
catalog[294] = new catItem("Square Cake Pans",
  "","","14x2","2295","", 26.75)
catalog[295] = new catItem("Square Cake Pans",
  "","","16x2","2296","", 32.25)
catalog[296] = new catItem("Square Cake Pans",
  "","","6x3","2297","", 19.25)
catalog[297] = new catItem("Square Cake Pans",
  "","","7x3","2298","", 21.25)
catalog[298] = new catItem("Square Cake Pans",
  "","","8x3","2299","", 24.00)
catalog[299] = new catItem("Square Cake Pans",
  "","","9x3","2300","", 26.00)
catalog[300] = new catItem("Square Cake Pans",
  "","","10x3","2301","", 29.50)
catalog[301] = new catItem("Square Cake Pans",
  "","","12x3","2302","", 32.50)
catalog[302] = new catItem("Square Cake Pans",
  "","","14x3","2303","", 37.25)
catalog[303] = new catItem("",
  "","","","","", 0)
catalog[304] = new catItem("Half Round Cake Pans",
  "Pure aluminum, extra thick bakeware 3 inches deep by 18  inches.","","18x3","2305","images//halfround.gif", 26.99)
catalog[305] = new catItem("",
  "","","","","", 0)
catalog[306] = new catItem("",
  "","","","","", 0)
catalog[307] = new catItem("",
  "","","","","", 0)
catalog[308] = new catItem("",
  "","","","","", 0)
catalog[309] = new catItem("",
  "","","","","", 0)
catalog[310] = new catItem("",
  "","","","","", 0)
catalog[311] = new catItem("Heart Cake Pans",
  "","","16x2","2312","", 17.99)
catalog[312] = new catItem("Sheet Cake Pans",
  "Pure aluminum, extra thick bakeware in 2 and 3 inch depths.","","9x13x2","2313","images//rectpan.gif", 21.50)
catalog[313] = new catItem("Sheet Cake Pans",
  "","","9x13x3","2314","", 24.95)
catalog[314] = new catItem("Sheet Cake Pans",
  "","","12x18x2","2315","", 27.75)
catalog[323] = new catItem("Heart Cake Pans",
  "Pure aluminum, extra thick bakeware in 2 inch depth.","","6x2","2105J600","images//heartpan.gif", 7.49)
catalog[324] = new catItem("Heart Cake Pans",
  "","","8x2","2105J602","", 8.49)
catalog[327] = new catItem("Loose Bottom Pans",
  "These pans have a removable bottom that allows the cake to be quickly and easily removed from the pan.  Available in 2 and 3 inch depths.","","8x2(Round)","2328","", 14.75)
catalog[328] = new catItem("Loose Bottom Pans",
  "","","9x2(Round)","2329","", 15.95)
catalog[329] = new catItem("Loose Bottom Pans",
  "","","10x2(Round)","2330","", 16.95)
catalog[330] = new catItem("Loose Bottom Pans",
  "","","6x3(Round)","2331","", 12.95)
catalog[331] = new catItem("Loose Bottom Pans",
  "","","8x3(Round)","2332","", 15.95)
catalog[332] = new catItem("Loose Bottom Pans",
  "","","9x3(Round)","2333","", 16.95)
catalog[333] = new catItem("Loose Bottom Pans",
  "","","10x3(Round)","2334","", 18.95)
catalog[334] = new catItem("Loose Bottom Pans",
  "","","12x3(Round)","2335","", 23.95)
catalog[335] = new catItem("Loose Bottom Pans",
  "","","14x3(Round)","2336","", 29.95)
catalog[336] = new catItem("Springform Pans",
  "These pans have a strong construction and an easy-release design that hold up year after year.  Available in aluminum and non-stick.","","6x3(Aluminum)","2337","images//springform.gif", 12.99)
catalog[337] = new catItem("Springform Pans",
  "","","8x3(Aluminum)","2338","", 14.49)
catalog[338] = new catItem("Springform Pans",
  "","","9x3(Aluminum)","2339","", 15.49)
catalog[339] = new catItem("Springform Pans",
  "","","10x3(Aluminum)","2340","", 15.49)
catalog[340] = new catItem("Springform Pans",
  "","","4x1.75(NonStick)","2341","", 6.99)
catalog[341] = new catItem("Springform Pans",
  "","","6x2 3/4(NonStick)","2341","", 11.99)
catalog[342] = new catItem("Springform Pans",
  "","","9x2 3/4(NonStick)","2342","", 16.99)
catalog[343] = new catItem("Non-Stick Heart Springform Pan",
  "Create the classic Valentine cheesecake.  Waffle-textured bottom, springlock releases sides.  9x2&nbsp;3/4 in. deep.","","","2344","images//springformns.gif", 21.49)
catalog[344] = new catItem("",
  "","","","","", 0)
catalog[345] = new catItem("Hexagon Pan Set",
  "Includes 6, 9, 12, 15 inch pans.  2 in. deep.","","","2346","images//sethexpans.gif", 41.99)
catalog[346] = new catItem("Petal Pan Set",
  "Great for showers, weddings, and anniversaries. Includes 6, 9, 12, 15 inch pans.  2 in. deep.","","","2347","images//setpetalpans.gif", 32.99)
catalog[347] = new catItem("Heart Pan Set",
  "This beautiful set is perfect for showers, weddings, and so much more.  Includes 6, 10, 12, 14 inch pans.  2 in. deep.","","","2348","images//setheartpans.gif", 41.99)
catalog[348] = new catItem("Ring Mold Pan",
  "Great for cakes, gelatin and more. Takes aprox. 1&frac12; cake mixes. 10&frac12;x3 in. deep. Aluminum.","","","2105J4013","images//ringpan.gif", 12.99)
catalog[349] = new catItem("Fancy Ring Mold Pan",
  "Beautiful bundt-style pan, perfect for pound cakes, mousse and more! Takes 1 standard bundt-type mix. 10x3 in. deep. Aluminum.","","","2105J5008","images//ringpan2.gif", 12.99)
catalog[350] = new catItem("Wilton&acute;s Petite Loaf Pan",
  "Nine cavities each 2&nbsp;1/2x3&nbsp;3/8x1&nbsp;1/2 in. deep.  Aluminum.","","","2105J8466","images//petiteloaf.gif", 11.99)
catalog[351] = new catItem("","","","","","", 0)
catalog[352] = new catItem("","","","","","", 0)
catalog[353] = new catItem("","","","","","", 0)
catalog[354] = new catItem("","","","","","", 0)
catalog[355] = new catItem("Wilton&acute;s Mini Loaf Pan",
  "Six cavaties each 4&frac12;x2&frac12;x1&frac12; in. deep.  Aluminum.","","","2105J9791","images//miniloafset.gif", 11.99)
catalog[356] = new catItem("Wilton&acute;s 9 x 5 In. Loaf Pan",
  "Favorite size for homemade breads, cakes, and meat loaves. 2&frac34; in. deep. Aluminum.","","","2105J3688","images//9x5loaf.gif", 8.49)
catalog[357] = new catItem("Wilton&acute;s Long Loaf Pan",
  "Bake classic cakes or angel food desserts.  Legs provide support for cooling angel food cakes. 16x4x4 in. deep. Aluminum.","","","2105J1588","images//longloaf.gif", 15.49)
catalog[358] = new catItem("Wilton&acute;s Small Angel Food Pan",
  "Removable inner core sleeve, cooling legs. Takes &frac12; standard cake mix. 7x4&frac12; in. deep. Aluminum. Takes &frac12; mix.","","","2105J9311","images//7x4angelfood.gif", 15.49)
catalog[359] = new catItem("Wilton&acute;s Angel Food Pan",
  "Removable inner core sleeve, cooling legs. Takes 1 standard cake mix. 10x4 in. deep. Aluminum. Takes 1 mix.","","","2105J2525","images//7x4angelfood.gif", 18.99)
catalog[360] = new catItem("",
  "","","","", "", "", 0)
catalog[361] = new catItem("","","","","","", 0)
catalog[362] = new catItem("","","","","","", 0)
catalog[363] = new catItem("Wilton&acute;s Standard Muffin Pan",
  "12 cups each 3x1 in. deep. Aluminum.","","","2105J9310","images//muffinpan.gif", 18.99)
catalog[364] = new catItem("Wilton&acute;s 12 Cup Mini Muffin Pan",
  "12 cups each 2x&frac34; in. deep. Aluminum.","","","2125","images//minimuffinpan.gif", 12.99)
catalog[365] = new catItem("Wilton&acute;s 24 Cup Mini Muffin Pan",
  "24 cups each 2x&frac34; in. deep. Aluminum.","","","2105J9313","images//24minimuffinpan.gif", 17.99)
catalog[366] = new catItem("Wilton&acute;s Jumbo Muffin Pan",
  "6 cups each 4x2 in. deep. Heavy Gauge Steel.","","","2105-955","images//jumbomuffinpan.gif", 6.99)
catalog[367] = new catItem("Loose Bottom Pan",
  "","","12x2(Round)","2377","",22.50)
catalog[368] = new catItem("Loose Bottom Pans",
  "","","14x2(Round)","2378","", 29.25)
catalog[369] = new catItem("Loose Bottom Pans",
  "","","16x2(Round)","2379","", 36.00)
  


catalog[370] = new catItem("","","","","2105R3317","",0)
catalog[371] = new catItem("Wilton&acute;s Mini Tiered Cake Pan",
  "1 cake mix makes 10-15 mini tiered cakes. Each cavity is 4x4&frac34;x1&frac14; in. deep. 6 cavities. Aluminum.","","","2105R3209","images//minitieredpan.gif", 14.49)
catalog[372] = new catItem("","","","","","", 0)
catalog[373] = new catItem("","","","","","",0)
catalog[374] = new catItem("Wilton&acute;s 3D Rubber Ducky Pan",
  "Two piece pan takes 5 &frac12; cups batter, 9x5x7 in. Aluminum.","","","2105R2094","images//rubberduckypan.gif",16.49)
catalog[375] = new catItem("Wilton&acute;s Stand Up House Pan",
  "Cake stands up or lays flat. 1 Mix pan, 9x3x8&frac34; in. high. Aluminum.","","","2105R2070","images//standuphousepan.gif",15.49)

catalog[376] = new catItem("Wilton&acute;s Princess Carriage Pan",
   "1 Mix pan, 12.25x9.5x2 in. deep. Aluminum.","","","2105U1027","images//carriagepan.gif", 12.99)
catalog[377] = new catItem("Wilton&acute;s Romantic Castle Cake Set",
   "Everything you need to transform your tiered cake into a fantasy castle.  3 sizes of torret towers, lattice windows, a paneled door and roof pieces.  Note: cake pan is not included.",
   "","","301U910","images//romanticcastle.gif", 20.99)
catalog[378] = new catItem("Wilton&acute;s Monkey Pan",
   "1 Mix pan, 12.75x11.25x2 in. deep. Aluminum.","","","2105U1023","images//monkeypan.gif", 12.99)  
catalog[379] = new catItem("Wilton&acute;s Topsy Turvy Pan",
   "1 Mix pan, 10.25x12x2 in. deep. Aluminum.","","","2105U4946","images//topsyturvypan.gif", 12.99)
catalog[380] = new catItem("Wilton&acute;s Dancing Daisy Pan",
   "1 Mix pan, 12x12x2 in. deep. Aluminum.","","","2105U1016","images//dancingdaisypan.gif", 12.99)
catalog[381] = new catItem("Wilton&acute;s First and Ten Football Pan",
   "1 Mix pan, 12x7.75x3 in. deep. Aluminum.","","","2105U6504","images//footballpan.gif", 12.99)
catalog[382] = new catItem("Wilton&acute;s Golf Bag Pan",
   "1 Mix pan, 13.25x8.25x2 in. deep. Aluminum.","","","2105U1024","images//golfbagpan.gif", 12.99)
catalog[383] = new catItem("Wilton&acute;s Tropical Fish Pan",
   "1 Mix pan, 11.5x12.5x2 in. deep. Aluminum.","","","2105U1014","images//tropicalfishpan.gif", 12.99)
catalog[384] = new catItem("Wilton&acute;s Silly-Feet! Cake Stand",
   "10 in cake plate holds an 8 in. or 9 in. round cake.","","","307U878","images//sillyfeetstand.gif", 14.99)
catalog[385] = new catItem("Cake Filling",
  "Delicious ready-made cake filling.  2&nbsp;lb bags","Lemon","","TS+2386","images//de_fillings.gif", 4.50)
catalog[386] = new catItem("Cake Filling",
  "","Rasberry","","TS+2387","", 6.25)
catalog[387] = new catItem("Cake Filling",
  "","Apple","","TS+2388","", 4.75)
catalog[388] = new catItem("Cake Filling",
  "","Strawberry","","TS+2389","", 4.65)
catalog[389] = new catItem("Cake Filling",
  "","Bavarian&nbsp;Cream","","TS+2390","", 4.10)
catalog[390] = new catItem("Cake Filling",
  "","Banana&nbsp;Cream","","TS+2391","", 4.50)
catalog[391] = new catItem("Cake Filling",
  "","Chocolate","","TS+2392","", 4.95)
catalog[392] = new catItem("Cake Filling",
  "","Cherry","","TS+2393","", 5.95)
catalog[393] = new catItem("Cake Filling",
  "","Pineapple","","TS+2394","", 6.25)
catalog[394] = new catItem("Cake Filling",
  "","Apricot","","TS+2395","", 5.25)
catalog[395] = new catItem("","","","","","", 0)
catalog[396] = new catItem("","","","","","", 0)
catalog[397] = new catItem("","","","","","", 0)
catalog[398] = new catItem("Wilton&acute;s Firetruck Pan",
  "1 Mix pan, 15&frac12;x8&frac12x2 in. deep. Aluminum.","","","2105L2061","images//fireenginepan.gif",12.99)
catalog[399] = new catItem("Wilton&acute;s Tractor Pan",
  "1 Mix pan, 13&frac12;x9&frac12x2 in. deep. Aluminum.","","","2105L2063","images//tractorpan.gif",12.99)
catalog[400] = new catItem("","","","","","", 0)
catalog[401] = new catItem("Wilton&acute;s Soccer Ball Pan",
  "1 Mix pan, 8&frac34; in. dia. x 3&frac12; in. deep. Aluminum.","","","2105J2044","images//soccerball.gif", 12.99)
catalog[402] = new catItem("Wilton&acute;s Animal Crackers Pan",
  "1 Mix pan, 10&frac34;x9&frac14;x2 in. deep. Aluminum.","","","2105R495","images//animalcrackerspan.gif", 12.99)
catalog[403] = new catItem("","","","","","", 0)
catalog[404] = new catItem("","","","","","", 0)
catalog[405] = new catItem("Wilton&acute;s Baby Buggy Pan",
  "1 Mix pan, 11&frac14;x11&frac14;x2 in. deep. Aluminum.","","","2105R3319","images//babybuggypan.gif", 12.99)
catalog[406] = new catItem("Wilton&acute;s Stand-Up Cuddly Bear Pan Set",
  "Two-piece pan takes 6&frac12; cups of firm textured batter. Includes 6 clips, heat-conducting core and instructions. 9&nbsp;1/2x8&nbsp;5/8; in. deep. Aluminum.","","","2105J603","images//standupbear.gif", 26.99)
catalog[407] = new catItem("","","","","","", 0)
catalog[408] = new catItem("Wilton&acute;s Butterfly Pan",
  "1 Mix pan, 11x8&frac12;x2 in. deep. Aluminum.","","","2105J2044","images//butterflypan.gif", 12.99)
catalog[409] = new catItem("","","","","","", 0)
catalog[410] = new catItem("Wilton&acute;s Star Pan",
  "1 mix pan aprox. 12&frac34;x1&nbsp;7/8 in. deep.  Aluminum.","","","2105J2512","images//starpan.gif", 12.99)
catalog[411] = new catItem("Wilton&acute;s Mini Star Pan",
  "1 mix makes 20-24 mini stars. 6 cavity pan is 14&frac12;x11 in., individual cakes are 4&frac34;x1&frac14; in. deep.  Aluminum.","","","2105J1235","images//ministarset.gif", 14.49)
catalog[412] = new catItem("Wilton&acute;s Choo-Choo Train Pan Set",
  "Two piece pan snaps together to creat a cake 10x6x4 in. deep. Takes 6 cups batter.  Aluminum.","","","2105J2861","images//choochootrain.gif", 14.49)
catalog[413] = new catItem("","","","","","", 0)
catalog[414] = new catItem("Wilton&acute;s Enchanted Castle Pan",
  "1 mix pan is 11&frac34;x8&frac34;x2 in. deep. Aluminum.","","","2105R4947","images//enchantedcastle.gif", 12.99)
catalog[415] = new catItem("Wilton&acute;s Classic Wonder Mold Kit",
  "The perfect base for a doll cake, using Teen Doll Pick included. Pan is 8 in. dia. and 5 in. deep; takes 5-6 cups of firm textured batter.  Heat conducting rod for even baking. Kit contains pan, rod, stand, 7 in. doll pick and instructions. Aluminum.","","","2105J565","images//wondermold.gif", 19.99)
catalog[416] = new catItem("Wilton&acute;s Teen Doll Pick - Brunette",
  "Give your Wonder mold cakes realism and sophistication, 7&frac34; in. high with pick.","","","2815J101","images//dollpickbrunette.gif", 3.19)
catalog[417] = new catItem("Wilton&acute;s Teen Doll Pick - Blond",
  "Give your Wonder mold cakes realism and sophistication, 7&frac34; in. high with pick.","","","2815J102","images//dollpickblond.gif", 3.19)
catalog[418] = new catItem("Wilton&acute;s Teen Doll Pick - Ethnic",
  "Give your Wonder mold cakes realism and sophistication, 7&frac34; in. high with pick.","","","2815J103","images//dollpickethnic.gif", 3.19)
catalog[419] = new catItem("Wilton&acute;s Mini Wonder Mold",
  "Use with mini doll picks. One cake mix makes 4 to 6 cakes. Pan is 10x10x3 in. Individual cakes are 3&frac12;x3 in. Aluminum.","","","2105J3020","images//miniwonder.gif", 12.99)
catalog[420] = new catItem("Wilton&acute;s Mini Doll Picks",
  "4&frac14; in. high with pick. Package of 4.","","","1511J1019","images//minidollpicks.gif", 6.29)
catalog[421] = new catItem("Wilton&acute;s Cupcake Pan",
  "1 mix pan aprox. 9&frac34;x9&frac12;x2 in. deep.  Aluminum.","","","2105R3318","images//cupcakepan.gif", 12.99)
catalog[422] = new catItem("Wilton&acute;s Guitar Pan",
  "1 mix pan aprox. 16&frac12;x8&frac12;2 in. deep.  Aluminum.","","","2105R570","images//guitarpan.gif", 12.99)
catalog[423] = new catItem("Wilton&acute;s Train Pan",
  "1 Mix pan, 14x7&frac14x2 in. deep. Aluminum.","","","2105L2076","images//trainpan.gif",12.99)
catalog[424] = new catItem("Wilton&acute;s Horseshoe Pan",
  "1 mix pan is 12x1&frac34; in. deep. Aluminum.","","","2105J3254","images//horseshoe.gif", 12.99)
catalog[425] = new catItem("Wilton&acute;s Two-Mix Book Pan",
  "2 mix pan is 15x11&frac12;x2&frac34; in. deep. Aluminum.","","","2105J972","images//2mixbook.gif", 17.99)
catalog[426] = new catItem("Wilton&acute;s Mini Ball Pan",
  "1 cake mix makes 20-24 cakes. Each cavity is 3&frac12;x3&frac12;x1&frac12; in. deep. Aluminum.","","","2105J1760","images//miniball.gif", 12.99)
catalog[427] = new catItem("","","","","","", 0)
catalog[428] = new catItem("Wilton&acute;s 3-D Cruiser Pan",
  "1 mix pan is aprox. 11X6&frac34;x4 in. high. Aluminum.","","","2105J2043","images//3dcruiser.gif", 12.99)
catalog[429] = new catItem("Wilton&acute;s Race Car Pan",
  "1 mix pan is 12&frac12;x9&frac14;x2 in. deep. Aluminum.","","","2105J1350","images//racecar.gif", 12.99)
catalog[430] = new catItem("Wilton&acute;s First and Ten Football Pan",
  "1 mix pan is 12x7&frac34;x3 in. deep. Aluminum.","","","2105J6504","images//football.gif", 12.99)
catalog[431] = new catItem("Wilton&acute;s Sports Ball Pan Set",
  "Set includes 2 6 in. dia. half-ball aluminum pans and two metal baking stands.  Each pan half takes 2&frac12; cups batter.","","","2105J6506","images//sportsball.gif", 12.99)
catalog[432] = new catItem("", "","","","","", 0)
catalog[433] = new catItem("", "","","","","", 0)
catalog[434] = new catItem("Wilton&acute;s Lady Bug Pan",
  "1 mix pan is 12x10x2 in. deep. Aluminum.","","","2105R3316","images//ladybugpan.gif", 12.99)
catalog[435] = new catItem("", "","","","","", 0)
catalog[436] = new catItem("Wilton&acute;s Mini Fluted Mold Pan",
  "1 cake mix makes 12-14 mini fluted molds. 6 cavity pan is 14&frac34;x9&frac34;. Each cavity is 4x1&frac14; in. deep. Aluminum.","","","2105R2097","images//minimoldpan.gif", 20.99)
  
// Character pans updated 7-20-01, 9-23-02
catalog[437] = new catItem("Wilton&acute;s Abby Cadabby Pan",
   "One-mix pan is 9.5x11.75x2 in. deep. Aluminum.","","","2105U4444","images//abby.gif", 14.49)
catalog[438] = new catItem("Wilton&acute;s WALL&bull;E Pan",
   "One-mix pan is 10x11x2 in. deep. Aluminum.","","","2105U9999","images//wall-epan.gif", 14.49)
catalog[439] = new catItem("Wilton&acute;s Cheer Bear Pan",
   "One-mix pan is 10.6x13x2 in. deep. Aluminum.","","","2105U55555","images//cheerbearpan.gif", 14.49)
catalog[440] = new catItem("Wilton&acute;s Scooby-Doo&#153; Pan",
  "One-mix pan is 12x10&frac12;x2 in. deep. Aluminum.","","","2105J3206","images//scoobydoopan.gif", 14.49)
catalog[441] = new catItem("Wilton&acute;s Strawberry Shortcake Pan",
   "One-mix pan is 11.25x11.5x2 in. deep. Aluminum.","","","2105U7050","images//strawberrypan.gif", 14.49)
catalog[442] = new catItem("Wilton&acute;s go Diego go! Pan",
   "One-mix pan is 16x10x2 in. deep. Aluminum.","","","2105U4250","images//diegopan.gif", 14.49)
catalog[443] = new catItem("Wilton&acute;s Dora the Explorer Pan",
  "One-mix pan is 13&frac34;x10x2 in. deep. Aluminum.","","","2105R6300","images//dorapan.gif", 14.49)
catalog[444] = new catItem("Wilton&acute;s Disney Fairies Pan",
   "One-mix pan is 10.5x12x2 in. deep. Aluminum.","","","2105U5110","images//disneyfairiespan.gif", 14.49)
catalog[445] = new catItem("Wilton&acute;s Disney Princess Ariel Pan",
   "One-mix pan is 10.5x11.75x2 in. deep. Aluminum.","","","2105U4355","images//arielpan.gif", 14.49)
catalog[446] = new catItem("Wilton&acute;s Disney Lightning McQueen Pan",
   "One-mix pan is 13.75x6.25x2.75 in. deep. Aluminum.","","","2105U6400","images//lightningmcqueenpan.gif", 14.49)
catalog[447] = new catItem("Wilton&acute;s Elmo Face Pan",
   "One-mix pan is 13.5x10.5x2 in. deep. Aluminum.","","","2105U3461","images//elmopan.gif", 14.49)
catalog[448] = new catItem("","","","","","", 0)
catalog[449] = new catItem("","","","","","", 0)
catalog[450] = new catItem("","","","","","", 0)
catalog[451] = new catItem("","","","","","", 0)
catalog[452] = new catItem("","","","","","", 0)
catalog[453] = new catItem("Wilton&acute;s Spider-Man Pan",
  "One-mix pan is 9x12 in. Aluminum.","","","2105R5052","images//spiderman05pan.gif", 14.49)
catalog[454] = new catItem("Wilton&acute;s SpongeBob Squarepants Pan",
  "One-mix pan is 13&frac12;x11&frac34; in. Aluminum.","","","2105R5130","images//spongebobpan.gif", 14.49)
  
catalog[459] = new catItem("Candy Box, &frac14; lb, 1 piece: 4&frac12;x2&frac14;x1&nbsp;1/8 in. deep.",
  "","","","2460","", 0.45)
catalog[460] = new catItem("Candy Box, &frac14; lb, 1 piece: 6x3&frac14;x1&nbsp;1/8 in. deep.",
  "","","","2461","", 0.60)
catalog[461] = new catItem("Candy Box, &frac12; lb, 1 piece: 5&frac12;x2&frac34;x1&frac34; in. deep.",
  "","","","2462","", 0.60)
catalog[462] = new catItem("Candy Box, &frac12; lb, 1 piece:7&frac12;x4x1 in. deep.",
  "","","","2463","", 0.65)
catalog[463] = new catItem("Candy Box, 1 lb, 1 piece: 9&nbsp;3/8x5&frac12;x1 in. deep.",
  "","","","2464","", 0.65)
catalog[464] = new catItem("Candy Box, 2 lb, 1 piece: 9x4&frac12;x2 in. deep.",
  "","","","2465","", 0.75)
catalog[465] = new catItem("Candy Box, 1 piece: 4x4x4 in. deep",
  "","","","2466","", 0.80)
catalog[466] = new catItem("",
  "","","","","", 0)
catalog[467] = new catItem("",
  "","","","","", 0)
catalog[468] = new catItem("Candy Box, 1 lb, 2 pieces: 9&nbsp;3/8x5&frac34;x1&nbsp;1/8; in. deep",
  "","","","2469","", 1.10)
catalog[469] = new catItem("Candy Box, &frac12; lb, 1 piece. Oval window. 7&frac12;x4x1&nbsp;1/8; in. deep.",
  "","","","2470","", 0.85)
catalog[470] = new catItem("Candy Box, &frac12; lb, 2 pieces. Oval window. 7&frac12;x4&frac12;x1 in. deep.",
  "","","","2471","", 1.25)
catalog[471] = new catItem("Candy Box, 1 lb, 1 piece. No window. 9&nbsp;3/8x5&frac12;x1 in. deep.",
  "","","","2472","", 0.65)
catalog[472] = new catItem("Candy Box, 1 lb, 2 pieces. Oval window. 9&nbsp;3/8x6x1&nbsp;1/8; in. deep.",
  "","","","2473","", 1.35)
catalog[473] = new catItem("Candy Box, &frac14; lb, 1 piece. Rectangular window. 4&frac34;x3&frac12;x1&nbsp;1/8; in. deep.",
  "","","","2474","", 0.65)
catalog[474] = new catItem("Candy Box, Pretzel Box, 1 piece. Rectangular window. 2&frac34;x9&frac12;x1&frac14; in. deep.",
  "","","","2475","", 0.85)
catalog[475] = new catItem("",
  "","","","","", 0)
catalog[476] = new catItem("",
  "","","","","", 0)

catalog[477] = new catItem("Truffle Box, 1&frac14; in. - 1&frac14;x1&frac14;x1&frac14; in. deep.",
  "","","","2478","", 0.35)
catalog[478] = new catItem("Truffle Box, 1&frac14; in. - 1&frac14;x2&frac12;x1&frac14; in. deep.",
  "","","","2479","", 0.40)
catalog[479] = new catItem("Truffle Box, 2&frac12; in. - 2&frac12;x2&frac12;x1 in. deep.",
  "","","","2480","", 0.55)
catalog[480] = new catItem("Truffle Box, 1&frac12; in. - 1&frac12;x1&frac12;x1&frac12; in. deep.",
  "","","","2481","", 0.50)
catalog[481] = new catItem("Truffle Box, 2 in. - 2x2x2 in. deep.",
  "","","","2482","", 0.60)
catalog[482] = new catItem("Truffle Box, Rect. window, 5 in - 5x1&frac12;x1&frac12; in. deep.",
  "","","","2483","", 0.55)
catalog[483] = new catItem("Truffle Box, Rect. window, 8 in - 7&frac34;x1&frac12;x1&frac12; in. deep.",
  "","","","2484","", 0.60)
catalog[484] = new catItem("Truffle Box, Rect. window, 9&frac12; in. - 9&frac12;x1&frac12;x1&frac12; in. deep.",
  "","","","2485","", 0.65)
catalog[485] = new catItem("",
  "","","","","", 0)
catalog[486] = new catItem("",
  "","","","","", 0)
catalog[487] = new catItem("",
  "","","","","", 0)
catalog[488] = new catItem("Individual candy-box mattes ",
  "9x5&frac34; in.","","","2489","", 0.25)
catalog[489] = new catItem("Package of 25 candy-box mattes ",
  "9x5&frac34; in.","","","2490","", 5.25)
catalog[490] = new catItem("Package of 10 large candy-box Elastic Ties ",
  "aprox. 18 in. long","","","2491","", 2.50)
catalog[491] = new catItem("Package of 50 large candy-box Elastic Ties ",
  "aprox. 18 in. long","","","2492","", 12.00)
catalog[492] = new catItem("Package of 10 small candy-box Elastic Ties ",
  "aprox. 10 in. long","","","2493","", 1.50)
catalog[493] = new catItem("Package of 50 small candy-box Elastic Ties ",
  "aprox. 10 in. long","","","2494","", 7.00)
catalog[494] = new catItem("2x4 inch Sucker Bags, 100 per pak",
  " ","","","2495","", 1.25)
catalog[495] = new catItem("3x4 inch Sucker Bags, 100 per pak",
  " ","","","2496","", 1.50)
catalog[496] = new catItem("3x5 inch Sucker Bags, 100 per pak",
  " ","","","2497","", 2.25)
catalog[497] = new catItem("4x5 inch Sucker Bags, 100 per pak",
  " ","","","2498","", 2.50)
catalog[498] = new catItem("4x6 inch Sucker Bags, 100 per pak",
  " ","","","2499","", 3.00)
catalog[499] = new catItem("4x8 inch Sucker Bags, 100 per pak",
  " ","","","2500","", 3.50)
catalog[500] = new catItem("",
  "","","","","",0)
catalog[501] = new catItem("",
  "","","","","",0)
catalog[502] = new catItem("4 1/2 inch Sucker Sticks, 100 per pak",
  " 1/8 in thick","","","2503","", 1.90)
catalog[503] = new catItem("6 inch Sucker Sticks, 100 per pak",
  " 1/8 in thick","","","2504","", 2.75)
catalog[504] = new catItem("8 inch Sucker Sticks, 50 per pak",
  " 3/16 in thick","","","2505","", 1.50)
catalog[505] = new catItem("",
  "","","","","",0)
catalog[506] = new catItem("LorAnn Flavorings",
  "- Concetrated flavorings for candy and chocolate, 2 drams","","","2507","", 3.50)
catalog[507] = new catItem("LorAnn Flavorings",
  "- Concetrated flavorings for candy only, 2 drams","","","2508","", 3.50)
catalog[508] = new catItem("LorAnn Essential Oils",
  "- All Natural Oils for candy and chocolate, 2 drams","","","2509","", 3.50)
  

catalog[542] = new catItem("Sugars",
  "","","","2543","", 1.99);

catalog[543] = new catItem("Caramel",
  "Price is $5.65 per lb, weight (and price) will vary. Most pieces are slightly less than 1 lb.","","","2544","",5.65)
catalog[544] = new catItem("Sugar-Free Caramel",
  "Price is $0.75 per oz, weight (and price) will vary. Most pieces are slightly less than 1/2 lb.","","","2545","",6.000)
catalog[545] = new catItem("Candy Crunches - Toffee (4 oz)",
  "Delicious ground candy to add flavor and texture to your favorite candy recipe.","","","2546","",1.95)
catalog[546] = new catItem("Candy Crunches - Peppermint&nbsp;Candy (4 oz)",
  "Delicious ground candy to add flavor and texture to your favorite candy recipe.","","","2547","",1.50)
catalog[547] = new catItem("Candy Crunches - Malted Milk (8 oz)",
  "Delicious ground candy to add flavor and texture to your favorite candy recipe.","","","2548","",2.75)
catalog[548] = new catItem("",
  "","","","","",0)
catalog[549] = new catItem("",
  "","","","","",0)
catalog[550] = new catItem("",
  "","","","","",0)
  
// 551 used for edible glitter (after 562)

catalog[552] = new catItem("Candy Fillings - Redi-centers (1 lb)",
  "Delicious, creamy centers that can be dipped or molded. Cannot be shipped during spring and summer months.","Raspberry","","2553","",5.00)
catalog[553] = new catItem("Candy Fillings - Redi-centers (1 lb)",
  "Delicious, creamy centers that can be dipped or molded.","Strawberry","","2554","",4.95)
catalog[554] = new catItem("Candy Fillings - Redi-centers (1 lb)",
  "Delicious, creamy centers that can be dipped or molded.","Cherry","","2555","",5.50)
catalog[555] = new catItem("Candy Fillings - Redi-centers (1 lb)",
  "Delicious, creamy centers that can be dipped or molded.","Maple&nbsp;Walnut","","2556","",4.95)
catalog[556] = new catItem("Pretzel Rods (pkg of 10)",
  "7 1/2 inches long and almost 1/2 inch in diameter.","","","2557","",1.50)
 
catalog[557] = new catItem("Wiltons Rolled Fondant Icing (1.5 lb)",
  "Ready to use - simply roll and shape. Covers your cakes with a perfectly smooth finish.  Covers two 6 or 8 in. layers or one 12 in. layer. ","","","710-R-2076","", 6.79)
catalog[558] = new catItem("Wiltons Rolled Fondant Icing (5 lb)",
  "","","","710-R-2180","", 22.99)
catalog[559] = new catItem("Decorating Quinns (3 oz.)",
  "","","","2560","", 1.95)
catalog[560] = new catItem("Decorating Dragees (4mm, 2 oz.)",
  "","","","2561","images//dragees.gif", 4.50)
catalog[561] = new catItem("Decorating Dragees (4mm, 2 oz.)",
  "","","","2562","", 5.95)
catalog[562] = new catItem("Edible Glitter (0.25 oz)",
  "","","","2563","",3.19)
catalog[551] = new catItem("",
  "","","","","",0)

// 563 - 579 in product_molds.js  

catalog[582] = new catItem("Sheet Cake Pans",
  "","","12x18x3","2582","", 39.50)
catalog[583] = new catItem("Heart Cake Pans",
  "","","10x2","2105J607","", 10.99)
catalog[584] = new catItem("Heart Cake Pans",
  "","","12x2","2105J604","", 12.99)
catalog[585] = new catItem("Heart Cake Pans",
  "","","14x2","2586","", 15.49)
catalog[586] = new catItem("Springform Pans",
  "","","10x2 3/4(NonStick)","2587","", 17.99)
catalog[587] = new catItem("Loose Bottom Pans",
  "","","9x13x2 (Rectangular)","2588","", 33.75)
  
// 590 - 648 in products_weddings.js

catalog[650] = new catItem("1/4 in. Molded Sugar Eyes",
  "Perfect for Halloween or for use on icing animals and characters.  24/pkg.", "", "", "2651", "images//sugar_eyes.gif", 0.75);
catalog[651] = new catItem("Petal Dust",
  "Petal Dust is a non-toxic coloring perfect for gumpaste or rolled fondant flowers and other decorations.  They may be sprinkled on or mixed with water, alcohol (Vodka), or oil flavorings and painted on for highlighting and deeper colors. 4 grams.",
  "", "", "2652", "images//petaldust.gif", 4.50);
catalog[652] = new catItem("Luster Dust",
  "2 grams.","", "", "2653", "images//petaldustluster.gif", 4.50);
catalog[653] = new catItem("Sparkle Dust",
  "2 grams.","", "", "2654", "images//petaldustsparkle.gif", 4.50);
catalog[654] = new catItem("Pearl Dust",
  "2 grams.","", "", "2655", "images//petaldustpearl.gif", 4.50);
  
catalog[657] = new catItem("1/8 in. Royal Icing Eyes (Variety of Pastel Colors only)",
  "24/pkg.", "", "", "2658", "images//sugar_eyes.gif", 0.75);
catalog[658] = new catItem("1/4 in. Royal Icing Eyes",
  "24/pkg.", "", "", "2659", "images//sugar_eyes.gif", 0.75);
  
catalog[903] = new catItem("4 in. x 4 in. Clear Candy Wraps, 250 per pkg.",
  "", "", "", "2904", "", 4.00);
catalog[904] = new catItem("6 in. x 6 in. Clear Candy Wraps, 250 per pkg.",
  "", "", "", "2905", "", 8.00);
catalog[905] = new catItem("2x3 inch Sucker Bags, 100 per pak ",
  "", "", "", "2906", "", 0.95);
 
catalog[906] = new catItem("Kenwood Mixer",
  "", "", "", "*2907", "images//mixer_full.gif", 449.95);
  
catalog[907] = new catItem("",
  "", "", "", "", "", 0);
  
catalog[950] = new catItem("Gold Paper Doilie",
  "Gold, grease-proof doilies. Perfect for that elegant touch.", "", "", "2951", "images//gold_doilie.gif", 0.25);
catalog[951] = new catItem("Glassine Paper Doilie",
  "Glassine, grease-proof doilies. Perfect for that elegant touch.", "", "", "2952", "images//glassine_doilie.gif", 0.15);

catalog[952] = new catItem("White Cardboard",
  "6 in. round", "", "6 in. Rnd", "2953", "", 0.20);
catalog[953] = new catItem("White Cardboard",
  "8 in. round", "", "8 in. Rnd", "2954", "", 0.30);
catalog[954] = new catItem("White Cardboard",
  "9 in. round", "", "9 in. Rnd", "2955", "", 0.35);
catalog[955] = new catItem("White Cardboard",
  "10 in. round", "", "10 in. Rnd", "2956", "", 0.40);
catalog[956] = new catItem("White Cardboard",
  "12 in. round", "", "12 in. Rnd", "2957", "", 0.55);
catalog[957] = new catItem("White Cardboard",
  "14 in. round", "", "14 in. Rnd", "2958", "", 0.75);
catalog[958] = new catItem("White Cardboard",
  "16 in. round", "", "16 in. Rnd", "2959", "", 0.80);
catalog[959] = new catItem("White Cardboard",
  "18 in. round", "", "18 in. Rnd", "2960", "", 1.10);
catalog[960] = new catItem("White Cardboard",
  "9x13, 1/4 sheet", "", "1/4 Sheet", "2961", "", 1.50);
catalog[961] = new catItem("White Cardboard",
  "13x18, 1/2 sheet", "", "1/2 Sheet", "2962", "", 2.75);
catalog[962] = new catItem("",
  "", "", "", "", "", 0.0);
catalog[963] = new catItem("Cardboard Cake Box",
  "9x9x5, one piece", "", "9x9", "2964", "", 1.00);
catalog[964] = new catItem("Cardboard Cake Box",
  "10x10x5, one piece", "", "10x10", "2965", "", 1.15);
catalog[965] = new catItem("Cardboard Cake Box",
  "12x12x5, one piece", "", "12x12", "2966", "", 1.75);
catalog[966] = new catItem("Cardboard Cake Box",
  "14x14x5, one piece", "", "14x14", "2967", "", 1.75);
catalog[967] = new catItem("Cardboard Cake Box",
  "1/4 sheet, one piece", "", "1/4 Sheet", "2968", "", 1.50);
catalog[968] = new catItem("Cardboard Cake Box",
  "1/2 sheet, two pieces", "", "1/2 Sheet", "2969", "", 2.75);
  
// catalog[970] = new catItem("Icing Picks - Happy Birthday, 12 per pack",
// "In a variety of colors.", "", "", "2971", "", 1.50);
// catalog[971] = new catItem("Icing Picks - 25th Anniversary, 12 per pack",
//  "Silver text.", "", "", "2972", "", 1.50);
// catalog[972] = new catItem("Icing Picks - 50th Anniversary, 12 per pack",
//  "Gold text.", "", "", "2973", "", 1.50);
catalog[970] = new catItem("",
  "", "", "", "", "",0);
catalog[971] = new catItem("",
  "", "", "", "", "",0);
catalog[972] = new catItem("",
  "", "", "", "", "",0);

catalog[973] = new catItem("",
  "", "", "", "", "",0);

catalog[974] = new catItem("White Petite Loaf, 50 per pack",
  "Microwave-safe paper.  Fits the petite loaf pan, 3&frac14;x2 in. ", "", "", "415-R-450", "images//white_paper_cup.gif", 1.49);


catalog[975] = new catItem("Disposable Gloves, 24 individual gloves",
  "Food safe disposable gloves to keep your hands clean and odor-free. For working with chocolate, without leaving fingerprints.", "", "", "2976", "", 2.50);
catalog[976] = new catItem("Cotton Gloves, 1 pair",
  "For working with chocolate, without leaving fingerprints.", "", "", "2977", "", 2.05);
  
catalog[980] = new catItem("Flavoring: Vanilla (clear), 2 oz.",
  "", "", "", "2981", "", 1.99);
catalog[981] = new catItem("Flavoring: Butter, 2 oz.",
  "", "", "", "2982", "", 2.00);
catalog[982] = new catItem("Flavoring: Champagne, 2 oz.",
  "", "", "", "2983", "", 2.95);
catalog[983] = new catItem("Flavoring: Creme Bokay, 2 oz.",
  "", "", "", "2984", "", 1.45);
catalog[984] = new catItem("Extract: Almond, 2 oz.",
  "", "", "", "2985", "", 1.55);
catalog[985] = new catItem("Flavoring: Sherri Rum, 2 oz.",
  "", "", "", "2986", "", 2.25);
catalog[986] = new catItem("Flavoring: Jamaca Rumette, 2 oz.",
  "", "", "", "2987", "", 1.50);
catalog[987] = new catItem("Flavoring: Pure Vanilla, 2 oz.",
  "", "", "", "2988", "", 2.95);

catalog[988] = new catItem("Tulip Paper Muffin Liner, 24 count",
  "Designed to be used in conjunction with a standard 2 in bottom diameter muffin pan, made with Swedish grease proof paper, makes a four petal cup. Depth measurements taken from the lowest point of where two adjoining petals meet vary from 2 3/4 to 3 in.",
  "", "", "2989", "", 2.45);
catalog[989] = new catItem("Tulip Paper Muffin Liner, 180 count",
  "Designed to be used in conjunction with a standard 2 in bottom diameter muffin pan, made with Swedish grease proof paper, makes a four petal cup. Depth measurements taken from the lowest point of where two adjoining petals meet vary from 2 3/4 to 3 in.",
  "", "", "2990", "images//pens_tulippaper.gif", 16.20);


catalog[990] = new catItem("",
  "","","","2991","images//pens_tulippaper.gif", 0)


catalog[991] = new catItem("Wilton&acute;s FoodWriter&#153; Edible Color Markers, Fine Tip",
  "Use like ink markers to add dazzling color to countless food.  Decorate on fondant, color flow, royal icing, and cookies.  Primary Color set includes Yellow, Green, Red, Blue, and Black.  .35 oz. Certified Kosher.",
  "","","609-R-100","images//pens_wiltons.gif", 8.39)
catalog[992] = new catItem("Wilton&acute;s FoodWriter&#153; Edible Color Markers, Neon Colors",
  "Neon Colors include purple, orange, pink, light green, black","Neon Colors Set","","609-R-116","", 8.39)

catalog[998] = new catItem("Guittard Chocolate Apeels (case)",
  "","","25 lb","TS+2999","", 85.00)


//NOTE 1071 is highest product
//catalog[0] = new catItem("Product Name","Description", "Color/Flavor", "Size", "Stock Number", "widget1.gif", 1.50)
