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