//
// Hilite and Lolite button-image Javascript
// written by Paul Balyoz
// Copyright (c) 2007 Fastech Learning LLC, all rights reserved.
//

function lolitebutton(item) {
		item.className = 'buttonlolite';
}

function hilitebutton(item) {
		item.className = 'buttonhilite';
}


