function printpop()

{

  var generator=window.open('','popprint','height=1500,width=1000,resizable=yes,scrollbars=yes,toolbar=no,status=no'); 

	var pgastherm=document.escalculator.gastherm.value; 	var ppropaneGas=document.escalculator.propaneGas.value; 	var poilgal=document.escalculator.oilgal.value; 	var pwkwhr=document.escalculator.wkwhr.value; 	var pskwhr=document.escalculator.skwhr.value;
	
	var pvheatbtu=document.escalculator.vheatbtu.value; 	var pheattype=document.escalculator.heattype.value; 	var peheattype=document.escalculator.eheattype.value; 	var pcurrentheatingcost=formatCurrency(document.escalculator.currentheatingcost.value); 	var pheatingtype=document.escalculator.heatingtype.value; 	var peheatingtype=document.escalculator.eheatingtype.value; 	var pnewheatingcost=formatCurrency(document.escalculator.newheatingcost.value); 

	var pcoolbtu=document.escalculator.coolbtu.value; 	var pcurrentcooling=document.escalculator.currentcooling.value; 

	var pccel=document.escalculator.ccel.value; 	var pvccost1=formatCurrency(document.escalculator.vccost1.value); 

	var pnewcooling=document.escalculator.newcooling.value; 	var pncel=document.escalculator.ncel.value; 	var pvccost2=formatCurrency(document.escalculator.vccost2.value); 

	var pannualheatingsavings=formatCurrency(document.escalculator.annualheatingsavings.value);   	var pvcoolsv=formatCurrency(document.escalculator.vcoolsv.value);

	var pvtotalannual=formatCurrency(document.escalculator.vtotalannual.value);   	var pv10yearsavings=formatCurrency(document.escalculator.v10yearsavings.value);



  generator.document.write('<html><head><title>*** Energy Report ***</title>');

  generator.document.write('</head><body>');

  generator.document.write('<img border="0" src="amana/images/masthead-print.png" width="100%"> <table border="0" width="100%" id="table1"><tr><td><table border="0" width="100%" id="table2"><tr><td width="10%">&nbsp;</td><td align="center" valign="top"><table border="1" width="100%" id="table3"><tr><td width="20%" align="center" valign="top"><font face="Verdana">$'+pgastherm+' <br />Natural Gas <br />Therm</font></td><td width="20%" align="center" valign="top"><font face="Verdana">$'+ppropaneGas+'<br />Propane Gallon</font></td><td width="20%" align="center" valign="top"><font face="Verdana">$'+poilgal+'<br />Oil Gallon</font></td><td width="20%" align="center" valign="top"><font face="Verdana">$' + pwkwhr +'<br />Electricity <br>Winter KW</font></td><td width="20%" align="center" valign="top"><font face="Verdana">$'+pskwhr+'<br />Electricity <br>Summer KW</font></td></tr></table></td><td width="10%">&nbsp;</td></tr></table></td></tr></table><table border="1" width="100%" id="table4" cellpadding="5" cellspacing="5"><tr><th><font face="Verdana"><u>Heat Comparison</u></font></th><th><font face="Verdana"><u>Cool Comparison</u></font></th></tr><tr><td width="50%"><table border="0" width="100%" id="table7"><tr><td width="295"><font face="Verdana">Current Heat Btu&#39;s </font></td><td align="right">'+  pvheatbtu  +'&nbsp;</td></tr><tr><td width="295"><font face="Verdana">Current Heat Type</font></td><td align="right">'+pheattype+' &nbsp;</td></tr><tr><td width="295"><font face="Verdana">Current Heat Efficiency</font></td><td align="right">'+ peheattype +'% &nbsp;</td></tr><tr><td width="295"><font face="Verdana">Current Heat Cost</font></td><td align="right"> '+ pcurrentheatingcost +' &nbsp;</td></tr><tr><td width="295">&nbsp;</td><td align="right">&nbsp;</td></tr><tr><td width="295"><font face="Verdana">New Heat Btu&#39;s</font></td><td align="right">'+ pvheatbtu +'&nbsp;</td></tr><tr><td width="295"><font face="Verdana">New Heat Type</font></td><td align="right">'+ pheatingtype +'&nbsp;</td></tr><tr><td width="295"><font face="Verdana">New Heat Efficiency</font></td><td align="right">'+ peheatingtype +'% &nbsp;</td></tr><tr><td width="295"><font face="Verdana">New Heat Cost</font></td><td align="right">'+ pnewheatingcost +' &nbsp;</td></tr></table></td><td width="50%"><table border="0" width="100%" id="table8"><tr><td width="285"><font face="Verdana">Current Cool Btu&#39;s</font></td><td align="right">'+ pcoolbtu +'&nbsp;</td></tr><tr><td width="285"><font face="Verdana">Current Cool Type</font></td><td align="right">'+ pcurrentcooling +'&nbsp;</td></tr><tr><td width="285"><font face="Verdana">Current Cool SEER</font></td><td align="right">'+ pccel +'.00&nbsp;</td></tr><tr><td width="285"><font face="Verdana">Current Cool Cost</font></td><td align="right">'+ pvccost1 +' &nbsp;</td></tr><tr><td width="285">&nbsp;</td><td align="right">&nbsp;</td></tr><tr><td width="285"><font face="Verdana">New Cool Btu&#39;s</font></td><td align="right">'+ pcoolbtu +'&nbsp;</td></tr><tr><td width="285"><font face="Verdana">New Cool Type</font></td><td align="right">'+ pnewcooling +'&nbsp;</td></tr><tr><td width="285"><font face="Verdana">New Cool SEER</font></td><td align="right">'+ pncel +'.00 &nbsp;</td></tr><tr><td width="285"><font face="Verdana">New Cool Cost</font></td><td align="right">'+ pvccost2 +' &nbsp;</td></tr></table></td></tr></table><table border="0" width="100%" id="table9"><tr><td width="50%"><table border="0" id="table10" width="100%"><tr><td width="301">&nbsp;&nbsp;&nbsp;&nbsp; <font face="Verdana">Estimated Heat Savings</font></td><td align="right">'+ pannualheatingsavings +' &nbsp;</td></tr></table></td><td><table border="0" width="100%" id="table11"><tr><td width="293">&nbsp;&nbsp;<font face="Verdana">&nbsp;&nbsp; Estimated Cooling Savings</font></td><td align="right">'+ pvcoolsv +' &nbsp;</td></tr></table></td></tr></table><table border="0" width="100%" id="table5"><tr><td><p align="left"><img border="0" src="amana/images/foot1.png" width="100" height="125"></p></td><td><table border="0" width="100%" id="table6"><tr><td width="365"><p align="right"><font face="Verdana">Combined Estimated Annual Savings</font></p></td><td align="right">'+ pvtotalannual +' &nbsp;</td></tr><tr><td width="365">&nbsp;</td><td align="right">&nbsp;</td></tr><tr><td width="365"><p align="right"><font face="Verdana">10 Year Estimated Savings</font></p></td><td align="right"><p align="right">'+ pv10yearsavings +'  &nbsp;</p></td></tr></table></td><td><img border="0" src="amana/images/energystar.png" width="100" height="125" align="right"></td></tr></table><p>&nbsp;</p><div id="disclamer"><p align="justify"><font face="Verdana">Actual Cost may vary depending on weather conditions, utility rates, usage, and specific building characteristics.&nbsp; Figures Shown here are based upon the EPA and DOE energy/Star formulas and are provided for example purposes only&nbsp; No promise of performance is implied by us or should be inferred by you.</font></p></div><div align="center"><font size="2" face="Verdana">© 2009 C5 Services, L.L.C.</div>');

  generator.document.write('<div align=left><a href="javascript:window.print()">Print This Page</a><br /><a href="javascript:self.close()"> Close</a></div>');

  generator.document.write('</body></html>');

  generator.document.close();

}



