function imageOver(img,type)	{
	element="n_"+img;
	if (type=="on")	{document.images[element].src="../00_images/nav_"+img+"_on.png";}
	if (type=="off"){document.images[element].src="../00_images/nav_"+img+"_off.png";}	
}
