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