function HelpStep1()

{

  var generator=window.open('','name','height=500,width=500,resizable=no,scrollbars=yes,toolbar=no,status=no'); 



  generator.document.write('<html><head><title>Help Step 1</title>');

  generator.document.write('</head><body>');

    generator.document.write('<p><b>Step 1</b><br>This calculation tool uses information you provide about your house, where you live, and how much you pay for energy to estimate your heating and cooling energy consumption, and then how much money you can save by converting to different energy sources, different heating or cooling technology, and/or different efficiencies.</p><p><i><b>Where do you live?</b></i><br><i>Select a State</i> - click on the down arrow and select the U.S. State or Canadian Province where you live<br><i><b>Select a City</b></i> - click on the down arrow and select the City closest to your home.</p><p></p><p><b>How big is your home?</b><br><b>Stories</b> - click on the down arrow and select the number of stories you home has (heated and/or cooled only - don\'t count unheated and uncooled stories).</p><p><b>Square Feet</b> - click on the down arrow and select the value closest to the number of heated and cooled square feet there are in your home.</p><p></p><p><b>How old is your home?</b><br>Type in the age of you hours in years (<i>use whole numbers only - no fractions or decimals</i>).</p><p></p><p><b>Energy Prices</b><br>The prices that appear in this fields represent national averages and should be changed to the prices you pay for heating and cooling energy. You only need to change the prices for the fuels you use, or are considering using.</p><p></p><p><b>Natural Gas</b> - enter the price you pay for 1 therm (100,000btus) of natural gas</p><p></p><p><b>Propane</b> - enter the price you pay for 1 gallon of LP Propane</p><p></p><p><b>Heating Oil</b> - enter the price you pay for 1 gallon of heating oil</p><p></p><p><b>Summer Electric Price</b> - enter the price you pay in the summer for 1 kilowatt hour of electricity <br>note: you may want to divide a summer monthly total bill by the number of KWHr\'s used to determine the best value to use here</p><p></p><p><b>Winter Electric Price</b> - enter the price you pay in the winter months for 1 kilowatt hour of electricity <br>note: you may want to divide a winter monthly total bill by the number of KWHr\'s used to determine the best value to use here</p>');

  generator.document.write('<p><a href="javascript:self.close()"> Close</a></p>');

  generator.document.write('</body></html>');

  generator.document.close();

}

