var d = document;

if (d.images) {
	var help    = new Image(33,54); help.src    = 'images/help.gif';
	var helpOvr = new Image(33,54); helpOvr.src = 'images/help_over.gif';
}

function over(n) { d[n].src = eval(n+'Ovr.src'); }
function off(n) { d[n].src = eval(n+'.src'); }
