function showIndicator(filename) {
	document.getElementById("navIndicator").style.background = "url(images/" + filename + ") top left no-repeat";
}
function hideIndicator() {
	document.getElementById("navIndicator").style.background = "url(images/smilecan_15.jpg) top left no-repeat";
}