// JavaScript Document
function addToCartMulti(artID) {

	document.shoppingCart.hosted_button_id.value = artID;
	document.shoppingCart.submit();

}
