/* RFB - www.tridig.com - created 09.09.2008 */
/* RFB - www.tridig.com - last modified 09.09.2008 */

function mouseover(obj) {
	obj.parentNode.style.background = 'url(../images/naventry-hot.jpg)';
	obj.parentNode.style.backgroundRepeat = 'no-repeat';
}

function mouseout(obj) {
	if(obj.parentNode.className.indexOf('permanentHilite') == -1)
		obj.parentNode.style.background = 'none';
}
