// JavaScript Document
$(document).ready(
				  
	function()
	{
		
		
	$("#help").simpletip({ 

   // Configuration properties
   content: 'This is the year the structure was built according to Zillow. If this is incorrect or zero enter the correct year. ',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade'
  
   
});
	$("#help1").simpletip({ 

   // Configuration properties
   content: 'Square Footage of the structure according to Zillow. If this is incorrect or zero enter the correct size in sqft.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade'
  
   
});
	$("#help2").simpletip({ 

   // Configuration properties
   content: 'Enter the number of stories tall the structure is. For homes built into a hillside with an exposed basement count the basement as a story.',
   
    fixed: true,
   position: ["20", "20"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help3").simpletip({ 

   // Configuration properties
   content: 'Select the closest compass direction from the pull-down menu. For these purposes, the front of your house is the side facing the street.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help4").simpletip({ 

   // Configuration properties
   content: 'Starting with the front of your house, how many windows are on each side. (Assume each window is 12 square feet).',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help5").simpletip({ 

   // Configuration properties
   content: 'How many people living in your house fall into the following groups? ',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help6").simpletip({ 

   // Configuration properties
   content: 'Duct work is the air distribution system for many comfort systems. It is the tin foil like runs you might find in basement. If there are vents in the building you likely have duct work.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help7").simpletip({ 

   // Configuration properties
   content: 'If your water heater is fueled by a different source please select electricity.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help8").simpletip({ 

   // Configuration properties
   content: 'What currently heats the space.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help9").simpletip({ 

   // Configuration properties
   content: 'If no AC please select No Cooling Equipment',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help10").simpletip({ 

   // Configuration properties
   content: 'This is the average price of electricity in your area. If you have a more exact rate please edit this box.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help11").simpletip({ 

   // Configuration properties
   content: 'This is the average price of natural gas in your area. If you have a more exact rate please edit this box.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help12").simpletip({ 

   // Configuration properties
   content: 'This is the average price of propane in your area. If you have a more exact rate please edit this box.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help13").simpletip({ 

   // Configuration properties
   content: 'This is the average price of Fuel Oil in your area. If you have a more exact rate please edit this box.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help14").simpletip({ 

   // Configuration properties
   content: 'Enter your current annual Heating expense. Do not forget to add up all the fuel, electricity, and other costs associated with your heating bill.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help15").simpletip({ 

   // Configuration properties
   content: 'Enter your current annual Cooling expense. Cooling in the warmer months is often 40% of the electric bill per month.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	$("#help16").simpletip({ 

   // Configuration properties
   content: 'Enter your current annual Hot Water Bill. A good rule of thumb if you use electricity is 7% of the electric bill per month.',
   
    fixed: true,
   position: ["20", "0"],
   showEffect: 'fade',
   hideEffect: 'fade',
  
   
});
	
		
		
	}
);






