/******************************************************************************
* arrAppl   |  Appliance name (Max 60 Chars)                                  *
* arrQty    |  Quantity Default (Numeric)                                     *
* arrHD     |  Hours per Day Default (Numeric)                                *
* arrMD     |  Minutes per Day Default (Numeric)                              *
* arrDM     |  Days per Month Default (Numeric)                               *
* ArrPower  |  Power Used in kW (Decimal)                                     *
* arrX      |  Multiplier (Numeric)                                           *
* arrRate   |  Usage Rate (Decimal)                                           *
* arrTip    |  Appliance Tip (Max 1000 Chars)                                 *
******************************************************************************/
var currentRate = 5;
var minThresholdRate = 5;
var maxThresholdRate = 5.9;
var kWhThreshold = 1000;

var arrAppl = new Array();
var arrQty = new Array();
var arrHD = new Array();
var arrMD = new Array();
var arrDM = new Array();
var arrPower = new Array();
var arrX = new Array();
var arrRate = new Array();
var arrTip = new Array();

// Start Data //
arrAppl[0] = 'Air Cleaner (Electronic)';
arrQty[0] = 1;
arrHD[0] = 16;
arrMD[0] = 15;
arrDM[0] = 30;
arrPower[0] = 0.04;
arrX[0] = 100;
arrRate[0] = currentRate;
arrTip[0] = 'Make sure your air cleaner is in good repair. One that is dirty or clogged will not work as well.';

arrAppl[1] = 'Air Conditioner (Central - 2.5 tons)';
arrQty[1] = 1;
arrHD[1] = 8;
arrMD[1] = 0;
arrDM[1] = 30;
arrPower[1] = 3.5;
arrX[1] = 100;
arrRate[1] = currentRate;
arrTip[1] = 'Try cooling your home to only 24 or 25 degrees celsius. Each degree below 26 will noticeably increase your electricity use.';

arrAppl[2] = 'Air Conditioner (Room - 6,000 BTU)';
arrQty[2] = 1;
arrHD[2] = 8;
arrMD[2] = 0;
arrDM[2] = 30;
arrPower[2] = 0.75;
arrX[2] = 100;
arrRate[2] = currentRate;
arrTip[2] = 'Remember to turn the unit off when the room is not occupied.';

arrAppl[3] = 'Aquarium';
arrQty[3] = 1;
arrHD[3] = 24;
arrMD[3] = 0;
arrDM[3] = 30;
arrPower[3] = 0.028;
arrX[3] = 100;
arrRate[3] = currentRate;
arrTip[3] = 'Use a timer for the lights and even the pump or heater to cut down on energy consumption without affecting the health of the fish. Be sure to get an expert opinion before adjusting settings.';

arrAppl[4] = 'Barbeque Grill';
arrQty[4] = 1;
arrHD[4] = 1;
arrMD[4] = 30;
arrDM[4] = 6;
arrPower[4] = 1.35;
arrX[4] = 100;
arrRate[4] = currentRate;
arrTip[4] = 'Don\'t keep the grill on for an excessive amount of time before and after cooking. Maximize the amount of food being cooked at once.';

arrAppl[5] = 'Block Heater (large)';
arrQty[5] = 1;
arrHD[5] = 12;
arrMD[5] = 0;
arrDM[5] = 30;
arrPower[5] = 1;
arrX[5] = 100;
arrRate[5] = currentRate;
arrTip[5] = 'An outdoor timer, set to turn on the block heater 2 - 4 hours before you start your car, can save up to 70% of the energy used by your block heater.';

arrAppl[6] = 'Block Heater (small)';
arrQty[6] = 1;
arrHD[6] = 12;
arrMD[6] = 0;
arrDM[6] = 30;
arrPower[6] = 0.5;
arrX[6] = 100;
arrRate[6] = currentRate;
arrTip[6] = 'An outdoor timer, set to turn on the block heater 2 - 4 hours before you start your car, can save up to 70% of the energy used by your block heater.';

arrAppl[7] = 'Broiler';
arrQty[7] = 1;
arrHD[7] = 1;
arrMD[7] = 30;
arrDM[7] = 5;
arrPower[7] = 1.4;
arrX[7] = 100;
arrRate[7] = currentRate;
arrTip[7] = 'When you\'re preparing smaller meals, use an electric frying pan, microwave or toaster-oven rather than a full-size oven to save energy.';

arrAppl[8] = 'Can Opener';
arrQty[8] = 1;
arrHD[8] = 0;
arrMD[8] = 1;
arrDM[8] = 30;
arrPower[8] = 0.18;
arrX[8] = 100;
arrRate[8] = currentRate;
arrTip[8] = 'Small appliances can attract young children. Make sure you keep them in a safe place where youngsters cannot play with them.';

