
function linkTrick (argument) {
	document.getElementById(argument).style.backgroundColor='#98d9e9'
	document.getElementById(argument).style.color='black'
}
function linkTrick2 (argument) {
	document.getElementById(argument).style.backgroundColor='transparent'
	document.getElementById(argument).style.color='#98d9e9'
}