
function changeConcept(ThisForm, bla){

	
document.contact.message.value = bla[document.contact.subject.value];

}


