	function selectVariant(obj) {
		if (jQuery(obj).attr("selectedVariant") == "false") {
			jQuery(obj).toggleClass("marked");
		}
	}