var FormAddCart;
window.onload = init;

function init() {
	document.getElementById('cartSubmitButton').focus();
}