arrAppl[9] = 'Car Interior  Heater';
arrQty[9] = 1;
arrHD[9] = 4;
arrMD[9] = 0;
arrDM[9] = 30;
arrPower[9] = 0.85;
arrX[9] = 100;
arrRate[9] = currentRate;
arrTip[9] = 'Small appliances can attract young children. Make sure you keep them in a safe place where youngsters cannot play with them.';

arrAppl[10] = 'Carving Knife';
arrQty[10] = 1;
arrHD[10] = 0;
arrMD[10] = 3;
arrDM[10] = 30;
arrPower[10] = 0.09;
arrX[10] = 100;
arrRate[10] = currentRate;
arrTip[10] = 'Be sure to keep carving knives away from young children.';

arrAppl[11] = 'Clock';
arrQty[11] = 2;
arrHD[11] = 24;
arrMD[11] = 0;
arrDM[11] = 30;
arrPower[11] = 0.005;
arrX[11] = 100;
arrRate[11] = currentRate;
arrTip[11] = 'Be sure to keep carving knives away from young children.';

arrAppl[12] = 'Clothes Dryer - Compact';
arrQty[12] = 1;
arrHD[12] = 2;
arrMD[12] = 10;
arrDM[12] = 4;
arrPower[12] = 5;
arrX[12] = 100;
arrRate[12] = currentRate;
arrTip[12] = 'Never vent your dryer indoors. Doing so can be dangerous due to moisture fibres and chemicals in the dryer exhaust.';

arrAppl[13] = 'Clothes Dryer - Standard';
arrQty[13] = 1;
arrHD[13] = 3;
arrMD[13] = 58;
arrDM[13] = 4;
arrPower[13] = 5;
arrX[13] = 100;
arrRate[13] = currentRate;
arrTip[13] = 'You can save energy and your clothes by choosing a dryer that shuts off automatically as soon as the clothes are dry';

arrAppl[14] = 'Clothes Washer - Compact';
arrQty[14] = 1;
arrHD[14] = 3;
arrMD[14] = 10;
arrDM[14] = 4;
arrPower[14] = 0.5;
arrX[14] = 100;
arrRate[14] = currentRate;
arrTip[14] = 'Use cold water for the rinse cycle - it rinses clothes better and saves a significant amount of energy.';

arrAppl[15] = 'Clothes Washer - Standard';
arrQty[15] = 1;
arrHD[15] = 4;
arrMD[15] = 30;
arrDM[15] = 4;
arrPower[15] = 0.5;
arrX[15] = 100;
arrRate[15] = currentRate;
arrTip[15] = 'Look for Energy Star qualified washers when you buy. They are the most energy-efficient products in the Canadian marketplace, and use 35-50% less water and 50% less energy per load than average clothes washers.';

arrAppl[16] = 'Coffee Maker';
arrQty[16] = 1;
arrHD[16] = 1;
arrMD[16] = 0;
arrDM[16] = 30;
arrPower[16] = 0.9;
arrX[16] = 50.29;
arrRate[16] = currentRate;
arrTip[16] = 'If you\'re not having any more coffee, turn off the coffee maker.';

arrAppl[17] = 'Computer (Desk Top with Monitor and Printer)';
arrQty[17] = 1;
arrHD[17] = 3;
arrMD[17] = 0;
arrDM[17] = 30;
arrPower[17] = 0.2;
arrX[17] = 100;
arrRate[17] = currentRate;
arrTip[17] = 'More recent model computers have a standby mode that saves energy when the computer is not in use. However, to maximize energy savings, it\'s best to turn off your computer when you\'re not using it. Check with the manufacturer to determine what effect this may have on reliability and warranties.';

arrAppl[18] = 'Computer (Laptop)';
arrQty[18] = 1;
arrHD[18] = 3;
arrMD[18] = 0;
arrDM[18] = 30;
arrPower[18] = 0.02;
arrX[18] = 100;
arrRate[18] = currentRate;
arrTip[18] = 'More recent model computers have a standby mode that saves energy when the computer is not in use. However, to maximize energy savings, it\'s best to turn off your computer when you\'re not using it. Check with the manufacturer to determine what effect this may have on reliability and warranties.';

arrAppl[19] = 'Deep Fryer';
arrQty[19] = 1;
arrHD[19] = 1;
arrMD[19] = 0;
arrDM[19] = 8;
arrPower[19] = 1.5;
arrX[19] = 100;
arrRate[19] = currentRate;
arrTip[19] = 'Be sure you don\'t overfill the fryer. Read both the recipe and the apliance instructions.';

arrAppl[20] = 'Dehumidifier';
arrQty[20] = 1;
arrHD[20] = 24;
arrMD[20] = 0;
arrDM[20] = 4;
arrPower[20] = 0.35;
arrX[20] = 100;
arrRate[20] = currentRate;
arrTip[20] = 'Be sure you don\'t overfill the fryer. Read both the recipe and the apliance instructions.';

