// JavaScript Document

function updateBasket(form)
{ 
	formname = form.name;
	eval("document" + "." + formname + "." + "submit()");
}