function policyWindow(url) {
  window.open(url, 'policyWindow', 'scrollbars=yes,left=100,top=75,location=0,menubar=0,resizable=yes,width=500,height=325');
}
function applyMTWindow(url) {
  window.open(url, 'applyManagerTrainee', 'scrollbars=yes,left=100,top=75,location=0,menubar=0,resizable=yes,width=600,height=550');
}
function racingOnlineStore(){
	window.open('http://www.cafepress.com/menardsracing');
}
function energyStarHomeTool(){
	window.open('http://www.energystar.gov/ia/partners/promotions/cool_change/tool/atHome.html');
}
function energyStarPledge(){
	window.open('http://www.energystar.gov/index.cfm?fuseaction=cal.showPledge');
}
function energyTaxCredit(){
	window.open('http://www.energystar.gov/index.cfm?c=products.pr_tax_credits');
}
function energyStarHomeAdvisor(){
	window.open('http://www.energystar.gov/index.cfm?fuseaction=home_energy_advisor.showGetInput');
}