function changeLocation(prefix, postfix, element){
	if($(element).val() != ""){
		location.href = prefix + ',variant,' + $(element).val() + postfix;
	}
}
