// JavaScript Document

function showdrop(hoverlink) {
	navlink = document.getElementById(hoverlink);
	navlink.style.backgroundImage = "url(images/nav-drop.gif)";
	navlink.style.backgroundRepeat = "no-repeat";
}