function recalcular( totalItems, language )
{
	document.form_cistella_.totalItems.value = totalItems;
  	loadData('form_cistella_', 'cistella_content','include/cistella_recalcular.php');
  	loadData('formGeneric', 'cistella_content','include/cistella.php');
} 

function borrarItem( itemId, language )
{
	document.form_cistella_.ProductItem_Erase.value = itemId;
  	loadData('form_cistella_', 'cistella_content','include/cistella_borrar.php');
  	loadData('formGeneric', 'cistella_content','include/cistella.php');
}   

function comprar()
{
  document.form_cistella_.section.value = "bill";
  document.form_cistella_.action.value = "registro";
  document.form_cistella_.submit();
}   

function addProducto(form_id, language)
{
	loadData('form_tenda_online', 'cistella_content', 'include/cistella_recalcular.php');
  	loadData('formGeneric', 'cistella_content' ,'include/cistella.php');
	show_div('cistella_content');
}