function openClose(target) {
	jQuery(target).toggle("slow");
};

function changeArrow(arrow) {
	jQuery(arrow).toggleClass("arrowUp");
};


