<!--
function showDetail(val1,val2,val3,val4,val5,val6,val7,val8,val9,val10,val11,val12,val13,val14,val15,val16) {
	detailURL = "./analysis.php?wages_existing_workers="+val1+
	"&wages_new_workers="+val2+
	"&total_wages="+val3+
	"&match_payments="+val4+
	"&new_wage_costs_subtotal="+val5+
"&total_savings_diversion="+val6+"&match_funds_lost="+val7+"&subtotal_savings_diversion="+val8+"&total_savings_medicaid="+val9+"&match_funds_lost_medicaid="+val10+"&subtotal_medicaid_savings="+val11+"&total_cost_state_medicaid="+val12+"&tax_revenue_increase="+val13+"&reduced_tanf="+val14+"&match_funds_lost_tanf="+val15+"&subtotal_other_state_savings="+val16;
detailWindow = window.open(detailURL,"map","height=800,width=550,toolbar=no,scrollbars=1,menubar=no");
}

function closeDetail() {
	if (typeof detailWindow != "undefined" ) {
		detailWindow.close();
	}
}


// -->
