﻿function LocalLoad()
{
	
	document.getElementById("imgCalc").src = "../images/header/subnav/calc_over.jpg";
}

function Calc()
{
	document.getElementById("spnLabor").innerHTML = parseFloat(document.getElementById("txtTotLaborCost").value) / parseFloat(document.getElementById("txtNumGuests").value)
}

//function ContactMe(strUnderOver)
//{
//	window.location = "ProfitTestContact.aspx?clickedon=" + strUnderOver + "&total=" + document.getElementById("spnTotal").innerHTML;
//}