//By AM
function changeStyle(styleN, obj) {
	obj.parentNode.parentNode.className = styleN;
}
