% function allgoods=eiugoods(goodsrows); allgoods=[ 'Consumer prices (percent change pa av) ' % 1 'Consumer price index (1996=100 av) ' % 2 'Exchange rate LCU:USD (date of survey) ' % 3 'White bread, 1 kg (supermarket) ' % 4 'White bread, 1 kg (mid-priced store) ' % 5 'Butter, 500 g (supermarket) ' % 6 'Butter, 500 g (mid-priced store) ' % 7 'Margarine, 500g (supermarket) ' % 8 'Margarine, 500g (mid-priced store) ' % 9 'White rice, 1 kg (supermarket) ' % 10 'White rice, 1 kg (mid-priced store) ' % 11 'Spaghetti (1 kg) (supermarket) ' % 12 'Spaghetti (1 kg) (mid-priced store) ' % 13 'Flour, white (1 kg) (supermarket) ' % 14 'Flour, white (1 kg) (mid-priced store) ' % 15 'Sugar, white (1 kg) (supermarket) ' % 16 'Sugar, white (1 kg) (mid-priced store) ' % 17 'Cheese, imported (500 g) (supermarket) ' % 18 'Cheese, imported (500 g) (mid-priced store) ' % 19 'Cornflakes (375 g) (supermarket) ' % 20 'Cornflakes (375 g) (mid-priced store) ' % 21 'Yoghurt, natural (150 g) (supermarket) ' % 22 'Yoghurt, natural (150 g) (mid-priced store) ' % 23 'Milk, pasteurised (1 l) (supermarket) ' % 24 'Milk, pasteurised (1 l) (mid-priced store) ' % 25 'Olive oil (1 l) (supermarket) ' % 26 'Olive oil (1 l) (mid-priced store) ' % 27 'Peanut or corn oil (1 l) (supermarket) ' % 28 'Peanut or corn oil (1 l) (mid-priced store) ' % 29 'Potatoes (2 kg) (supermarket) ' % 30 'Potatoes (2 kg) (mid-priced store) ' % 31 'Onions (1 kg) (supermarket) ' % 32 'Onions (1 kg) (mid-priced store) ' % 33 'Mushrooms (1 kg) (supermarket) ' % 34 'Mushrooms (1 kg) (mid-priced store) ' % 35 'Tomatoes (1 kg) (supermarket) ' % 36 'Tomatoes (1 kg) (mid-priced store) ' % 37 'Carrots (1 kg) (supermarket) ' % 38 'Carrots (1 kg) (mid-priced store) ' % 39 'Oranges (1 kg) (supermarket) ' % 40 'Oranges (1 kg) (mid-priced store) ' % 41 'Apples (1 kg) (supermarket) ' % 42 'Apples (1 kg) (mid-priced store) ' % 43 'Lemons (1 kg) (supermarket) ' % 44 'Lemons (1 kg) (mid-priced store) ' % 45 'Bananas (1 kg) (supermarket) ' % 46 'Bananas (1 kg) (mid-priced store) ' % 47 'Lettuce (one) (supermarket) ' % 48 'Lettuce (one) (mid-priced store) ' % 49 'Eggs (12) (supermarket) ' % 50 'Eggs (12) (mid-priced store) ' % 51 'Peas, canned (250 g) (supermarket) ' % 52 'Peas, canned (250 g) (mid-priced store) ' % 53 'Tomatoes, canned (250 g) (supermarket) ' % 54 'Tomatoes, canned (250 g) (mid-priced store) ' % 55 'Peaches, canned (500 g) (supermarket) ' % 56 'Peaches, canned (500 g) (mid-priced store) ' % 57 'Sliced pineapples, canned (500 g) (supermarket) ' % 58 'Sliced pineapples, canned (500 g) (mid-priced store) ' % 59 'Beef: filet mignon (1 kg) (supermarket) ' % 60 'Beef: filet mignon (1 kg) (mid-priced store) ' % 61 'Beef: steak, entrecote (1 kg) (supermarket) ' % 62 'Beef: steak, entrecote (1 kg) (mid-priced store) ' % 63 'Beef: stewing, shoulder (1 kg) (supermarket) ' % 64 'Beef: stewing, shoulder (1 kg) (mid-priced store) ' % 65 'Beef: roast (1 kg) (supermarket) ' % 66 'Beef: roast (1 kg) (mid-priced store) ' % 67 'Beef: ground or minced (1 kg) (supermarket) ' % 68 'Beef: ground or minced (1 kg) (mid-priced store) ' % 69 'Veal: chops (1 kg) (supermarket) ' % 70 'Veal: chops (1 kg) (mid-priced store) ' % 71 'Veal: fillet (1 kg) (supermarket) ' % 72 'Veal: fillet (1 kg) (mid-priced store) ' % 73 'Veal: roast (1 kg) (supermarket) ' % 74 'Veal: roast (1 kg) (mid-priced store) ' % 75 'Lamb: leg (1 kg) (supermarket) ' % 76 'Lamb: leg (1 kg) (mid-priced store) ' % 77 'Lamb: chops (1 kg) (supermarket) ' % 78 'Lamb: chops (1 kg) (mid-priced store) ' % 79 'Lamb: Stewing (1 kg) (supermarket) ' % 80 'Lamb: Stewing (1 kg) (mid-priced store) ' % 81 'Pork: chops (1 kg) (supermarket) ' % 82 'Pork: chops (1 kg) (mid-priced store) ' % 83 'Pork: loin (1 kg) (supermarket) ' % 84 'Pork: loin (1 kg) (mid-priced store) ' % 85 'Ham: whole (1 kg) (supermarket) ' % 86 'Ham: whole (1 kg) (mid-priced store) ' % 87 'Bacon (1 kg) (supermarket) ' % 88 'Bacon (1 kg) (mid-priced store) ' % 89 'Chicken: frozen (1 kg) (supermarket) ' % 90 'Chicken: frozen (1 kg) (mid-priced store) ' % 91 'Chicken: fresh (1 kg) (supermarket) ' % 92 'Chicken: fresh (1 kg) (mid-priced store) ' % 93 'Frozen fish fingers (1 kg) (supermarket) ' % 94 'Frozen fish fingers (1 kg) (mid-priced store) ' % 95 'Fresh fish (1 kg) (supermarket) ' % 96 'Fresh fish (1 kg) (mid-priced store) ' % 97 'Instant coffee (125 g) (supermarket) ' % 98 'Instant coffee (125 g) (mid-priced store) ' % 99 'Ground coffee (500 g) (supermarket) ' % 100 'Ground coffee (500 g) (mid-priced store) ' % 101 'Tea bags (25 bags) (supermarket) ' % 102 'Tea bags (25 bags) (mid-priced store) ' % 103 'Cocoa (250 g) (supermarket) ' % 104 'Cocoa (250 g) (mid-priced store) ' % 105 'Drinking chocolate (500 g) (supermarket) ' % 106 'Drinking chocolate (500 g) (mid-priced store) ' % 107 'Coca- Cola (1 l) (supermarket) ' % 108 'Coca- Cola (1 l) (mid-priced store) ' % 109 'Tonic water (200 ml) (supermarket) ' % 110 'Tonic water (200 ml) (mid-priced store) ' % 111 'Mineral water (1 l) (supermarket) ' % 112 'Mineral water (1 l) (mid-priced store) ' % 113 'Orange juice (1 l) (supermarket) ' % 114 'Orange juice (1 l) (mid-priced store) ' % 115 'Wine, common table (1 l) (supermarket) ' % 116 'Wine, common table (1 l) (mid-priced store) ' % 117 'Wine, superior quality (700 ml) (supermarket) ' % 118 'Wine, superior quality (700 ml) (mid-priced store) ' % 119 'Wine, fine quality (700 ml) (supermarket) ' % 120 'Wine, fine quality (700 ml) (mid-priced store) ' % 121 'Beer, local brand (1 l) (supermarket) ' % 122 'Beer, local brand (1 l) (mid-priced store) ' % 123 'Beer, top quality (330 ml) (supermarket) ' % 124 'Beer, top quality (330 ml) (mid-priced store) ' % 125 'Scotch whisky, six years old (700 ml) (supermarket) ' % 126 'Scotch whisky, six years old (700 ml) (mid-priced store) ' % 127 'Gin, Gilbeys or equivalent (700 ml) (supermarket) ' % 128 'Gin, Gilbeys or equivalent (700 ml) (mid-priced store) ' % 129 'Vermouth, Martini & Rossi (1 l) (supermarket) ' % 130 'Vermouth, Martini & Rossi (1 l) (mid-priced store) ' % 131 'Cognac, French VSOP (700 ml) (supermarket) ' % 132 'Cognac, French VSOP (700 ml) (mid-priced store) ' % 133 'Liqueur, Cointreau (700 ml) (supermarket) ' % 134 'Liqueur, Cointreau (700 ml) (mid-priced store) ' % 135 'Soap (100 g) (supermarket) ' % 136 'Soap (100 g) (mid-priced store) ' % 137 'Laundry detergent (3 l) (supermarket) ' % 138 'Laundry detergent (3 l) (mid-priced store) ' % 139 'Toilet tissue (two rolls) (supermarket) ' % 140 'Toilet tissue (two rolls) (mid-priced store) ' % 141 'Dishwashing liquid (750 ml) (supermarket) ' % 142 'Dishwashing liquid (750 ml) (mid-priced store) ' % 143 'Insect-killer spray (330 g) (supermarket) ' % 144 'Insect-killer spray (330 g) (mid-priced store) ' % 145 'Light bulbs (two, 60 watts) (supermarket) ' % 146 'Light bulbs (two, 60 watts) (mid-priced store) ' % 147 'Batteries (two, size D/LR20) (supermarket) ' % 148 'Batteries (two, size D/LR20) (mid-priced store) ' % 149 'Frying pan (Teflon or good equivalent) (supermarket) ' % 150 'Frying pan (Teflon or good equivalent) (mid-priced store) ' % 151 'Electric toaster (for two slices) (supermarket) ' % 152 'Electric toaster (for two slices) (mid-priced store) ' % 153 'Laundry (one shirt) (standard high-street outlet) ' % 154 'Laundry (one shirt) (mid-priced outlet) ' % 155 'Dry cleaning, mans suit (standard high-street outlet) ' % 156 'Dry cleaning, mans suit (mid-priced outlet) ' % 157 'Dry cleaning, womans dress (standard high-street outlet) ' % 158 'Dry cleaning, womans dress (mid-priced outlet) ' % 159 'Dry cleaning, trousers (standard high-street outlet) ' % 160 'Dry cleaning, trousers (mid-priced outlet) ' % 161 'Aspirins (100 tablets) (supermarket) ' % 162 'Aspirins (100 tablets) (mid-priced store) ' % 163 'Razor blades (five pieces) (supermarket) ' % 164 'Razor blades (five pieces) (mid-priced store) ' % 165 'Toothpaste with fluoride (120 g) (supermarket) ' % 166 'Toothpaste with fluoride (120 g) (mid-priced store) ' % 167 'Facial tissues (box of 100) (supermarket) ' % 168 'Facial tissues (box of 100) (mid-priced store) ' % 169 'Hand lotion (125 ml) (supermarket) ' % 170 'Hand lotion (125 ml) (mid-priced store) ' % 171 'Shampoo & conditioner in one (400 ml) (supermarket) ' % 172 'Shampoo & conditioner in one (400 ml) (mid-priced store) ' % 173 'Lipstick (deluxe type) (supermarket) ' % 174 'Lipstick (deluxe type) (mid-priced store) ' % 175 'Mans haircut (tips included) (average) ' % 176 'Womans cut & blow dry (tips included) (average) ' % 177 'Cigarettes, Marlboro (pack of 20) (supermarket) ' % 178 'Cigarettes, Marlboro (pack of 20) (mid-priced store) ' % 179 'Cigarettes, local brand (pack of 20) (supermarket) ' % 180 'Cigarettes, local brand (pack of 20) (mid-priced store) ' % 181 'Pipe tobacco (50 g) (average) ' % 182 'Telephone and line, monthly rental (average) ' % 183 'Telephone, charge per local call from home (3 mins) (average) ' % 184 'Electricity, monthly bill (average) ' % 185 'Gas, monthly bill (average) ' % 186 'Water, monthly bill (average) ' % 187 'Heating oil (100 l) (average) ' % 188 'Business suit, two piece, medium weight (chain store) ' % 189 'Business suit, two piece, medium weight (mid-priced/branded store) ' % 190 'Business shirt, white (chain store) ' % 191 'Business shirt, white (mid-priced/branded store) ' % 192 'Mens shoes, business wear (chain store) ' % 193 'Mens shoes, business wear (mid-priced/branded store) ' % 194 'Mens raincoat, Burberry type (chain store) ' % 195 'Mens raincoat, Burberry type (mid-priced/branded store) ' % 196 'Socks, wool mixture (chain store) ' % 197 'Socks, wool mixture (mid-priced/branded store) ' % 198 'Dress, ready to wear, daytime (chain store) ' % 199 'Dress, ready to wear, daytime (mid-priced/branded store) ' % 200 'Womens shoes, town (chain store) ' % 201 'Womens shoes, town (mid-priced/branded store) ' % 202 'Womens cardigan sweater (chain store) ' % 203 'Womens cardigan sweater (mid-priced/branded store) ' % 204 'Womens raincoat, Burberry type (chain store) ' % 205 'Womens raincoat, Burberry type (mid-priced/branded store) ' % 206 'Tights, panty hose (chain store) ' % 207 'Tights, panty hose (mid-priced/branded store) ' % 208 'Childs jeans (chain store) ' % 209 'Childs jeans (mid-priced/branded store) ' % 210 'Childs shoes, dresswear (chain store) ' % 211 'Childs shoes, dresswear (mid-priced/branded store) ' % 212 'Childs shoes, sportswear (chain store) ' % 213 'Child s shoes, sportswear (mid-priced/branded store) ' % 214 'Girls dress (chain store) ' % 215 'Girls dress (mid-priced/branded store) ' % 216 'Boys jacket, smart (chain store) ' % 217 'Boys jacket, smart (mid-priced/branded store) ' % 218 'Boys dress trousers (chain store) ' % 219 'Boys dress trousers (mid-priced/branded store) ' % 220 'Hourly rate for domestic cleaning help (average) ' % 221 'Maids monthly wages (full time)(average) ' % 222 'Babysitters rate per hour (average) ' % 223 'Compact disc album (average) ' % 224 'Television, colour (66 cm)(average) ' % 225 'Kodak colour film (36 exposures)(average) ' % 226 'Cost of developing 36 colour pictures (average) ' % 227 'International foreign daily newspaper (average) ' % 228 'Daily local newspaper (average) ' % 229 'International weekly news magazine (Time) (average) ' % 230 'Paperback novel (at bookstore)(average) ' % 231 'Three course dinner for four people (average) ' % 232 'Visit of four people to a nightclub (average) ' % 233 'Four best seats at theatre or concert (average) ' % 234 'Four best seats at cinema (average) ' % 235 'Low priced car (900-1299 cc) (low) ' % 236 'Low priced car (900-1299 cc) (high) ' % 237 'Compact car (1300-1799 cc) (low) ' % 238 'Compact car (1300-1799 cc) (high) ' % 239 'Family car (1800-2499 cc) (low) ' % 240 'Family car (1800-2499 cc) (high) ' % 241 'Deluxe car (2500 cc upwards) (low) ' % 242 'Deluxe car (2500 cc upwards) (high) ' % 243 'Yearly road tax or registration fee (low) ' % 244 'Yearly road tax or registration fee (high) ' % 245 'Cost of a tune up (but no major repairs) (low) ' % 246 'Cost of a tune up (but no major repairs) (high) ' % 247 'Annual premium for car insurance (low) ' % 248 'Annual premium for car insurance (high) ' % 249 'Regular unleaded petrol (1 l) (average) ' % 250 'Taxi: initial meter charge (average) ' % 251 'Taxi rate per additional kilometre (average) ' % 252 'Taxi: airport to city centre (average) ' % 253 'Office rent per sq metre per year ' % 254 'Typical lease term for office property (years) ' % 255 'Industrial space, per sq metre per year ' % 256 'Furnished residential apartment: 1 bedroom (moderate) ' % 257 'Furnished residential apartment: 1 bedroom (high) ' % 258 'Furnished residential apartment: 2 bedroom (moderate) ' % 259 'Furnished residential apartment: 2 bedroom (high) ' % 260 'Unfurnished residential apartment: 2 bedrooms (moderate) ' % 261 'Unfurnished residential apartment: 2 bedrooms (high) ' % 262 'Unfurnished residential apartment: 3 bedrooms (moderate) ' % 263 'Unfurnished residential apartment: 3 bedrooms (high) ' % 264 'Unfurnished residential apartment: 4 bedrooms (moderate) ' % 265 'Unfurnished residential apartment: 4 bedrooms (high) ' % 266 'Furnished residential house: 3 bedrooms (moderate) ' % 267 'Furnished residential house: 3 bedrooms (high) ' % 268 'Unfurnished residential house: 3 bedrooms (moderate) ' % 269 'Unfurnished residential house: 3 bedrooms (high) ' % 270 'Unfurnished residential house: 4 bedrooms (moderate) ' % 271 'Unfurnished residential house: 4 bedrooms (high) ' % 272 'French school: annual tuition, ages 5-12 (average) ' % 273 'French school: annual tuition, ages 13-17 (average) ' % 274 'French school: extra costs, ages 5-12 (average) ' % 275 'French school: extra costs, ages 13-17 (average) ' % 276 'French school: kindergarten annual fees (average) ' % 277 'German school: annual tuition, ages 5-12 (average) ' % 278 'German school: annual tuition, ages 13-17 (average) ' % 279 'German school: extra costs, ages 5-12 (average) ' % 280 'German school: extra costs, ages 13-17 (average) ' % 281 'German school: kindergarten annual fees (average) ' % 282 'American/English school: annual tuition, ages 5-12 (average) ' % 283 'American/English school: annual tuition, ages 13-17 (average) ' % 284 'American/English school: extra costs, ages 5-12 (average) ' % 285 'American/English school: extra costs, ages 13-17 (average) ' % 286 'American/English school: kindergarten annual fees (average) ' % 287 'Routine checkup at family doctor (average) ' % 288 'One X-ray at doctors office or hospital (average) ' % 289 'Visit to dentist (one X-ray and one filling) (average) ' % 290 'Green fees on a public golf course (average) ' % 291 'Hire of tennis court for one hour (average) ' % 292 'Cost of six tennis balls eg Dunlop, Wilson (average) ' % 293 'Entrance fee to a public swimming pool (average) ' % 294 'Business trip, typical daily cost ' % 295 'Hilton-type hotel, single room, one night including breakfast (average)' % 296 'Moderate hotel, single room, one night including breakfast (average) ' % 297 'One drink at bar of first class hotel (average) ' % 298 'Two-course meal for two people (average) ' % 299 'Simple meal for one person (average) ' % 300 'Fast food snack: hamburger, fries and drink (average) ' % 301 'Hire car, weekly rate for lowest price classification (average) ' % 302 'Hire car, weekly rate for moderate price classification (average) ' % 303 'One good seat at cinema (average) ']; % 304 return;