function onLinktext() {
	window.event.srcElement.style.backgroundColor = "#E0E0FF";
}

function offLinktext() {
	window.event.srcElement.style.backgroundColor = "#FFFFFF";
}