function addSwatch() {
	var frm = document.getElementById('swatchForm');
	frm.submit();
}
