function highlightButton(thisObject) {
	this.class = 'rightmainnavover';
}

function normalButton(thisObject) {
	this.class = '';
}