function switchIt(i,w)
{
	document.getElementById(i).src = "../images/nav_"+i+""+w+".gif";
}