arrAppl[21] = 'Dishwasher';
arrQty[21] = 1;
arrHD[21] = 0;
arrMD[21] = 45;
arrDM[21] = 28;
arrPower[21] = 0.5;
arrX[21] = 100;
arrRate[21] = currentRate;
arrTip[21] = 'Look for Energy Star qualified dishwashers when you buy. They are the most energy-efficient products in the Canadian marketplace, with efficiency levels that are at least 25% higher than the minimum regulated standard in Canada.';

arrAppl[22] = 'Drill';
arrQty[22] = 1;
arrHD[22] = 0;
arrMD[22] = 15;
arrDM[22] = 15;
arrPower[22] = 0.36;
arrX[22] = 100;
arrRate[22] = currentRate;
arrTip[22] = 'Look for Energy Star qualified dishwashers when you buy. They are the most energy-efficient products in the Canadian marketplace, with efficiency levels that are at least 25% higher than the minimum regulated standard in Canada.';

arrAppl[23] = 'Electric Blanket';
arrQty[23] = 1;
arrHD[23] = 3;
arrMD[23] = 0;
arrDM[23] = 30;
arrPower[23] = 1;
arrX[23] = 8.97;
arrRate[23] = currentRate;
arrTip[23] = 'Consider using an electric blanket or down quilts to stay warm at night - and turn down your heating system to save energy.';

arrAppl[24] = 'Electric Heater (High Setting)';
arrQty[24] = 1;
arrHD[24] = 12;
arrMD[24] = 0;
arrDM[24] = 30;
arrPower[24] = 1.5;
arrX[24] = 74.97;
arrRate[24] = currentRate;
arrTip[24] = 'Electric heating is 100% efficient.';

arrAppl[25] = 'Electric Heater (Low Setting)';
arrQty[25] = 1;
arrHD[25] = 12;
arrMD[25] = 0;
arrDM[25] = 30;
arrPower[25] = 0.75;
arrX[25] = 74.98;
arrRate[25] = currentRate;
arrTip[25] = 'Electric heating is 100% efficient.';

arrAppl[26] = 'Fan (Ceiling)';
arrQty[26] = 2;
arrHD[26] = 5;
arrMD[26] = 50;
arrDM[26] = 30;
arrPower[26] = 0.06;
arrX[26] = 100;
arrRate[26] = currentRate;
arrTip[26] = 'An inefficient fax can use as much as 50% more energy than an efficient one. Look for a standby mode that offers low energy consumption, and/or an energy-saver feature.';

arrAppl[27] = 'Fan (Portable)';
arrQty[27] = 1;
arrHD[27] = 1;
arrMD[27] = 9;
arrDM[27] = 30;
arrPower[27] = 0.115;
arrX[27] = 100;
arrRate[27] = currentRate;
arrTip[27] = 'Portable fans can enhance the effectiveness of your air conditioning and therefore reduce your cooling costs. But, as always, be sure to turn off energy consuming appliances when you are not using them.';

arrAppl[28] = 'Fax Machine (Laser)';
arrQty[28] = 1;
arrHD[28] = 16;
arrMD[28] = 40;
arrDM[28] = 30;
arrPower[28] = 0.002;
arrX[28] = 100;
arrRate[28] = currentRate;
arrTip[28] = 'An inefficient fax can use as much as 50% more energy than an efficient one. Look for a standby mode that offers low energy consumption, and/or an energy-saver feature.';

arrAppl[29] = 'Floor Polisher';
arrQty[29] = 1;
arrHD[29] = 0;
arrMD[29] = 10;
arrDM[29] = 30;
arrPower[29] = 0.3;
arrX[29] = 100;
arrRate[29] = currentRate;
arrTip[29] = 'An inefficient fax can use as much as 50% more energy than an efficient one. Look for a standby mode that offers low energy consumption, and/or an energy-saver feature.';

arrAppl[30] = 'Food Blender';
arrQty[30] = 1;
arrHD[30] = 0;
arrMD[30] = 7;
arrDM[30] = 30;
arrPower[30] = 0.39;
arrX[30] = 100;
arrRate[30] = currentRate;
arrTip[30] = 'When buying a new blender, be sure to check its energy efficiency rating and safety features.';

arrAppl[31] = 'Freezer - Chest (Large)';
arrQty[31] = 1;
arrHD[31] = 24;
arrMD[31] = 0;
arrDM[31] = 30;
arrPower[31] = 0.14;
arrX[31] = 7.5;
arrRate[31] = currentRate;
arrTip[31] = 'Energy efficient appliances often use better quality construction and advanced technologies, giving you more reliable and better performing appliances.';

arrAppl[32] = 'Freezer - Chest (Small)';
arrQty[32] = 1;
arrHD[32] = 24;
arrMD[32] = 0;
arrDM[32] = 30;
arrPower[32] = 0.12;
arrX[32] = 7.5;
arrRate[32] = currentRate;
arrTip[32] = 'Energy efficient appliances often use better quality construction and advanced technologies, giving you more reliable and better performing appliances.';

