// JavaScript Document
function calculate_total(frm)
{
	with (frm)
	{
		alert("total");
		return false;
	}
}