function changeclass(c) {
	document.getElementById('qsubmitbutton').className = c;
}


