function changeUser() {
	document.body.focus();
	document.selectuser.submit();
}
function changeType() {
	document.body.focus();
	document.transtype.submit();
}
function changeFilter() {
	document.body.focus();
	document.showfilter.submit();
}
function hideGoButton() {
	document.getElementById('sendselectform').style.display = 'none';
	document.getElementById('sendselectform').style.visibility = 'hidden';
}
function doButtons(image, name) 
{
    document[name].src=image;
}
function clearShoppingList() {
	document.getElementById('clear_list').src = 'money_clear.asp';
	document.addcart.submit();
}