arrAppl[33] = 'Freezer - Large Upright - Manual Defrost';
arrQty[33] = 1;
arrHD[33] = 24;
arrMD[33] = 0;
arrDM[33] = 30;
arrPower[33] = 0.14;
arrX[33] = 7.5;
arrRate[33] = currentRate;
arrTip[33] = 'Energy efficient appliances often use better quality construction and advanced technologies, giving you more reliable and better performing appliances.';

arrAppl[34] = 'Freezer - Upright - Auto Defrost';
arrQty[34] = 1;
arrHD[34] = 24;
arrMD[34] = 0;
arrDM[34] = 30;
arrPower[34] = 0.15;
arrX[34] = 6.94;
arrRate[34] = currentRate;
arrTip[34] = 'Energy efficient appliances often use better quality construction and advanced technologies, giving you more reliable and better performing appliances.';

arrAppl[35] = 'Frying Pan';
arrQty[35] = 1;
arrHD[35] = 1;
arrMD[35] = 0;
arrDM[35] = 8;
arrPower[35] = 1.15;
arrX[35] = 49.98;
arrRate[35] = currentRate;
arrTip[35] = 'Minimize the amount of time cooking appliances are on by runing the off right after you\'ve finished using them.';

arrAppl[36] = 'Furnace Fan Motor - continuous operation';
arrQty[36] = 1;
arrHD[36] = 24;
arrMD[36] = 0;
arrDM[36] = 30;
arrPower[36] = 0.4;
arrX[36] = 100;
arrRate[36] = currentRate;
arrTip[36] = 'Keeping appliances well maintained often increases their efficiency.';

arrAppl[37] = 'Furnace Fan Motor - intermittent operation';
arrQty[37] = 1;
arrHD[37] = 10;
arrMD[37] = 0;
arrDM[37] = 30;
arrPower[37] = 0.4;
arrX[37] = 100;
arrRate[37] = currentRate;
arrTip[37] = 'Keeping appliances well maintained often increases their efficiency.';

arrAppl[38] = 'Hair Dryer (Portable)';
arrQty[38] = 1;
arrHD[38] = 0;
arrMD[38] = 10;
arrDM[38] = 30;
arrPower[38] = 1;
arrX[38] = 100;
arrRate[38] = currentRate;
arrTip[38] = 'Using a hairdryer near water can be hazardous. If your hands are wet or if you\'re standing on a wet or damp floor, you could get an electrical shock.';

arrAppl[39] = 'Heat Exchangers/HRV\'s';
arrQty[39] = 1;
arrHD[39] = 24;
arrMD[39] = 0;
arrDM[39] = 30;
arrPower[39] = 0.125;
arrX[39] = 100;
arrRate[39] = currentRate;
arrTip[39] = 'Clean out air filters every month and the heat exchanger core every year.';

arrAppl[40] = 'Heat Lamp (Infrared)';
arrQty[40] = 1;
arrHD[40] = 0;
arrMD[40] = 6;
arrDM[40] = 30;
arrPower[40] = 0.25;
arrX[40] = 100;
arrRate[40] = currentRate;
arrTip[40] = 'Heat lamps use more energy than regular lamps. If your heat lamp doesn\'t have a timer, be sure to turn it off when it\'s not in use.';

arrAppl[41] = 'Heating Pad';
arrQty[41] = 1;
arrHD[41] = 24;
arrMD[41] = 0;
arrDM[41] = 30;
arrPower[41] = 0.065;
arrX[41] = 49.87;
arrRate[41] = currentRate;
arrTip[41] = 'Remember turn off heating pads and blankets when you aren\'t using them, and be careful where you place them or any other heat-emitting devices. Be sure to read the manufacturer\'s instructions.';

arrAppl[42] = 'Hedge Trimmer';
arrQty[42] = 1;
arrHD[42] = 0;
arrMD[42] = 12;
arrDM[42] = 30;
arrPower[42] = 0.125;
arrX[42] = 100;
arrRate[42] = currentRate;
arrTip[42] = 'Remember turn off heating pads and blankets when you aren\'t using them, and be careful where you place them or any other heat-emitting devices. Be sure to read the manufacturer\'s instructions.';

arrAppl[43] = 'Humidifier (Portable)';
arrQty[43] = 1;
arrHD[43] = 10;
arrMD[43] = 20;
arrDM[43] = 30;
arrPower[43] = 0.1;
arrX[43] = 100;
arrRate[43] = currentRate;
arrTip[43] = 'Make sure your humidifier is in good repair. One that is dirty or clogged will not work as well.';

arrAppl[44] = 'Humidifier (Ultrasonic)';
arrQty[44] = 1;
arrHD[44] = 10;
arrMD[44] = 22;
arrDM[44] = 30;
arrPower[44] = 0.045;
arrX[44] = 100;
arrRate[44] = currentRate;
arrTip[44] = 'Make sure your humidifier is in good repair. One that is dirty or clogged will not work as well.';