function HelpStep2()

{

  var generator=window.open('','name','height=500,width=500,resizable=no,scrollbars=yes,toolbar=no,status=yes'); 



  generator.document.write('<html><head><title>Help Step 2</title>');

  generator.document.write('</head><body>');

    generator.document.write('<p><b>Step 2</b><br><b>Heating System<br></b>The top two fields are used to define the type and efficiency of your current heating system. The bottom two fields are used to define the type and efficiency of the heating system you are considering. <br>If you are not going to change your heating system, make sure the values in the new system match the values you enter in the current system fields.<br><br><b>Type of Current Heating System</b> - Click on the down arrow and select your current heating system type from the menu that appears.<br><br><b>Efficiency Level of Current Heating System</b> - this field will change depending upon the type of current heating system you select.</p><p>If you select natural gas, oil or propane as your current system type, the label on this field will read &quot;<b>AFUE</b>&quot; (Annual Fuel Utilization Efficiency). <br>If you select a heat pump, this field will be labeled &quot;<b>HSPF</b>&quot; (Heating Seasonal Performance Factor). If you are unsure about the efficiency of your current heating system contact your local heating contractor for assistance.<br><br><b>Type of New Heating System</b>- Click on the down arrow and select the new heating system type you are considering from the menu that appears.<br><br><b>Efficiency Level of New Heating System</b> - this field will change depending upon the type of current heating system you select. <br>If you select natural gas, oil or propane as your current system type, the label on this field will read &quot;<b>AFUE</b>&quot; (Annual Fuel Utilization Efficiency). <br>If you select a heat pump, this field will be labeled &quot;<b>HSPF</b>&quot; (Heating Seasonal Performance Factor). If you are unsure about the efficiency of your current heating system contact your local heating contractor for assistance.<br><br><b>About Dual-Fuel system calculations</b> - a &quot;dual fuel&quot; system is a heat pump combined with a gas, propane, or oil furnace. If you select a dual fuel system you will have to enter the <b>AFUE</b> (efficiency) of the furnace and the <b>HPSF</b> rating for the heat pump. Dual fuel systems are designed to switch over from heat pump mode to the furnace when the temperate drops below a certain level. By default, this calculator is designed to reflect operational costs and savings based upon a switch over at 35 degrees (Fahrenheit).<br>When you select dual fuel some buttons and a thermometer will appear to the left of these fields. You can adjust the switch-over setting between 35 and 0 Fahrenheit by clicking on the down or up buttons. <br>The temperature will change in 5-degree increments and the savings calculation will change as you adjust these values.</p>');

  generator.document.write('<p><a href="javascript:self.close()"> Close</a></p>');

  generator.document.write('</body></html>');

  generator.document.close();

}

