/*
highlight.js 
(c) Ing. Jan Malư, 2006-2007 *** http://triablo.net
It is forbidden to copy and (or) publish any parts of this code withnout my permission!
*/ 

function highlight(targ) {
  targ.style.borderColor = '#5F9E0F';
}

function unhighlight(targ) {
	targ.style.borderColor = '#E9EAD9';
}