arrAppl[45] = 'Iron (Hand)';
arrQty[45] = 1;
arrHD[45] = 2;
arrMD[45] = 0;
arrDM[45] = 8;
arrPower[45] = 1;
arrX[45] = 50;
arrRate[45] = currentRate;
arrTip[45] = 'Instead of ironing, hang wrinkled clothing in the bathroom while you take a steamy shower.';

arrAppl[46] = 'Kettle';
arrQty[46] = 1;
arrHD[46] = 0;
arrMD[46] = 10;
arrDM[46] = 30;
arrPower[46] = 1.5;
arrX[46] = 100;
arrRate[46] = currentRate;
arrTip[46] = 'Electric kettles heat water quickly and are, on average, 50% more efficient than using a stovetop kettle.';

arrAppl[47] = 'Lawn Mower (1.5 hp)';
arrQty[47] = 1;
arrHD[47] = 0;
arrMD[47] = 45;
arrDM[47] = 4;
arrPower[47] = 1.5;
arrX[47] = 100;
arrRate[47] = currentRate;
arrTip[47] = 'Be sure to use an outside outlet that is protected by ground fault circuit protection.';

arrAppl[48] = 'Lighting  - 3 lamp ceiling fixture';
arrQty[48] = 1;
arrHD[48] = 3;
arrMD[48] = 25;
arrDM[48] = 30;
arrPower[48] = 0.18;
arrX[48] = 100;
arrRate[48] = currentRate;
arrTip[48] = 'A dimmer switch controls the brightness of an incandescent light bulb. The lower the light level, the lower the energy consumption.';

arrAppl[49] = 'Lighting  - 5 lamp chandelier';
arrQty[49] = 1;
arrHD[49] = 3;
arrMD[49] = 40;
arrDM[49] = 30;
arrPower[49] = 0.1;
arrX[49] = 100;
arrRate[49] = currentRate;
arrTip[49] = 'Use a dimmer to turn down light levels. You\'ll extend bulb life and save energy.';

arrAppl[50] = 'Lighting - 11 watt compact fluorescent';
arrQty[50] = 1;
arrHD[50] = 10;
arrMD[50] = 0;
arrDM[50] = 30;
arrPower[50] = 0.011;
arrX[50] = 100;
arrRate[50] = currentRate;
arrTip[50] = 'An 11 watt compact fluorescent can replace a 40 watt incandescent bulb, provide the same amount of light - and use up to 70% less energy.';

arrAppl[51] = 'Lighting - 15 watt compact fluorescent';
arrQty[51] = 1;
arrHD[51] = 10;
arrMD[51] = 0;
arrDM[51] = 30;
arrPower[51] = 0.015;
arrX[51] = 100;
arrRate[51] = currentRate;
arrTip[51] = 'A 15 watt compact fluorescent can replace a 60 watt incandescent bulb, provide the same amount of light - and use up to 70% less energy.';

arrAppl[52] = 'Lighting - 18 watt compact fluorescent';
arrQty[52] = 1;
arrHD[52] = 10;
arrMD[52] = 0;
arrDM[52] = 30;
arrPower[52] = 0.018;
arrX[52] = 100;
arrRate[52] = currentRate;
arrTip[52] = 'An 18 watt compact fluorescent can replace a 75 watt incandescent bulb, provide the same amount of light - and use up to 70% less energy.';

arrAppl[53] = 'Lighting - Fluorescent F40T12 (1 lamp - 4 ft)';
arrQty[53] = 1;
arrHD[53] = 10;
arrMD[53] = 0;
arrDM[53] = 30;
arrPower[53] = 0.047;
arrX[53] = 100;
arrRate[53] = currentRate;
arrTip[53] = 'Fluorescent tubes use on average 60 - 80% less energy than regular incandescent bulbs, and offer a range of light quality from "cool white" to "deluxe warm." They also last 10 to 20 times longer than normal bulbs.';

arrAppl[54] = 'Lighting - Fluorescent F40T12 (2 lamp - 4 ft)';
arrQty[54] = 1;
arrHD[54] = 18;
arrMD[54] = 49;
arrDM[54] = 30;
arrPower[54] = 0.093;
arrX[54] = 100;
arrRate[54] = currentRate;
arrTip[54] = 'Fluorescent tubes use on average 60 - 80% less energy than regular incandescent bulbs and offer a range of light quality from "cool white" to "deluxe warm". They also last 10 to 20 times longer than normal bulbs.';

arrAppl[55] = 'Lighting - Fluorescent F96T12 (2 lamp - 8 ft)';
arrQty[55] = 1;
arrHD[55] = 17;
arrMD[55] = 4;
arrDM[55] = 30;
arrPower[55] = 0.205;
arrX[55] = 100;
arrRate[55] = currentRate;
arrTip[55] = 'Fluorescent tubes use on average 60 - 80% less energy than regular incandescent bulbs and offer a range of light quality from "cool white" to "deluxe warm". They also last 10 to 20 times longer than normal bulbs.';

