function navControl(p, v)
{
	var path = p + "images/navs/";
	document.navimg.src = path + "nav_" + v + ".png";
}