function HelpStep3()

{

  var generator=window.open('','name','height=500,width=500,resizable=no,scrollbars=yes,toolbar=no,status=yes'); 



  generator.document.write('<html><head><title>Help Step 3</title>');

  generator.document.write('</head><body>');

    generator.document.write('<p><b>Step 3</b><br><b>Cooling System<br></b><br><b>Type of Current Cooling System<br></b>The top two fields are used to define the type and efficiency of your current cooling system. The bottom two fields are used to define the type and efficiency of the cooling system you are considering. <br>If you are not going to change your cooling system, make sure the values in the new system match the values you enter in the current system fields.<br><br><b>Type of Current Cooling System</b> - Click on the down arrow and select your current cooling system type from the menu that appears.<br><br><b>Efficiency Level of Current Cooling System</b> - Click on the down arrow and select the <b>SEER</b> rating (Seasonal Energy Efficiency Rating) for your current air conditioner in this field. If you are unsure about the efficiency of your current heating system contact your local cooling contractor for assistance.<br><br><b>Type of New Cooling System</b> - Click on the down arrow and select the type of cooling system you are considering from the menu that appears.<br><br><b>Efficiency Level of New Cooling System</b> - Click on the down arrow and select the <b>SEER</b> rating (Seasonal Energy Efficiency Rating) for the air conditioner you are considering. If you are unsure about the efficiency of new air conditioners, contact your local cooling contractor for assistance.</p>');

  generator.document.write('<p><a href="javascript:self.close()"> Close</a></p>');

  generator.document.write('</body></html>');

  generator.document.close();

}



function cop2009()

{

  var generator=window.open('','name','height=500,width=500,resizable=no,scrollbars=yes,toolbar=no,status=yes'); 



  generator.document.write('<html><head><title>Design Team </title>');

  generator.document.write('</head><body>');

    generator.document.write('<p><font face="Verdana">Web Solutions by:&nbsp; </font></p><p><font face="Verdana">Concept and Contract:<br><b>C5 Services, L.L.C.</b><br>John Heilbrunn<br><a target="_blank" href="http://www.c5services.com">www.c5services.com</a><br>© 2009 C5 Services, L.L.C.</font></p><p><font face="Verdana">Project Contract<br><b>Ray Kriegbaum &amp; Associates</b><br>Ray P. Kriegbaum<br><a target="_blank" href="http://www.kriegbaum.com">www.kriegbaum.com</a></font></p><p><font face="Verdana">Graphic Design by:<br><b>DigiSquid </b><br>Joe Angrisano<br><a target="_blank" href="http://www.digisquid.com">DigiSquid.com</a><br>© 2009 DigiSquid.com</font></p><p><font face="Verdana">Programming by: <br><b>MJ Innovative Solutions</b><br>Jon O\'Dowd<br><a target="_blank" href="http://www.MJISolutions.com">www.MJISolutions.com</a><br>© 2009 MJISolutions.com</font></p>');

  generator.document.write('<p><a href="javascript:self.close()"> Close</a></p>');

  generator.document.write('</body></html>');

  generator.document.close();

}