arrAppl[56] = 'Lighting - Fluorescent F96T12 HO (hi output  2 lamp - 8 ft)';
arrQty[56] = 1;
arrHD[56] = 12;
arrMD[56] = 0;
arrDM[56] = 30;
arrPower[56] = 0.252;
arrX[56] = 100;
arrRate[56] = currentRate;
arrTip[56] = 'Save energy by only using what you need. Consider using a regular (lower output) lamp.';

arrAppl[57] = 'Lighting - halogen spotlight';
arrQty[57] = 1;
arrHD[57] = 10;
arrMD[57] = 0;
arrDM[57] = 30;
arrPower[57] = 0.09;
arrX[57] = 100;
arrRate[57] = currentRate;
arrTip[57] = 'Halogen desk lamps are considerably more energy efficient than incandescent lamps. They consume only 25 - 35% of the energy of an incandescent unit, with the same light output. They also last 2-4 times longer than regular bulbs.';

arrAppl[58] = 'Lighting - incandescent spotlight';
arrQty[58] = 1;
arrHD[58] = 10;
arrMD[58] = 0;
arrDM[58] = 30;
arrPower[58] = 0.15;
arrX[58] = 100;
arrRate[58] = currentRate;
arrTip[58] = 'Equipping outdoor fixtures with a motion sensor is a great way of lighting your doorway in the evening - without leaving lights on unnecessarily. For maximum efficiency, look for units that combine daylight and motion sensors.';

arrAppl[59] = 'Lighting Compact Fluorescent Circular model';
arrQty[59] = 1;
arrHD[59] = 9;
arrMD[59] = 50;
arrDM[59] = 30;
arrPower[59] = 0.022;
arrX[59] = 100;
arrRate[59] = currentRate;
arrTip[59] = 'A 22 watt compact fluorescent can replace a 100 watt incandescent bulb, provide the same amount of light - and use up to 70% less energy.';

arrAppl[60] = 'Lighting Task light (100 watts)';
arrQty[60] = 1;
arrHD[60] = 10;
arrMD[60] = 0;
arrDM[60] = 30;
arrPower[60] = 0.1;
arrX[60] = 100;
arrRate[60] = currentRate;
arrTip[60] = 'Halogen desk lamps are considerably more energy efficient than incandescent lamps: they consume only 25 to 35 % of the energy of an incandescent unit, with the same light output. Desk lamps with fluorescent light bulbs are even more efficient.';

arrAppl[61] = 'Lighting Task light (60 W)';
arrQty[61] = 1;
arrHD[61] = 10;
arrMD[61] = 0;
arrDM[61] = 30;
arrPower[61] = 0.06;
arrX[61] = 100;
arrRate[61] = currentRate;
arrTip[61] = 'Halogen desk lamps are considerably more energy efficient than incandescent lamps: they consume only 25 to 35% of the energy of an incandescent unit, with the same light output. Desk lamps with fluorescent light bulbs are even more efficient.';

arrAppl[62] = 'Microwave Oven';
arrQty[62] = 1;
arrHD[62] = 0;
arrMD[62] = 35;
arrDM[62] = 30;
arrPower[62] = 0.75;
arrX[62] = 100;
arrRate[62] = currentRate;
arrTip[62] = 'Cooking just a small quantity? Consider a microwave, toaster oven or slow cooker. They are much more efficient.';

arrAppl[63] = 'Oil Furnace Burner';
arrQty[63] = 1;
arrHD[63] = 6;
arrMD[63] = 24;
arrDM[63] = 30;
arrPower[63] = 0.26;
arrX[63] = 100;
arrRate[63] = currentRate;
arrTip[63] = 'Heating costs rise approximately 5% for every degree above 20°C (68°F) that you set your household thermostat.';

arrAppl[64] = 'Power Saw';
arrQty[64] = 1;
arrHD[64] = 0;
arrMD[64] = 30;
arrDM[64] = 5;
arrPower[64] = 0.275;
arrX[64] = 100;
arrRate[64] = currentRate;
arrTip[64] = 'Make sure to follow all safety precautions as indicated by the manufacturer. This includes proper use of the tool and use of safety clothing such as gloves and goggles.';

arrAppl[65] = 'Range/Oven - Bake Element Only';
arrQty[65] = 1;
arrHD[65] = 1;
arrMD[65] = 0;
arrDM[65] = 24;
arrPower[65] = 3.2;
arrX[65] = 100;
arrRate[65] = currentRate;
arrTip[65] = 'Even if you clean your oven only 2-3 times a year, consider buying a self-cleaning unit. Although they use energy during cleaning, self-cleaning ovens are generally better insulated than regular ovens, which means they require less energy to cook your food.';

