// This func submits the basketcontents form when called
/*
function recalc()
{
	document.basketcontents.submit();
}
*/