arrAppl[66] = 'Range/Oven - Self Cleaning Feature Only';
arrQty[66] = 1;
arrHD[66] = 4;
arrMD[66] = 0;
arrDM[66] = 1;
arrPower[66] = 4;
arrX[66] = 100;
arrRate[66] = currentRate;
arrTip[66] = 'Use this feature right after the oven has been used, and is already warm.';

arrAppl[67] = 'Range/Oven Cooktop - Large Element Only';
arrQty[67] = 1;
arrHD[67] = 1;
arrMD[67] = 0;
arrDM[67] = 16;
arrPower[67] = 2.4;
arrX[67] = 100;
arrRate[67] = currentRate;
arrTip[67] = 'Conserve energy by using the appropriate pot for the different element sizes.';

arrAppl[68] = 'Refrigerator - Auto Defrost Side freezer';
arrQty[68] = 1;
arrHD[68] = 24;
arrMD[68] = 0;
arrDM[68] = 30;
arrPower[68] = 0.17;
arrX[68] = 24.88;
arrRate[68] = currentRate;
arrTip[68] = 'This calculation is based on recent models. Older models are significantly less efficient, and may use as much as double the amount of energy.';

arrAppl[69] = 'Refrigerator - Large Auto Defrost Top/bot freezer';
arrQty[69] = 1;
arrHD[69] = 24;
arrMD[69] = 0;
arrDM[69] = 30;
arrPower[69] = 0.17;
arrX[69] = 18.77;
arrRate[69] = currentRate;
arrTip[69] = 'This calculation is based on recent models. Older models are significantly less efficient, and may use as much as double the amount of energy.';

arrAppl[70] = 'Refrigerator - Manual Defrost';
arrQty[70] = 1;
arrHD[70] = 24;
arrMD[70] = 0;
arrDM[70] = 30;
arrPower[70] = 0.17;
arrX[70] = 11;
arrRate[70] = currentRate;
arrTip[70] = 'This calculation is based on recent models. Older models are significantly less efficient, and may use as much as double the amount of energy.';

arrAppl[71] = 'Refrigerator - Small Auto Defrost  Top/bot freezer';
arrQty[71] = 1;
arrHD[71] = 24;
arrMD[71] = 0;
arrDM[71] = 30;
arrPower[71] = 0.13;
arrX[71] = 26.5;
arrRate[71] = currentRate;
arrTip[71] = 'This calculation is based on recent models. Older models are significantly less efficient, and may use as much as double the amount of energy.';

arrAppl[72] = 'Sewing Machine';
arrQty[72] = 1;
arrHD[72] = 0;
arrMD[72] = 17;
arrDM[72] = 30;
arrPower[72] = 0.075;
arrX[72] = 100;
arrRate[72] = currentRate;
arrTip[72] = 'This calculation is based on recent models. Older models are significantly less efficient, and may use as much as double the amount of energy.';

arrAppl[73] = 'Spa (4-6 person - outdoor)';
arrQty[73] = 1;
arrHD[73] = 1;
arrMD[73] = 0;
arrDM[73] = 30;
arrPower[73] = 1;
arrX[73] = 56.23;
arrRate[73] = currentRate;
arrTip[73] = 'This calculation is based on low to medium use of an insulated tub with 2" thermal cover in Southern Ontario. If you have a spa with different specifications, or you live in a different area, please check with your manufacturer for energy usage details.';

arrAppl[74] = 'Stereo';
arrQty[74] = 1;
arrHD[74] = 6;
arrMD[74] = 0;
arrDM[74] = 30;
arrPower[74] = 0.03;
arrX[74] = 100;
arrRate[74] = currentRate;
arrTip[74] = 'Don\'t use radios or stereos near water. If your hands are wet or if you\'re standing on a wet or damp floor, you could get an electrical shock.';

arrAppl[75] = 'Sun Lamp';
arrQty[75] = 1;
arrHD[75] = 0;
arrMD[75] = 4;
arrDM[75] = 30;
arrPower[75] = 0.28;
arrX[75] = 100;
arrRate[75] = currentRate;
arrTip[75] = 'Make sure to read the manufacturer\'s instructions. Please note: excessive use of a sun lamp may be harmful to your health.';

arrAppl[76] = 'Swimming Pool Filter Pump (1.0 hp)';
arrQty[76] = 1;
arrHD[76] = 24;
arrMD[76] = 0;
arrDM[76] = 30;
arrPower[76] = 0.932;
arrX[76] = 100;
arrRate[76] = currentRate;
arrTip[76] = 'Ask the pool manufacturer if you can use a timer to reduce the pump run time.';

arrAppl[77] = 'Swimming Pool Filter Pump (1.5 hp)';
arrQty[77] = 1;
arrHD[77] = 24;
arrMD[77] = 0;
arrDM[77] = 30;
arrPower[77] = 1.399;
arrX[77] = 100;
arrRate[77] = currentRate;
arrTip[77] = 'Ask the pool manufacturer if you can use a timer to reduce the pump run time.';

arrAppl[78] = 'Swimming Pool Filter Pump (1/2 HP)';
arrQty[78] = 1;
arrHD[78] = 24;
arrMD[78] = 0;
arrDM[78] = 30;
arrPower[78] = 0.466;
arrX[78] = 120.41;
arrRate[78] = currentRate;
arrTip[78] = 'Ask the pool manufacturer if you can use a timer to reduce the pump run time.';

arrAppl[79] = 'Swimming Pool Filter Pump (3/4 HP)';
arrQty[79] = 1;
arrHD[79] = 24;
arrMD[79] = 0;
arrDM[79] = 30;
arrPower[79] = 0.7;
arrX[79] = 120.24;
arrRate[79] = currentRate;
arrTip[79] = 'Ask the pool manufacturer if you can use a timer to reduce the pump run time.';

arrAppl[80] = 'Television';
arrQty[80] = 1;
arrHD[80] = 4;
arrMD[80] = 0;
arrDM[80] = 30;
arrPower[80] = 0.08;
arrX[80] = 100;
arrRate[80] = currentRate;
arrTip[80] = 'If you use your television because you like having background noise, try using a small radio instead - it will use less energy than a television.';

arrAppl[81] = 'Toaster';
arrQty[81] = 1;
arrHD[81] = 0;
arrMD[81] = 5;
arrDM[81] = 30;
arrPower[81] = 1.15;
arrX[81] = 100;
arrRate[81] = currentRate;
arrTip[81] = 'Do not insert any non-food items into a toaster while it is plugged in. For cleaning, it is best to avoid using water whenever possible.';

arrAppl[82] = 'Toaster Oven';
arrQty[82] = 1;
arrHD[82] = 0;
arrMD[82] = 20;
arrDM[82] = 30;
arrPower[82] = 1.25;
arrX[82] = 100;
arrRate[82] = currentRate;
arrTip[82] = 'Toaster ovens use less energy than electric stoves and are ideal for cooking small quantities of food. For efficient baking, make sure there\'s sufficient air circulation around the pan in the oven.';

arrAppl[83] = 'Vacuum Cleaner (Central)';
arrQty[83] = 1;
arrHD[83] = 0;
arrMD[83] = 15;
arrDM[83] = 15;
arrPower[83] = 1.6;
arrX[83] = 100;
arrRate[83] = currentRate;
arrTip[83] = 'Use a carpet sweeper for small cleanups - save your vacum for tougher jobs.';

arrAppl[84] = 'Vacuum Cleaner (Portable)';
arrQty[84] = 1;
arrHD[84] = 0;
arrMD[84] = 15;
arrDM[84] = 15;
arrPower[84] = 0.8;
arrX[84] = 100;
arrRate[84] = currentRate;
arrTip[84] = 'Use a carpet sweeper for small cleanups - save your vacum for tougher jobs.';

arrAppl[85] = 'VCR';
arrQty[85] = 1;
arrHD[85] = 3;
arrMD[85] = 45;
arrDM[85] = 30;
arrPower[85] = 0.04;
arrX[85] = 100;
arrRate[85] = currentRate;
arrTip[85] = 'Keep VCR tape heads clean and well maintained to avoid the risk of damage to tapes. When cleaning or recovering a tape that is stuck, make sure the VCR is unplugged. Avoid overcrowding of electric outlets.';

arrAppl[86] = 'Water Bed Heater';
arrQty[86] = 1;
arrHD[86] = 7;
arrMD[86] = 30;
arrDM[86] = 30;
arrPower[86] = 0.4;
arrX[86] = 40.52;
arrRate[86] = currentRate;
arrTip[86] = 'Keep VCR tape heads clean and well maintained to avoid the risk of damage to tapes. When cleaning or recovering a tape that is stuck, make sure the VCR is unplugged. Avoid overcrowding of electric outlets.';

arrAppl[87] = 'Water Heater (Typical family of 2)';
arrQty[87] = 1;
arrHD[87] = 2;
arrMD[87] = 37;
arrDM[87] = 30;
arrPower[87] = 3.8;
arrX[87] = 100;
arrRate[87] = currentRate;
arrTip[87] = 'Although most electric tanks are well insulated, the hot water in your heater will slowly lose its heat to surrounding air. Water heater blankets will add to the existing insulation and reduce heat loss.';

arrAppl[88] = 'Water Heater (Typical family of 4)';
arrQty[88] = 1;
arrHD[88] = 3;
arrMD[88] = 56;
arrDM[88] = 30;
arrPower[88] = 3.8;
arrX[88] = 100;
arrRate[88] = currentRate;
arrTip[88] = 'Although most electric tanks are well insulated, the hot water in your heater will slowly lose its heat to surrounding air. Water heater blankets will add to the existing insulation and reduce heat loss.';

